summaryrefslogtreecommitdiff
path: root/packages/libtool/libtool-cross_2.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libtool/libtool-cross_2.2.4.bb')
-rw-r--r--packages/libtool/libtool-cross_2.2.4.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/libtool/libtool-cross_2.2.4.bb b/packages/libtool/libtool-cross_2.2.4.bb
index 9b3c6d78ea..fab8aa4d42 100644
--- a/packages/libtool/libtool-cross_2.2.4.bb
+++ b/packages/libtool/libtool-cross_2.2.4.bb
@@ -1,11 +1,11 @@
require libtool.inc
require libtool_${PV}.bb
-
PR = "r23"
-PACKAGES = ""
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
-SRC_URI_append = " file://cross_compile.patch;patch=1 \
- file://prefix.patch;patch=1"
+
+SRC_URI += "\
+ file://cross_compile.patch;patch=1 \
+ file://prefix.patch;patch=1 \
+"
DEPENDS += "libtool-native"
@@ -43,3 +43,5 @@ do_stage () {
do_install () {
:
}
+
+PACKAGES = ""