summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2012-01-06 20:51:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-10 17:28:43 +0000
commitd10d1e12c0f3427583ac69483e7bf5d9c9cc01e0 (patch)
tree2455bb6fea5303ff2922c7f94222819b65ef6580 /meta/recipes-kernel
parentefc06844dfcc751c5e2f58d8f361d292d3800fd2 (diff)
downloadpoky-d10d1e12c0f3427583ac69483e7bf5d9c9cc01e0.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/update-modules/update-modules_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/update-modules/update-modules_1.0.bb b/meta/recipes-kernel/update-modules/update-modules_1.0.bb
index 1ea97a8530..dc4496507e 100644
--- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb
+++ b/meta/recipes-kernel/update-modules/update-modules_1.0.bb
@@ -3,8 +3,8 @@ SECTION = "base"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
5 5
6RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " 6RDEPENDS_${PN} = "module-init-tools-depmod"
7PR = "r10" 7PR = "r11"
8 8
9SRC_URI = "file://update-modules \ 9SRC_URI = "file://update-modules \
10 file://COPYING.GPL" 10 file://COPYING.GPL"