summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-07-29 08:43:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:01:16 +0100
commit1e75e78098bcbac92db0d9e45b3a78af0864250d (patch)
treecd711cb741ee581839d98b80d265af96faefd028 /meta/recipes-extended
parentb83284d2be47019e1ca122ce4a2b1a077e7c3174 (diff)
downloadopenembedded-core-1e75e78098bcbac92db0d9e45b3a78af0864250d.tar.gz
polkit: depend on intltool-native instead of intltool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/polkit/polkit_0.101.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.101.bb
index 56ceca46cb..06ca595720 100644
--- a/meta/recipes-extended/polkit/polkit_0.101.bb
+++ b/meta/recipes-extended/polkit/polkit_0.101.bb
@@ -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"