diff options
author | Steve Sakoman <steve@sakoman.com> | 2012-01-06 20:51:51 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-09 21:51:50 -0800 |
commit | f1193e077d187b9ce18ae0686b1a1f0f9832036d (patch) | |
tree | b95f05b681868393ee3ee8d7a06d95028d6c1af1 /meta/recipes-kernel/update-modules | |
parent | 4fa337fe932230b43d7006cdd8b44dfa05501bbe (diff) | |
download | openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.tar.gz openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.tar.bz2 openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.tar.xz openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.zip |
Remove last remnants of kernel26 MACHINE_FEATURES
There is no reason to continue to carry this feature
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/update-modules')
-rw-r--r-- | meta/recipes-kernel/update-modules/update-modules_1.0.bb | 4 |
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 1ea97a853..dc4496507 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" 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" |