diff options
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 | ||
5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" | 5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https" |
8 | http://upower.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 8 | SRCREV = "0f6cc0a10be22d7ddd684e1cd851e4364a440494" |
9 | " | 9 | S = "${WORKDIR}/git" |
10 | SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" | ||
11 | SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" | ||
12 | 10 | ||
13 | inherit autotools pkgconfig gettext gobject-introspection systemd | 11 | inherit autotools pkgconfig gtk-doc gettext gobject-introspection systemd |
14 | 12 | ||
15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
16 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" | 14 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" |
@@ -24,6 +22,9 @@ SYSTEMD_SERVICE:${PN} = "upower.service" | |||
24 | SYSTEMD_AUTO_ENABLE = "disable" | 22 | SYSTEMD_AUTO_ENABLE = "disable" |
25 | 23 | ||
26 | do_configure:prepend() { | 24 | do_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 | } |