diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-17 14:55:09 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-17 14:55:09 +0000 |
commit | 7c68de091f004e093a4bc9682882e275d8d38aeb (patch) | |
tree | ac43be979c3d610982fad12041f30c033b7fb3da | |
parent | c02b22a9f338ecd2ac1615d61fabdccc00f7b71e (diff) |
packagekit: We need a specific version of intltool-native to have INTLTOOL_POLICY_RULE
If we don't have a intltool version that knows about INTLTOOL_POLICY_RULE we will
get compile errors because the Makefile contains @INTLTOOL_POLICY_RULE@
-rw-r--r-- | packages/packagekit/packagekit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index 5d43c5a1e5..5b67ac1b9c 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "PackageKit package management abstraction" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool" +DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" RDEPENDS = "opkg" PV = "0.1+git${SRCREV}" PR = "r8" |