summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/upower
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/upower')
-rw-r--r--meta-oe/recipes-support/upower/upower_0.99.13.bb (renamed from meta-oe/recipes-support/upower/upower_0.99.11.bb)13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/upower/upower_0.99.11.bb b/meta-oe/recipes-support/upower/upower_0.99.13.bb
index ad302a0e1c..6dfe49b03f 100644
--- a/meta-oe/recipes-support/upower/upower_0.99.11.bb
+++ b/meta-oe/recipes-support/upower/upower_0.99.13.bb
@@ -4,13 +4,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08"
4 4
5DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" 5DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib"
6 6
7SRC_URI = " \ 7SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https"
8 http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ 8SRCREV = "0f6cc0a10be22d7ddd684e1cd851e4364a440494"
9" 9S = "${WORKDIR}/git"
10SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24"
11SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef"
12 10
13inherit autotools pkgconfig gettext gobject-introspection systemd 11inherit autotools pkgconfig gtk-doc gettext gobject-introspection systemd
14 12
15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 13PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
16PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" 14PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"
@@ -24,6 +22,9 @@ SYSTEMD_SERVICE:${PN} = "upower.service"
24SYSTEMD_AUTO_ENABLE = "disable" 22SYSTEMD_AUTO_ENABLE = "disable"
25 23
26do_configure:prepend() { 24do_configure:prepend() {
25 touch ${S}/ABOUT-NLS
26 mkdir -p ${S}/build-aux
27 touch ${S}/build-aux/config.rpath
27 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am 28 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
28 sed -i -e 's: doc : :g' ${S}/Makefile.am 29 sed -i -e 's: doc : :g' ${S}/Makefile.am
29} 30}