mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
polkit: fix DEPENDS, requires intltool
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
HOMEPAGE = "http://www.packagekit.org/"
|
||||
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
|
||||
|
||||
DEPENDS = "pam expat dbus-glib eggdbus"
|
||||
PR="r1"
|
||||
DEPENDS = "pam expat dbus-glib eggdbus intltool"
|
||||
RDEPENDS = "pam"
|
||||
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user