mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
fd9f63aad1
commit
49dc9c5ede
28
meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
Normal file
28
meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
Normal file
|
|
@ -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] = ",--without-x,${X11DEPENDS}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES += "libgnokii libgnokii-dev"
|
||||
|
||||
EXTRA_OECONF = "--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"
|
||||
Loading…
Reference in New Issue
Block a user