diff options
author | Eric BENARD <eric@eukrea.com> | 2013-09-23 08:15:19 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:24 +0200 |
commit | 49dc9c5ede88ad555ce605af7f471819ac0372ca (patch) | |
tree | 258d45c3e1b7f4a4a1d945461a26e5b7fbd568e6 /meta-oe/recipes-connectivity/gnokii | |
parent | fd9f63aad15ef0bd7b13361c8399f360d4d518ec (diff) | |
download | meta-openembedded-49dc9c5ede88ad555ce605af7f471819ac0372ca.tar.gz |
gnokii: add 0.6.31
- was backported from oe-classic and upgraded to last version
- X11 configuration is not tested
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gnokii')
-rw-r--r-- | meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 28 |
1 files changed, 28 insertions, 0 deletions
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 000000000..7845ae20b --- /dev/null +++ b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | DESCRIPTION = "Cellphone tools and driver software" | ||
2 | SECTION = "console/network" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
5 | |||
6 | SRC_URI = "http://www.gnokii.org/download/gnokii/gnokii-${PV}.tar.bz2" | ||
7 | |||
8 | DEPENDS = "glib-2.0" | ||
9 | X11DEPENDS = " libxpm gtk+" | ||
10 | |||
11 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
12 | PACKAGECONFIG[x11] = ",--without-x,${X11DEPENDS}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | PACKAGES += "libgnokii libgnokii-dev" | ||
17 | |||
18 | EXTRA_OECONF = "--disable-smsd" | ||
19 | |||
20 | FILES_${PN} = "${bindir} ${sbindir}" | ||
21 | FILES_libgnokii-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ | ||
22 | ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ | ||
23 | /lib/*.a /lib/*.o ${datadir}/aclocal" | ||
24 | FILES_${PN}-dev = "" | ||
25 | FILES_libgnokii = "${libdir}/libgnokii.so.*" | ||
26 | |||
27 | SRC_URI[md5sum] = "d9627f4a1152d3ea7806df4532850d5f" | ||
28 | SRC_URI[sha256sum] = "8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501" | ||