From 40f93ae7afbdd7f5b4ed61324f9568afd8b65a92 Mon Sep 17 00:00:00 2001 From: Anders Darander Date: Fri, 1 Jul 2011 15:08:02 +0200 Subject: modutils: remove modutils As 2.4 support is being phased out, remove modutils. (From OE-Core rev: e7bc441686c384f025a8b722441bdb1f66d5f8db) Signed-off-by: Anders Darander Signed-off-by: Richard Purdie --- meta/recipes-kernel/modutils/modutils-collateral.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta/recipes-kernel/modutils/modutils-collateral.bb (limited to 'meta/recipes-kernel/modutils/modutils-collateral.bb') diff --git a/meta/recipes-kernel/modutils/modutils-collateral.bb b/meta/recipes-kernel/modutils/modutils-collateral.bb deleted file mode 100644 index 919b86f95d..0000000000 --- a/meta/recipes-kernel/modutils/modutils-collateral.bb +++ /dev/null @@ -1,21 +0,0 @@ -SECTION = "base" -DESCRIPTION = "modutils configuration files" -PR = "r3" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -SRC_URI = "file://modules \ - file://modules.conf" - -do_compile () { -} - -do_install () { - install -d ${D}${sysconfdir} - install -m 0644 ${WORKDIR}/modules ${D}${sysconfdir}/modules - if [ ${MAJOR_KERNEL_VERSION}=2.6 ]; then - install -d ${D}${sysconfdir}/modprobe.d - else - install -m 0644 ${WORKDIR}/modules.conf ${D}${sysconfdir}/modules.conf - fi - -} -- cgit v1.2.3-54-g00ecf