diff options
-rw-r--r-- | meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch | 12 | ||||
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb | 28 |
2 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch b/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch deleted file mode 100644 index 4b6ad75ccc..0000000000 --- a/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | --- polkit-gnome-0.105/configure.ac.org 2015-05-04 22:33:03.925977953 -0700 | ||
2 | +++ polkit-gnome-0.105/configure.ac 2015-05-04 22:33:16.862288030 -0700 | ||
3 | @@ -120,6 +120,9 @@ | ||
4 | # Check for required packages | ||
5 | # *************************** | ||
6 | |||
7 | +# check for gtk-doc | ||
8 | +GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) | ||
9 | + | ||
10 | POLKIT_AGENT_REQUIRED=0.97 | ||
11 | POLKIT_GOBJECT_REQUIRED=0.97 | ||
12 | GTK_REQUIRED=3.0.0 | ||
diff --git a/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb b/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb deleted file mode 100644 index 6e941e5d7a..0000000000 --- a/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | SUMMARY = "GNOME Authentication Agent for PolicyKit" | ||
2 | DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment" | ||
3 | HOMEPAGE = "http://www.packagekit.org/" | ||
4 | BUGTRACKER = "http://bugzilla.gnome.org/" | ||
5 | DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native gnome-common" | ||
6 | LICENSE = "LGPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \ | ||
8 | file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795" | ||
9 | |||
10 | SRC_URI = "https://download.gnome.org/sources/polkit-gnome/${PV}/polkit-gnome-${PV}.tar.xz \ | ||
11 | file://gtk-doc-check.patch \ | ||
12 | " | ||
13 | SRC_URI[md5sum] = "50ecad37c8342fb4a52f590db7530621" | ||
14 | SRC_URI[sha256sum] = "1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369" | ||
15 | |||
16 | EXTRA_OECONF = "\ | ||
17 | --disable-static \ | ||
18 | " | ||
19 | |||
20 | DEPENDS += "gtk+3" | ||
21 | |||
22 | inherit distro_features_check autotools gtk-doc pkgconfig | ||
23 | |||
24 | REQUIRED_DISTRO_FEATURES = "x11" | ||
25 | |||
26 | FILES_${PN} += " ${datadir}/dbus-1 \ | ||
27 | ${datadir}/PolicyKit \ | ||
28 | " | ||