summaryrefslogtreecommitdiffstats
path: root/packages/libtool/libtool-cross_1.5.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r--packages/libtool/libtool-cross_1.5.10.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libtool/libtool-cross_1.5.10.bb b/packages/libtool/libtool-cross_1.5.10.bb
index dd24add3b3..81a4990d28 100644
--- a/packages/libtool/libtool-cross_1.5.10.bb
+++ b/packages/libtool/libtool-cross_1.5.10.bb
@@ -1,11 +1,13 @@
SECTION = "devel"
-include libtool_${PV}.bb
+require libtool_${PV}.bb
+PR = "r4"
PACKAGES = ""
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
SRC_URI_append = " file://libdir-la.patch;patch=1 \
file://prefix.patch;patch=1 \
file://tag.patch;patch=1 \
+ file://tag1.patch;patch=1 \
file://install-path-check.patch;patch=1"
S = "${WORKDIR}/libtool-${PV}"