diff options
Diffstat (limited to 'recipes/libtool/libtool-native_1.5.10.bb')
-rw-r--r-- | recipes/libtool/libtool-native_1.5.10.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/libtool/libtool-native_1.5.10.bb b/recipes/libtool/libtool-native_1.5.10.bb index bbad8c70db..28af0f4e2f 100644 --- a/recipes/libtool/libtool-native_1.5.10.bb +++ b/recipes/libtool/libtool-native_1.5.10.bb @@ -1,12 +1,12 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://libdir-la.patch;patch=1 \ - file://libdir-la2.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://install-path-check.patch;patch=1 \ - file://nousrlib.patch;patch=1" +SRC_URI_append = " file://libdir-la.patch;apply=yes \ + file://libdir-la2.patch;apply=yes \ + file://prefix.patch;apply=yes \ + file://tag.patch;apply=yes \ + file://install-path-check.patch;apply=yes \ + file://nousrlib.patch;apply=yes" S = "${WORKDIR}/libtool-${PV}" |