[oe-commits] Mike Looijmans : alsa-utils: Remove double dependency on udev

git at git.openembedded.org git at git.openembedded.org
Fri May 15 17:14:23 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: 6fb1b306bd1a1ca6ecc6c8d91e0007cc65a6a0d6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6fb1b306bd1a1ca6ecc6c8d91e0007cc65a6a0d6

Author: Mike Looijmans <mike.looijmans at topic.nl>
Date:   Tue Apr 21 15:33:44 2015 +0200

alsa-utils: Remove double dependency on udev

"udev" is already added when PACKAGECONFIG includes it, so it should
not be in the DEPENDS list on itself.

This caused udev to be built for systems that don't use it.

(From OE-Core rev: 2ea67db71ba37285c5d16428ba9629412adcfa47)

Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb
index ac5512a..506698e 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                     file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9"
-DEPENDS = "alsa-lib ncurses libsamplerate0 udev"
+DEPENDS = "alsa-lib ncurses libsamplerate0"
 
 PACKAGECONFIG ??= "udev"
 PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev"



More information about the Openembedded-commits mailing list