diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-12-14 09:06:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-14 09:06:24 +0000 |
commit | 992abdc796a1bd5eb9cb01fb210469a034e35a0b (patch) | |
tree | bef9584baca615257b8561cb2eab0618b3b41cc9 /packages/module-init-tools/module-init-tools-cross_3.1.bb | |
parent | 11fdccc123014b571f6634ccaf27c573cbff2030 (diff) | |
parent | f26928c8539bb2cc296d72a0289dee4cc048365e (diff) |
merge of 71d0721314ae057e3f023995018fa44ebf288004
and aa67749777273223fd016738146301b95d7a94ba
Diffstat (limited to 'packages/module-init-tools/module-init-tools-cross_3.1.bb')
-rw-r--r-- | packages/module-init-tools/module-init-tools-cross_3.1.bb | 24 |
1 files changed, 0 insertions, 24 deletions
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 () { - : -} |