| Submitter | Peter Tworek |
|---|---|
| Date | Feb. 2, 2012, 7:22 p.m. |
| Message ID | <1328210526-8694-1-git-send-email-tworaz666@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/20573/ |
| State | Accepted |
| Commit | 03574d32aebe608355d8933956796bcc746d38b8 |
| Headers | show |
Comments
Am Donnerstag, den 02.02.2012, 20:22 +0100 schrieb Peter Tworek: > From: Piotr Tworek <ptworek@opera.com> Some configuration changed in your setup. Please try to avoid that so that so that changelog statistics can be more meaningful. There is the typo ve*r*sion in the summary. > Run tested on netbook pro. > > Signed-off-by: Peter Tworek <tworaz666@gmail.com> Should you resend patches you can add the following. Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> > --- > meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 ++++++++++++++++++ > 1 files changed, 18 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-extended/tmux/tmux_1.6.bb […] Thanks, Paul
On 02/03/2012 06:53 PM, Paul Menzel wrote: > Am Donnerstag, den 02.02.2012, 20:22 +0100 schrieb Peter Tworek: >> From: Piotr Tworek<ptworek@opera.com> > Some configuration changed in your setup. Please try to avoid that so > that so that changelog statistics can be more meaningful. > > There is the typo ve*r*sion in the summary. > Thanks, both issues fixed in v3. >> Run tested on netbook pro. >> >> Signed-off-by: Peter Tworek<tworaz666@gmail.com> > Should you resend patches you can add the following. > > Acked-by: Paul Menzel<paulepanter@users.sourceforge.net> > >> --- >> meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 ++++++++++++++++++ >> 1 files changed, 18 insertions(+), 0 deletions(-) >> create mode 100644 meta-oe/recipes-extended/tmux/tmux_1.6.bb > […] > > > Thanks, > > Paul
Patch
diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb b/meta-oe/recipes-extended/tmux/tmux_1.6.bb new file mode 100644 index 0000000..fa58065 --- /dev/null +++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Terminal multiplexer" +HOMEPAGE = "http://tmux.sourceforge.net" +SECTION = "console/utils" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://tmux.c;startline=3;endline=17;md5=f36d9c9e6c1c24996a88891fdf783d04" + +DEPENDS = "ncurses libevent sed-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${P}.tar.gz" +SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3" +SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6" + +inherit autotools + +do_configure_prepend () { + sed -i -e 's:-I/usr/local/include::' Makefile.am || bb_fatal "sed failed" +}