From 285471c31284284d36a811b2bbd584104c3f9196 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 4 Feb 2013 13:36:51 +0200 Subject: update-modules: remove recipe from oe-core update-modules is not used anymore. Any references to it have been removed, some time ago, from all recipes/bbclasses. It stayed in oe-core in case anybody still wanted to use it. Time for it to go. (From OE-Core rev: b8c5f1facd9f9878e137f803b45e99d4e7214d20) Signed-off-by: Laurentiu Palcu Signed-off-by: Richard Purdie --- .../update-modules/update-modules_1.0.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-kernel/update-modules/update-modules_1.0.bb (limited to 'meta/recipes-kernel/update-modules/update-modules_1.0.bb') diff --git a/meta/recipes-kernel/update-modules/update-modules_1.0.bb b/meta/recipes-kernel/update-modules/update-modules_1.0.bb deleted file mode 100644 index 2af75e6a99..0000000000 --- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "script to manage module configuration files." -SECTION = "base" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" - -RDEPENDS_${PN} = "module-init-tools-depmod" - -PR = "r13" - -SRC_URI = "file://update-modules \ - file://COPYING.GPL" - -inherit allarch - -pkg_postinst_${PN} () { -if [ "x$D" != "x" ]; then - exit 1 -fi -update-modules -} - -do_install() { - install -d ${D}${sbindir} - install ${WORKDIR}/update-modules ${D}${sbindir} -} - -- cgit v1.2.3-54-g00ecf