diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-07-29 08:43:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:29 +0100 |
commit | bfcf50a1dd9707aad9522d3960e6b40a3b57e6d3 (patch) | |
tree | f496ee393fe644bb7a399f0af7222d89d57e200a /meta/recipes-extended | |
parent | dde02ad31e46a7f42cfd0374b3421d52a4b54eaf (diff) | |
download | poky-bfcf50a1dd9707aad9522d3960e6b40a3b57e6d3.tar.gz |
polkit: depend on intltool-native instead of intltool
(From OE-Core rev: 1e75e78098bcbac92db0d9e45b3a78af0864250d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/polkit/polkit_0.101.bb | 2 |
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 \ | |||
12 | 12 | ||
13 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 13 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
14 | PR = "r1" | 14 | PR = "r1" |
15 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" | 15 | DEPENDS = "libpam expat dbus-glib eggdbus intltool-native" |
16 | RDEPENDS_${PN} = "libpam" | 16 | RDEPENDS_${PN} = "libpam" |
17 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | 17 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" |
18 | 18 | ||