]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: depend on intltool-native instead of intltool
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 29 Jul 2011 06:43:19 +0000 (08:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2011 14:01:16 +0000 (15:01 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-extended/polkit/polkit_0.101.bb

index 56ceca46cb05cdab06215252bbc5f20e0cb2d472..06ca595720ee703324c856a8d40e7bc01d7ef16b 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://polkit-1_pam.patch"
 PR = "r1"
-DEPENDS = "libpam expat dbus-glib eggdbus intltool"
+DEPENDS = "libpam expat dbus-glib eggdbus intltool-native"
 RDEPENDS_${PN} = "libpam"
 EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"