diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 36 |
1 files changed, 0 insertions, 36 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 deleted file mode 100644 index b6098d84a8..0000000000 --- a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "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 intltool-native" | ||
| 9 | X11DEPENDS = " libxpm gtk+" | ||
| 10 | |||
| 11 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 12 | PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" | ||
| 13 | PACKAGECONFIG[libical] = "--enable-libical,--disable-libical,libical" | ||
| 14 | PACKAGECONFIG[pcsc-lite] = "--enable-libpcsclite,--disable-libpcsclite,pcsc-lite" | ||
| 15 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | ||
| 16 | PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0" | ||
| 17 | PACKAGECONFIG[x11] = ",--without-x,${X11DEPENDS}" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig | ||
| 20 | |||
| 21 | PACKAGES += "libgnokii libgnokii-dev" | ||
| 22 | |||
| 23 | EXTRA_OECONF = "--disable-smsd" | ||
| 24 | |||
| 25 | FILES_${PN} = "${bindir} ${sbindir}" | ||
| 26 | FILES_libgnokii-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ | ||
| 27 | ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ | ||
| 28 | /lib/*.a /lib/*.o ${datadir}/aclocal \ | ||
| 29 | " | ||
| 30 | FILES_${PN}-dev = "" | ||
| 31 | FILES_libgnokii = "${libdir}/libgnokii.so.*" | ||
| 32 | |||
| 33 | SRC_URI[md5sum] = "d9627f4a1152d3ea7806df4532850d5f" | ||
| 34 | SRC_URI[sha256sum] = "8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501" | ||
| 35 | |||
| 36 | PNBLACKLIST[gnokii] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130662/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
