diff options
Diffstat (limited to 'recipes/libtool/libtool_1.5.6.bb')
-rw-r--r-- | recipes/libtool/libtool_1.5.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libtool/libtool_1.5.6.bb b/recipes/libtool/libtool_1.5.6.bb index 303aa880fe..3a97d9e28b 100644 --- a/recipes/libtool/libtool_1.5.6.bb +++ b/recipes/libtool/libtool_1.5.6.bb @@ -6,7 +6,7 @@ PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;apply=yes" + file://autotools.patch" S = "${WORKDIR}/libtool-${PV}" PACKAGES = "libltdl libltdl-dbg libltdl-dev ${PN} ${PN}-doc" |