summaryrefslogtreecommitdiff
path: root/libtool/libtool-cross_1.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libtool/libtool-cross_1.5.oe')
-rw-r--r--libtool/libtool-cross_1.5.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe
deleted file mode 100644
index d071c9575c..0000000000
--- a/libtool/libtool-cross_1.5.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-include libtool_${PV}.oe
-
-PACKAGES = ""
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}"
-SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \
- file://${FILESDIR}/sedvar.patch;patch=1 \
- file://${FILESDIR}/tag.patch;patch=1 \
- file://${FILESDIR}/ld.patch;patch=1 \
- file://${FILESDIR}/chmod.patch;patch=1"
-S = "${WORKDIR}/libtool-${PV}"
-
-prefix = "${STAGING_DIR}"
-exec_prefix = "${prefix}/${BUILD_SYS}"
-
-do_compile () {
-}
-
-do_stage () {
- install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool
-}
-
-do_install () {
-}