diff options
Diffstat (limited to 'recipes/bzip2/bzip2_1.0.2.bb')
-rw-r--r-- | recipes/bzip2/bzip2_1.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bzip2/bzip2_1.0.2.bb b/recipes/bzip2/bzip2_1.0.2.bb index 1276bc6461..bbce485928 100644 --- a/recipes/bzip2/bzip2_1.0.2.bb +++ b/recipes/bzip2/bzip2_1.0.2.bb @@ -4,8 +4,8 @@ PR = "r2" LICENSE = "bzip2" SRC_URI = "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \ - file://installpaths.patch;patch=1 \ - file://ldflags.patch;patch=1" + file://installpaths.patch;apply=yes \ + file://ldflags.patch;apply=yes" CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" |