From 56e5a0221fc937f5d0475cd9ce35b165a8ef83a6 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 13 Dec 2005 14:18:07 +0000 Subject: module-init-tools: upgraded to 3.2.2, removed all versions older then 3.2.1 - module-init-tools-cross upgraded to 3.2.2 (byteorder switch patch no longer needed) - all not needed patches removed --- .../module-init-tools-cross_3.1.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 packages/module-init-tools/module-init-tools-cross_3.1.bb (limited to 'packages/module-init-tools/module-init-tools-cross_3.1.bb') diff --git a/packages/module-init-tools/module-init-tools-cross_3.1.bb b/packages/module-init-tools/module-init-tools-cross_3.1.bb deleted file mode 100644 index 56fec56072..0000000000 --- a/packages/module-init-tools/module-init-tools-cross_3.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -LICENSE = "GPL" -include module-init-tools_${PV}.bb -inherit cross -DEFAULT_PREFERENCE = "0" -PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.6" - -PR="r3" - -# When cross compiling depmod as shipped cannot handle endian -# differences between host and target, this fixes the problem. -# It also solves any possible issues with alignment (only likely -# if cross compiling for a low alignment target - e.g. x86, on -# a high alignment host - e.g. SPARC). -SRC_URI += " file://depmod-byteswap.patch;patch=1 " - -EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" - -do_stage () { - oe_runmake install -} - -do_install () { - : -} -- cgit v1.2.3