summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.3.bb9
-rw-r--r--meta/recipes-support/consolekit/consolekit_0.4.5.bb11
2 files changed, 15 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb
index 412f01c86f..a0b8d0c632 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb
@@ -3,10 +3,13 @@ SECTION = "x11/gnome"
3LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" 4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
5 5
6DEPENDS = "glib-2.0 gtk+ dbus dbus-glib libxml2 intltool-native polkit" 6POLKIT = "polkit"
7POLKIT_libc-uclibc = ""
8
9DEPENDS = "glib-2.0 gtk+ dbus dbus-glib libxml2 intltool-native ${POLKIT}"
7DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" 10DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native"
8 11
9PR = "r5" 12PR = "r6"
10 13
11inherit gnomebase 14inherit gnomebase
12 15
@@ -21,6 +24,8 @@ S = "${WORKDIR}/GConf-${PV}"
21 24
22POLKIT_OECONF = "--enable-defaults-service" 25POLKIT_OECONF = "--enable-defaults-service"
23POLKIT_OECONF_virtclass-native = "--disable-defaults-service" 26POLKIT_OECONF_virtclass-native = "--disable-defaults-service"
27POLKIT_OECONF_libc-uclibc = "--disable-default-service"
28
24GTKOECONF = "--with-gtk=2.0 --enable-gtk" 29GTKOECONF = "--with-gtk=2.0 --enable-gtk"
25GTKOECONF_virtclass-native = "--disable-gtk" 30GTKOECONF_virtclass-native = "--disable-gtk"
26EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ 31EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
index 45f6ad35a9..3ded6df7c8 100644
--- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
+++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
@@ -2,13 +2,18 @@ DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login
2HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" 2HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
3BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" 3BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit"
4 4
5PR = "r7" 5PR = "r8"
6 6
7LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
9 file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" 9 file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3"
10 10
11DEPENDS = "glib-2.0 dbus polkit ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 11POLKIT = "polkit"
12POLKIT_libc-uclibc = ""
13POLKITCONF = ""
14POLKITCONF_libc-uclibc = "--disable-policykit"
15
16DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
12RDEPENDS_${PN} += "base-files" 17RDEPENDS_${PN} += "base-files"
13 18
14inherit gnome 19inherit gnome
@@ -20,7 +25,7 @@ SRC_URI[sha256sum] = "43e0780c53078e125efcec3f847e484dc3533e49b408ce6a0ab1b22368
20 25
21S = "${WORKDIR}/ConsoleKit-${PV}" 26S = "${WORKDIR}/ConsoleKit-${PV}"
22 27
23EXTRA_OECONF = "--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ 28EXTRA_OECONF = "${POLKITCONF} --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
24 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module --with-pam-module-dir=${base_libdir}/security', '--disable-pam-module', d)} \ 29 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module --with-pam-module-dir=${base_libdir}/security', '--disable-pam-module', d)} \
25 " 30 "
26 31