aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bzip2/bzip2_1.0.2.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-02 12:47:37 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-02 12:47:37 +0000
commit1f3327dcd807c018d47971ee85ccd7d76850040b (patch)
tree99ded9350778f4a8dfefa965454e1ddba1e4ebe0 /recipes/bzip2/bzip2_1.0.2.bb
parent9b8323739f1349983d973ff2b86b27f0aceb4d0f (diff)
downloadopenembedded-1f3327dcd807c018d47971ee85ccd7d76850040b.tar.gz
bzip2: add patch to use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/bzip2/bzip2_1.0.2.bb')
-rw-r--r--recipes/bzip2/bzip2_1.0.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/bzip2/bzip2_1.0.2.bb b/recipes/bzip2/bzip2_1.0.2.bb
index 1e1cb8e539..9e8cb2085c 100644
--- a/recipes/bzip2/bzip2_1.0.2.bb
+++ b/recipes/bzip2/bzip2_1.0.2.bb
@@ -1,10 +1,11 @@
DESCRIPTION = "Very high-quality data compression program."
SECTION = "console/utils"
-PR = "r1"
+PR = "r2"
LICENSE = "bzip2"
SRC_URI = "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \
- file://installpaths.patch;patch=1"
+ file://installpaths.patch;patch=1 \
+ file://ldflags.patch;patch=1"
CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64"