From: Martin Jansa Date: Fri, 29 Jul 2011 06:43:19 +0000 (+0200) Subject: polkit: depend on intltool-native instead of intltool X-Git-Tag: 2011-1~490 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1e75e78098bcbac92db0d9e45b3a78af0864250d;p=openembedded-core.git polkit: depend on intltool-native instead of intltool Signed-off-by: Martin Jansa --- 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"