diff options
Diffstat (limited to 'meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb deleted file mode 100644 index 1b60c470d1..0000000000 --- a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb +++ /dev/null | |||
| @@ -1,65 +0,0 @@ | |||
| 1 | SUMMARY = "PackageKit package management abstraction" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "GPL-2.0+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | DEPENDS = "gtk+ python polkit dbus dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native" | ||
| 6 | RDEPENDS_${PN} = "opkg bash" | ||
| 7 | |||
| 8 | inherit gnome pythonnative | ||
| 9 | |||
| 10 | SRC_URI = "http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${PV}.tar.bz2;name=archive \ | ||
| 11 | file://configurefix.patch \ | ||
| 12 | file://opkgfixes.patch \ | ||
| 13 | file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[archive.md5sum] = "33a3127e9ed41e26671786aee9fe56ff" | ||
| 17 | SRC_URI[archive.sha256sum] = "8dae41493dfb011442746d252b3435bf3204e17bf7c47e396f90fbd215260e14" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/PackageKit-${PV}" | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "" | ||
| 22 | PACKAGECONFIG[service-packs] = "--enable-service-packs,--disable-service-packs,libarchive" | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--with-security-framework=dummy \ | ||
| 25 | --with-default-backend=opkg \ | ||
| 26 | --enable-opkg \ | ||
| 27 | --disable-tests \ | ||
| 28 | --disable-ruck \ | ||
| 29 | --disable-qt \ | ||
| 30 | --disable-gstreamer-plugin \ | ||
| 31 | --disable-local \ | ||
| 32 | --disable-networkmanager \ | ||
| 33 | --disable-device-rebind \ | ||
| 34 | ac_cv_path_XMLTO=no \ | ||
| 35 | " | ||
| 36 | |||
| 37 | #do_configure_prepend() { | ||
| 38 | # mkdir -p m4 | ||
| 39 | # echo "EXTRA_DIST=" > gtk-doc.make | ||
| 40 | #} | ||
| 41 | |||
| 42 | do_configure_append() { | ||
| 43 | for i in $(find . -name Makefile) ; do | ||
| 44 | sed -i -e s:${STAGING_DIR_NATIVE}::g \ | ||
| 45 | -e s:/usr/bin/intltool-merge:${STAGING_BINDIR_NATIVE}/intltool-merge:g \ | ||
| 46 | $i | ||
| 47 | done | ||
| 48 | } | ||
| 49 | |||
| 50 | PACKAGES =+ "${PN}-website" | ||
| 51 | FILES_${PN}-website = "${datadir}/PackageKit/website" | ||
| 52 | |||
| 53 | PACKAGES =+ "${PN}-python" | ||
| 54 | FILES_${PN}-python = "${libdir}/python*" | ||
| 55 | |||
| 56 | PACKAGES =+ "${PN}-gtkmodule" | ||
| 57 | FILES_${PN}-gtkmodule = "${libdir}/gtk-2.0/*/*.so" | ||
| 58 | |||
| 59 | FILES_${PN} += "${libdir}/packagekit-backend/*.so ${libdir}/pm-utils ${datadir}/dbus-1/system-services/ ${datadir}/PolicyKit ${datadir}/PackageKit" | ||
| 60 | FILES_${PN}-dbg += "${libdir}/packagekit-backend/.debug/*.so ${libdir}/gtk-2.0/*/.debug" | ||
| 61 | FILES_${PN}-dev += "${libdir}/packagekit-backend/*.la ${libdir}/gtk-2.0/*/*.la" | ||
| 62 | FILES_${PN}-staticdev += "${libdir}/packagekit-backend/*.a ${libdir}/gtk-2.0/*/*.a" | ||
| 63 | |||
| 64 | # PackageKit-0.5.6/backends/opkg/pk-backend-opkg.c:31:26: fatal error: libopkg/opkg.h: No such file or directory | ||
| 65 | PNBLACKLIST[packagekit] ?= "BROKEN: depends on old deprecated libopkg which is currently disabled and will be removed soon - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
