[oe] [meta-oe][PATCH] tmux: Add initial recipe for vesion 1.6.

Paul Menzel paulepanter at users.sourceforge.net
Thu Feb 2 08:27:16 UTC 2012


Dear Peter,


thank you for your latest work. It is much appreciated.

Am Mittwoch, den 01.02.2012, 22:38 +0100 schrieb Peter Tworek:

This is just an optional request from me. I would like to see in the
commit message what build configuration you used for testing.

> Signed-off-by: Peter Tworek <tworaz666 at gmail.com>
> ---
>  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
> 
> 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..eb6f7df
> --- /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"
> +
> +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"

You can ensure that `sed` is available by depending on `sed-native` I
think. At least in OE-Classic this was available.

Additionally it would be great if you could contact upstream and make
them aware of this problem and maybe even provide a patch. So that in
the feature no adaptations are needed and other distributions/framework
can profit too.

> +}


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20120202/3450f8a6/attachment-0002.sig>


More information about the Openembedded-devel mailing list