summaryrefslogtreecommitdiff
path: root/recipes/libtool/libtool-cross_1.5.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libtool/libtool-cross_1.5.22.bb')
-rw-r--r--recipes/libtool/libtool-cross_1.5.22.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes/libtool/libtool-cross_1.5.22.bb b/recipes/libtool/libtool-cross_1.5.22.bb
deleted file mode 100644
index 03d664a088..0000000000
--- a/recipes/libtool/libtool-cross_1.5.22.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DEFAULT_PREFERENCE = "-1"
-
-require libtool_${PV}.bb
-
-PR = "${INC_PR}.0"
-PACKAGES = ""
-SRC_URI_append = " file://libdir-la.patch \
- file://prefix.patch \
- file://tag.patch \
- file://tag1.patch \
-# file://rpath.patch \
- file://install-path-check.patch"
-S = "${WORKDIR}/libtool-${PV}"
-
-prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
-exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
-bindir = "${STAGING_BINDIR_NATIVE}"
-
-do_compile () {
- :
-}
-
-do_stage () {
- install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool
- install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/
- install -d ${STAGING_DIR_HOST}${target_datadir}/libtool ${STAGING_DIR_HOST}${target_datadir}/aclocal
- install -c config.guess ${STAGING_DIR_HOST}${target_datadir}/libtool/
- install -c config.sub ${STAGING_DIR_HOST}${target_datadir}/libtool/
- install -c -m 0644 ltmain.sh ${STAGING_DIR_HOST}${target_datadir}/libtool/
- install -c -m 0644 libtool.m4 ${STAGING_DIR_HOST}${target_datadir}/aclocal/
- install -c -m 0644 ltdl.m4 ${STAGING_DIR_HOST}${target_datadir}/aclocal/
-}
-
-do_install () {
- :
-}