summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/upower
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/upower
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/upower')
-rw-r--r--meta-oe/recipes-support/upower/upower_0.9.14.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb b/meta-oe/recipes-support/upower/upower_0.9.14.bb
new file mode 100644
index 000000000..0aa9ec9f2
--- /dev/null
+++ b/meta-oe/recipes-support/upower/upower_0.9.14.bb
@@ -0,0 +1,35 @@
1DESCRIPTION = "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. "
2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08"
4
5PR = "r2"
6
7DEPENDS = "libusb1 udev glib-2.0 dbus-glib polkit gobject-introspection-stub"
8
9SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
10SRC_URI[md5sum] = "18803f82102d56aac90949d1e4251645"
11SRC_URI[sha256sum] = "81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5"
12
13inherit autotools pkgconfig gettext
14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"
17
18EXTRA_OECONF = " --with-backend=linux"
19
20do_configure_prepend() {
21 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
22 sed -i -e 's: doc : :g' ${S}/Makefile.am
23}
24
25
26RRECOMMENDS_${PN} += "pm-utils"
27FILES_${PN} += "${datadir}/dbus-1/ \
28 ${datadir}/polkit-1/ \
29 ${base_libdir}/udev/* \
30"
31
32FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
33
34
35