mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Remove last remnants of kernel26 MACHINE_FEATURES
There is no reason to continue to carry this feature (From OE-Core rev: f1193e077d187b9ce18ae0686b1a1f0f9832036d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
efc06844df
commit
d10d1e12c0
@@ -3,8 +3,8 @@ SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
|
||||
PR = "r10"
|
||||
RDEPENDS_${PN} = "module-init-tools-depmod"
|
||||
PR = "r11"
|
||||
|
||||
SRC_URI = "file://update-modules \
|
||||
file://COPYING.GPL"
|
||||
|
||||
Reference in New Issue
Block a user