diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-04-15 14:59:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-04-15 14:59:40 -0700 |
commit | a91ef39c62f371125a92098d4fbd45056122c384 (patch) | |
tree | 2141ea671053b805f80348ce18bba970fca36e1e /recipes/packagekit/packagekit_0.4.6.bb | |
parent | 3189734f8d6b1287c757cb9664d7e045ab3c57d7 (diff) | |
parent | abf92f42db81d9049e8e517354e7f3dd5ecb5f77 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/packagekit/packagekit_0.4.6.bb')
-rw-r--r-- | recipes/packagekit/packagekit_0.4.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/packagekit/packagekit_0.4.6.bb b/recipes/packagekit/packagekit_0.4.6.bb index b5ad645c90..51b2870537 100644 --- a/recipes/packagekit/packagekit_0.4.6.bb +++ b/recipes/packagekit/packagekit_0.4.6.bb @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gtk+ python cppunit policykit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" -RDEPENDS_${PN} = "opkg" +RDEPENDS_${PN} = "${IPKG_VARIANT}" inherit gnome autotools_stage @@ -12,6 +12,7 @@ SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz \ file://opkg-fix-includes.diff;patch=1 \ file://opkg-fix-declarations.diff;patch=1 " +PR = "r1" PE = "1" S = "${WORKDIR}/PackageKit-${PV}" |