diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-17 00:39:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:39:43 +0200 |
commit | fd5ac68c8bd6e68d721418cf0273a7151e7ed847 (patch) | |
tree | 603478f1032476d1f792125c447fa183b5f92f65 /meta-xfce | |
parent | e7d08ccb85e752b7a3b4880b0a2ed46c9e296d74 (diff) | |
download | meta-openembedded-fd5ac68c8bd6e68d721418cf0273a7151e7ed847.tar.gz |
xfce4-power-manager: make upower a build dependency
This one came up when upower failed:
| *** The required package upower-glib was not found on your system.
| *** Please install upower-glib (atleast version 0.9.7) or adjust
| *** the PKG_CONFIG_PATH environment variable if you
| *** installed the package in a nonstandard prefix so that
| *** pkg-config is able to find it.
xfce4-power-manager links against upower so we can expect shlibs causing upower
being added to RDEPENDS.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb index 623b2ed67..4a9accfd4 100644 --- a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
8 | inherit xfce | 8 | inherit xfce |
9 | 9 | ||
10 | DEPENDS = "gtk+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \ | 10 | DEPENDS = "gtk+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \ |
11 | libxrandr virtual/libx11 libxext xfce4-panel" | 11 | libxrandr virtual/libx11 libxext xfce4-panel upower" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "e7d00548e58bf19229e727818184c1e0" | 13 | SRC_URI[md5sum] = "e7d00548e58bf19229e727818184c1e0" |
14 | SRC_URI[sha256sum] = "c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07" | 14 | SRC_URI[sha256sum] = "c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07" |
@@ -34,7 +34,7 @@ FILES_xfce4-powermanager-plugin = " \ | |||
34 | " | 34 | " |
35 | 35 | ||
36 | RDEPENDS_xfce4-powermanager-plugin = "${PN}" | 36 | RDEPENDS_xfce4-powermanager-plugin = "${PN}" |
37 | RDEPENDS_${PN} = "networkmanager udisks upower ${@base_contains('DISTRO_FEATURES','systemd','','consolekit',d)}" | 37 | RDEPENDS_${PN} = "networkmanager udisks ${@base_contains('DISTRO_FEATURES','systemd','','consolekit',d)}" |
38 | 38 | ||
39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin | 39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin |
40 | RPROVIDES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 40 | RPROVIDES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" |