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 <javier.viguera@digi.com>
This commit is contained in:
parent
5903da28e4
commit
618e2484f5
|
|
@ -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 ."
|
||||
|
|
|
|||
Loading…
Reference in New Issue