diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-31 17:56:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 17:56:34 +0000 |
commit | 5e92889623b7efc39194f337f62f8f9ad770b98d (patch) | |
tree | f7c46c1867bd84c2e4f89555c264d8aa1d2745d0 /packages/unionfs/unionfs-modules_1.0.13.bb | |
parent | f048a1b2ea01781e1c35c57f0ce52e60f8ba8710 (diff) |
unionfs: add make.patch for 1.0.13 and remove a couple of obsolete versions
Diffstat (limited to 'packages/unionfs/unionfs-modules_1.0.13.bb')
-rw-r--r-- | packages/unionfs/unionfs-modules_1.0.13.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/unionfs/unionfs-modules_1.0.13.bb b/packages/unionfs/unionfs-modules_1.0.13.bb index b18aaa9ac7..8083bddf67 100644 --- a/packages/unionfs/unionfs-modules_1.0.13.bb +++ b/packages/unionfs/unionfs-modules_1.0.13.bb @@ -1,6 +1,3 @@ -# When mickeyl decides to check in the correct make.patch, then the following line can be removed. -DEFAULT_PREFERENCE = "-1" - PARALLEL_MAKE = "" include unionfs-modules.inc @@ -8,5 +5,6 @@ include unionfs-modules.inc KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}" do_compile() { + unset LDFLAGS oe_runmake unionfs${KERNEL_MAJMIN} } |