diff options
Diffstat (limited to 'openembedded/packages/module-init-tools/module-init-tools-cross_3.1.bb')
-rw-r--r-- | openembedded/packages/module-init-tools/module-init-tools-cross_3.1.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/openembedded/packages/module-init-tools/module-init-tools-cross_3.1.bb b/openembedded/packages/module-init-tools/module-init-tools-cross_3.1.bb deleted file mode 100644 index 56fec56072..0000000000 --- a/openembedded/packages/module-init-tools/module-init-tools-cross_3.1.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | LICENSE = "GPL" | ||
2 | include module-init-tools_${PV}.bb | ||
3 | inherit cross | ||
4 | DEFAULT_PREFERENCE = "0" | ||
5 | PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.6" | ||
6 | |||
7 | PR="r3" | ||
8 | |||
9 | # When cross compiling depmod as shipped cannot handle endian | ||
10 | # differences between host and target, this fixes the problem. | ||
11 | # It also solves any possible issues with alignment (only likely | ||
12 | # if cross compiling for a low alignment target - e.g. x86, on | ||
13 | # a high alignment host - e.g. SPARC). | ||
14 | SRC_URI += " file://depmod-byteswap.patch;patch=1 " | ||
15 | |||
16 | EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" | ||
17 | |||
18 | do_stage () { | ||
19 | oe_runmake install | ||
20 | } | ||
21 | |||
22 | do_install () { | ||
23 | : | ||
24 | } | ||