diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-23 11:38:19 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-23 11:38:19 +0200 |
commit | 7bb0dfc5cdab0c4b605a7f0feaadd55a06044e61 (patch) | |
tree | 29bca25015aa884186f9b233022825ca830bc7b9 /meta-gnome/recipes-gnome/gnome-settings-daemon | |
parent | 81dc1b554b6dfd19134c3df426296ec24d96cc77 (diff) | |
download | meta-openembedded-7bb0dfc5cdab0c4b605a7f0feaadd55a06044e61.tar.gz |
gnome-settings-daemon 2.32.1: build from stable branch for bugfixes, fix dependencies
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-settings-daemon')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb index ca8261615..b4a8863d3 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | |||
@@ -2,16 +2,22 @@ DESCRIPTION = "GNOME settings daemon" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0 gtk+ gconf dbus-glib libnotify libgnomekbd libxklavier gnome-doc-utils gnome-desktop" | 7 | DEPENDS = "glib-2.0 polkit gtk+ gconf dbus-glib libnotify libgnomekbd libxklavier gnome-doc-utils gnome-desktop" |
8 | 8 | ||
9 | inherit gnome | 9 | inherit gtk-doc gnome |
10 | SRC_URI[archive.md5sum] = "6420706542e8fb959acba7e2a69ee35f" | ||
11 | SRC_URI[archive.sha256sum] = "0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86" | ||
12 | 10 | ||
13 | EXTRA_OECONF = "--disable-esd --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}" | 11 | SRC_URI = "git://git.gnome.org/gnome-settings-daemon;protocol=git;branch=gnome-2-32" |
14 | ASNEEDED = "" | 12 | SRCREV = "0160f6725cfb872e017f3958f108792c3b882872" |
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | EXTRA_OECONF = "--disable-esd \ | ||
17 | --x-includes=${STAGING_INCDIR} \ | ||
18 | --x-libraries=${STAGING_LIBDIR} \ | ||
19 | --enable-polkit \ | ||
20 | " | ||
15 | 21 | ||
16 | do_configure_prepend() { | 22 | do_configure_prepend() { |
17 | sed -i -e 's:-L$libdir::g' -e 's:-I$includedir::g' configure.ac | 23 | sed -i -e 's:-L$libdir::g' -e 's:-I$includedir::g' configure.ac |