diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 15:28:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:17 +0100 |
commit | 9fef648be8bb9ed15b10e11d97b4d019566ee4ab (patch) | |
tree | b8e324616a024798c52ff418f6881d0cd0f49af7 | |
parent | 4b7cab02333069990826fe19533ae9e9c8e53412 (diff) | |
download | poky-9fef648be8bb9ed15b10e11d97b4d019566ee4ab.tar.gz |
polkit-gnome: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: ad73d4c773b68034e0a86542e8ee4bc0e72ae74c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/polkit/polkit-gnome_0.102.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb index bba917cfac..7e9fc2b2c7 100644 --- a/meta/recipes-extended/polkit/polkit-gnome_0.102.bb +++ b/meta/recipes-extended/polkit/polkit-gnome_0.102.bb | |||
@@ -10,15 +10,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \ | |||
10 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ | 10 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ |
11 | " | 11 | " |
12 | 12 | ||
13 | PR = "r1" | 13 | PR = "r2" |
14 | 14 | ||
15 | EXTRA_OECONF = " --disable-scrollkeeper \ | 15 | EXTRA_OECONF = " --disable-scrollkeeper \ |
16 | --disable-man-pages \ | 16 | --disable-man-pages \ |
17 | --disable-examples \ | 17 | --disable-examples \ |
18 | --disable-gtk-doc \ | ||
19 | --disable-introspection " | 18 | --disable-introspection " |
20 | 19 | ||
21 | inherit autotools pkgconfig | 20 | inherit autotools gtk-doc pkgconfig |
22 | 21 | ||
23 | FILES_${PN} += " ${datadir}/dbus-1 \ | 22 | FILES_${PN} += " ${datadir}/dbus-1 \ |
24 | ${datadir}/PolicyKit \ | 23 | ${datadir}/PolicyKit \ |