[oe-commits] org.oe.dev packagekit: We need a specific version of intltool-native to have INTLTOOL_POLICY_RULE

freyther commit oe at amethyst.openembedded.net
Fri Apr 25 15:41:03 UTC 2008


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@

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 698e0dcac650f77e84eab19030b86643a9c9dfd2
ViewMTN: http://monotone.openembedded.org/revision/info/698e0dcac650f77e84eab19030b86643a9c9dfd2
Files:
1
packages/packagekit/packagekit_git.bb
Diffs:

#
# mt diff -r69829cfdd752999ae755ab610f86767c28951cb8 -r698e0dcac650f77e84eab19030b86643a9c9dfd2
#
#
#
# patch "packages/packagekit/packagekit_git.bb"
#  from [0c24a5e5353dfdb7388797f10cb564ae32860786]
#    to [e7b64ae5c538e89b6a658b0e8e498187099f1f72]
#
============================================================
--- packages/packagekit/packagekit_git.bb	0c24a5e5353dfdb7388797f10cb564ae32860786
+++ packages/packagekit/packagekit_git.bb	e7b64ae5c538e89b6a658b0e8e498187099f1f72
@@ -2,7 +2,7 @@ LICENSE = "GPL"
 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"






More information about the Openembedded-commits mailing list