diff options
Diffstat (limited to 'meta-oe/recipes-support/upower/upower_0.99.7.bb')
| -rw-r--r-- | meta-oe/recipes-support/upower/upower_0.99.7.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/upower/upower_0.99.7.bb b/meta-oe/recipes-support/upower/upower_0.99.7.bb new file mode 100644 index 0000000000..973fbe771e --- /dev/null +++ b/meta-oe/recipes-support/upower/upower_0.99.7.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | DESCRIPTION = "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. " | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08" | ||
| 4 | |||
| 5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib polkit" | ||
| 6 | |||
| 7 | SRC_URI = "http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | ||
| 8 | SRC_URI[md5sum] = "236bb439d9ff1151450b3d8582399532" | ||
| 9 | SRC_URI[sha256sum] = "24bcc2f6ab25a2533bac70b587bcb019e591293076920f5b5e04bdedc140a401" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig gettext gobject-introspection systemd | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | ||
| 14 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" | ||
| 15 | PACKAGECONFIG[systemd] = "--with-systemdutildir=${systemd_unitdir} --with-systemdsystemunitdir=${systemd_system_unitdir}, \ | ||
| 16 | --without-systemdutildir --without-systemdsystemunitdir,systemd" | ||
| 17 | |||
| 18 | EXTRA_OECONF = " --with-backend=linux" | ||
| 19 | |||
| 20 | SYSTEMD_SERVICE_${PN} = "upower.service" | ||
| 21 | # don't start on boot by default - dbus does that on demand | ||
| 22 | SYSTEMD_AUTO_ENABLE = "disable" | ||
| 23 | |||
| 24 | do_configure_prepend() { | ||
| 25 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am | ||
| 26 | sed -i -e 's: doc : :g' ${S}/Makefile.am | ||
| 27 | } | ||
| 28 | |||
| 29 | RDEPENDS_${PN} += "dbus" | ||
| 30 | RRECOMMENDS_${PN} += "pm-utils" | ||
| 31 | FILES_${PN} += "${datadir}/dbus-1/ \ | ||
| 32 | ${datadir}/polkit-1/ \ | ||
| 33 | ${base_libdir}/udev/* \ | ||
| 34 | " | ||
