meta-digi-dey: fix busybox-syslog RRECOMENDS dependency
Since commit 4b41d9072a304fadbe1cc37c94575f12a2a47fd3 in poky busybox removes the RRECOMENDS dependency with busybox-syslog, then we need to explicitly add this dependency in the recipes. https://jira.digi.com/browse/DEL-6443 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
d726049cb2
commit
469d852e93
|
|
@ -31,7 +31,6 @@ IMAGE_ROOTFS_SIZE = "8192"
|
|||
|
||||
# Remove some packages added via recommendations
|
||||
BAD_RECOMMENDATIONS += " \
|
||||
busybox-syslog \
|
||||
openssl-conf \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -23,5 +23,3 @@ IMAGE_ROOTFS_SIZE ?= "8192"
|
|||
|
||||
IMAGE_FSTYPES_remove = "ext4"
|
||||
IMAGE_FSTYPES_append = " ext2"
|
||||
|
||||
BAD_RECOMMENDATIONS += "busybox-syslog"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ IMAGE_ROOTFS_SIZE = "8192"
|
|||
|
||||
# Remove some packages added via recommendations
|
||||
BAD_RECOMMENDATIONS += " \
|
||||
busybox-syslog \
|
||||
openssl-conf \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ RDEPENDS_${PN} = "\
|
|||
"
|
||||
|
||||
RRECOMMENDS_${PN} = "\
|
||||
busybox-syslog \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
|
||||
${MACHINE_EXTRA_RRECOMMENDS} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue