[oe] [meta-oe][PATCH] gnokii: add 0.6.31

Eric Bénard eric at eukrea.com
Mon Sep 23 08:14:18 UTC 2013


Le Mon, 23 Sep 2013 10:12:15 +0200,
Eric Bénard <eric at eukrea.com> a écrit :

> - was backported from oe-classic and upgraded to last version
> - X11 configuration is not tested
> 
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
>  .../recipes-connectivity/gnokii/gnokii_0.6.31.bb   | 28 ++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
> 
> diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
> new file mode 100644
> index 0000000..511eaa3
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
> @@ -0,0 +1,28 @@
> +DESCRIPTION = "Cellphone tools and driver software"
> +SECTION = "console/network"
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
> +
> +SRC_URI = "http://www.gnokii.org/download/gnokii/gnokii-${PV}.tar.bz2"
> +
> +DEPENDS = "glib-2.0"
> +X11DEPENDS = " libxpm gtk+"
> +
> +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
> +PACKAGECONFIG[x11] = "--with-x-toolkit=gtk,--without-x,${X11DEPENDS}"
> +
> +inherit autotools pkgconfig
> +
> +PACKAGES += "libgnokii libgnokii-dev"
> +
> +EXTRA_OECONF = "--without-x --disable-smsd"

forget this one I missed to commit the last fixes

Eric



More information about the Openembedded-devel mailing list