diff options
Diffstat (limited to 'meta/packages/libtool/libtool-native_1.5.10.bb')
| -rw-r--r-- | meta/packages/libtool/libtool-native_1.5.10.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-native_1.5.10.bb b/meta/packages/libtool/libtool-native_1.5.10.bb new file mode 100644 index 0000000000..ff001be63c --- /dev/null +++ b/meta/packages/libtool/libtool-native_1.5.10.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | SECTION = "devel" | ||
| 2 | include libtool_${PV}.bb | ||
| 3 | |||
| 4 | PR = "r4" | ||
| 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | ||
| 6 | SRC_URI_append = " file://libdir-la.patch;patch=1 \ | ||
| 7 | file://prefix.patch;patch=1 \ | ||
| 8 | file://tag.patch;patch=1 \ | ||
| 9 | file://tag1.patch;patch=1 \ | ||
| 10 | file://install-path-check.patch;patch=1" | ||
| 11 | S = "${WORKDIR}/libtool-${PV}" | ||
| 12 | |||
| 13 | STAGING_DATADIR_safe := "${STAGING_DATADIR}" | ||
| 14 | |||
| 15 | inherit native | ||
| 16 | |||
| 17 | do_stage () { | ||
| 18 | install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool | ||
| 19 | install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize | ||
| 20 | oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} | ||
| 21 | install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ | ||
| 22 | for dir in ${STAGING_DATADIR} ${STAGING_DATADIR_safe}; do | ||
| 23 | install -d $dir/libtool \ | ||
| 24 | $dir/aclocal | ||
| 25 | install -c config.guess $dir/libtool/config.guess | ||
| 26 | install -c config.sub $dir/libtool/config.sub | ||
| 27 | install -c -m 0644 ltmain.sh $dir/libtool/ | ||
| 28 | install -c -m 0644 libtool.m4 $dir/aclocal/ | ||
| 29 | install -c -m 0644 ltdl.m4 $dir/aclocal/ | ||
| 30 | done | ||
| 31 | } | ||
| 32 | |||
| 33 | do_install () { | ||
| 34 | : | ||
| 35 | } | ||
