From 618e2484f5f3747788d27652cb8bc2e818671887 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 24 Apr 2013 19:58:43 +0200 Subject: [PATCH] busybox: move symlinks to busybox-mdev package Those symlinks point to files which belong to busybox-mdev package, so at running time this adds a dependency to busybox package on busybox-mdev package. This is wrong for del-image-graphical where we want to use 'udev' instead of 'mdev'. Signed-off-by: Javier Viguera --- .../recipes-core/busybox/busybox_1.20.2.bbappend | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta-digi-del/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-digi-del/recipes-core/busybox/busybox_1.20.2.bbappend index 5a06eff87..d1d60faf5 100644 --- a/meta-digi-del/recipes-core/busybox/busybox_1.20.2.bbappend +++ b/meta-digi-del/recipes-core/busybox/busybox_1.20.2.bbappend @@ -22,7 +22,16 @@ SRC_URI += "file://0001-del-baudrates.patch \ " # Add device handlers to 'mdev' package -FILES_${PN}-mdev += "${base_libdir}/mdev/adc ${base_libdir}/mdev/mmc ${base_libdir}/mdev/sd ${base_libdir}/mdev/ts" +FILES_${PN}-mdev += " \ + ${base_bindir}/mmc-mount \ + ${base_bindir}/mmc-umount \ + ${base_bindir}/usbmount \ + ${base_bindir}/usbumount \ + ${base_libdir}/mdev/adc \ + ${base_libdir}/mdev/mmc \ + ${base_libdir}/mdev/sd \ + ${base_libdir}/mdev/ts \ +" # hwclock bootscript init parameters INITSCRIPT_PARAMS_${PN}-hwclock = "start 20 S . stop 20 0 6 ."