aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-07-15 15:50:11 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-07-15 15:50:11 +0200
commit822c42838febdbef7aeae55b182bed8ddcbc012f (patch)
tree740d2ba368e2623a140360080fb7c9226c2918dc /recipes
parent6a731129e5bd420f95dd87d042c54a0a7da9b495 (diff)
downloadopenembedded-822c42838febdbef7aeae55b182bed8ddcbc012f.tar.gz
libgee: move to known-good revision
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libgee/libgee_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index 83d156d649..52405ee41d 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -3,10 +3,11 @@ and classes for commonly used data structures."
HOMEPAGE = "http://live.gnome.org/Libgee"
SECTION = "libs"
DEPENDS = "glib-2.0"
+BBCLASSEXTEND = "native"
DEPENDS_virtclass-native = "glib-2.0-native"
LICENSE = "LGPL"
-SRCREV = "9a3d48187d87b0ed151a339a9b05f6f4eefb0922"
-PV = "0.5.0+gitr${SRCPV}"
+SRCREV = "3c3af3ecc99bc130643c2b372164e987a5a261a9"
+PV = "0.5.1+gitr${SRCPV}"
PE = "1"
SRC_URI = "\
@@ -15,5 +16,3 @@ SRC_URI = "\
S = "${WORKDIR}/git"
inherit autotools vala
-
-BBCLASSEXTEND = "native"
option> OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
blob: 4bd65d3539db12b9498cbfaf623499660485ea6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
DESCRIPTION = "A storage daemon that implements well-defined D-Bus interfaces that can be used to query and manipulate storage devices."
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73d83aebe7e4b62346afde80e0e94273"

DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0 intltool-native lvm2"
# optional dependencies: device-mapper parted

DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"

SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
           file://optional-depends.patch"

SRC_URI += "${@base_contains('DISTRO_FEATURES', 'systemd', 'file://add-systemd-support.patch', '', d)}"

SRC_URI[udisks.md5sum] = "86c63b2b5484f2060499a052b5b6256b"
SRC_URI[udisks.sha256sum] = "854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5"

PR = "r9"

inherit autotools systemd gtk-doc

PACKAGECONFIG ??= ""
PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted"

EXTRA_OECONF = "--disable-man-pages"

FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
                ${datadir}/dbus-1/ \
                ${datadir}/polkit-1 \
                ${nonarch_base_libdir}/udev/* \
"

FILES_${PN}-dbg += "${nonarch_base_libdir}/udev/.debug"

RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "udisks-daemon.service"
SYSTEMD_AUTO_ENABLE = "disable"