* [meta-oe][PATCH] gnokii: add 0.6.31
@ 2013-09-23 8:12 Eric Bénard
2013-09-23 8:14 ` Eric Bénard
0 siblings, 1 reply; 2+ messages in thread
From: Eric Bénard @ 2013-09-23 8:12 UTC (permalink / raw)
To: openembedded-devel
- was backported from oe-classic and upgraded to last version
- X11 configuration is not tested
Signed-off-by: Eric Bénard <eric@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"
+
+FILES_${PN} = "${bindir} ${sbindir}"
+FILES_libgnokii-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \
+ ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \
+ /lib/*.a /lib/*.o ${datadir}/aclocal"
+FILES_${PN}-dev = ""
+FILES_libgnokii = "${libdir}/libgnokii.so.*"
+
+SRC_URI[md5sum] = "d9627f4a1152d3ea7806df4532850d5f"
+SRC_URI[sha256sum] = "8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501"
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-oe][PATCH] gnokii: add 0.6.31
2013-09-23 8:12 [meta-oe][PATCH] gnokii: add 0.6.31 Eric Bénard
@ 2013-09-23 8:14 ` Eric Bénard
0 siblings, 0 replies; 2+ messages in thread
From: Eric Bénard @ 2013-09-23 8:14 UTC (permalink / raw)
To: openembedded-devel
Le Mon, 23 Sep 2013 10:12:15 +0200,
Eric Bénard <eric@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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-23 8:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 8:12 [meta-oe][PATCH] gnokii: add 0.6.31 Eric Bénard
2013-09-23 8:14 ` Eric Bénard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.