diff options
| -rw-r--r-- | meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb | 9 |
1 files changed, 5 insertions, 4 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 index 59b0a43f4a..3d8a6eecce 100644 --- a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb +++ b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb | |||
| @@ -3,18 +3,18 @@ SECTION = "libs" | |||
| 3 | LICENSE = "GPL-2.0+" | 3 | LICENSE = "GPL-2.0+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = "gtk+ python polkit dbus dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native" | 5 | DEPENDS = "gtk+ python polkit dbus dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native" |
| 6 | RDEPENDS_${PN} = "opkg" | 6 | RDEPENDS_${PN} = "opkg bash" |
| 7 | 7 | ||
| 8 | inherit gnome pythonnative | 8 | inherit gnome pythonnative |
| 9 | 9 | ||
| 10 | SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz;name=archive \ | 10 | SRC_URI = "http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${PV}.tar.bz2;name=archive \ |
| 11 | file://configurefix.patch \ | 11 | file://configurefix.patch \ |
| 12 | file://opkgfixes.patch \ | 12 | file://opkgfixes.patch \ |
| 13 | file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \ | 13 | file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI[archive.md5sum] = "6c8d9c48e21b82abeea15c3fd5066242" | 16 | SRC_URI[archive.md5sum] = "33a3127e9ed41e26671786aee9fe56ff" |
| 17 | SRC_URI[archive.sha256sum] = "0eafd1be5516a41ebc0f0c3acff0b0763da105a4178b5eee0ff16d66ccd04408" | 17 | SRC_URI[archive.sha256sum] = "8dae41493dfb011442746d252b3435bf3204e17bf7c47e396f90fbd215260e14" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/PackageKit-${PV}" | 19 | S = "${WORKDIR}/PackageKit-${PV}" |
| 20 | 20 | ||
| @@ -30,6 +30,7 @@ EXTRA_OECONF = "--with-security-framework=dummy \ | |||
| 30 | --disable-gstreamer-plugin \ | 30 | --disable-gstreamer-plugin \ |
| 31 | --disable-local \ | 31 | --disable-local \ |
| 32 | --disable-networkmanager \ | 32 | --disable-networkmanager \ |
| 33 | --disable-device-rebind \ | ||
| 33 | ac_cv_path_XMLTO=no \ | 34 | ac_cv_path_XMLTO=no \ |
| 34 | " | 35 | " |
| 35 | 36 | ||
