summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionfs-modules_1.0.13.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-31 17:57:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-31 17:57:49 +0000
commit2c5f531835e67995fabd0dec7f77b44afb6f4168 (patch)
tree3ca74e22cb1eca39520af457fd57bc52b480fecd /packages/unionfs/unionfs-modules_1.0.13.bb
parent955709194415eef09a9c4b095883da08ec30a3b9 (diff)
parent5e92889623b7efc39194f337f62f8f9ad770b98d (diff)
merge of 2c9a9f52d7a84d26b72104dfc968f2430ae26091
and bda34a3079d192cc0342b04ecd99d52fdbe2f633
Diffstat (limited to 'packages/unionfs/unionfs-modules_1.0.13.bb')
-rw-r--r--packages/unionfs/unionfs-modules_1.0.13.bb4
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}
}