diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool_2.5.4.bb')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.5.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool_2.5.4.bb b/meta/recipes-devtools/libtool/libtool_2.5.4.bb new file mode 100644 index 0000000000..fa16d09d21 --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool_2.5.4.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require libtool-${PV}.inc | ||
2 | require remove-buildpaths.inc | ||
3 | |||
4 | RDEPENDS:${PN} += "bash" | ||
5 | |||
6 | # | ||
7 | # We want the results of libtool-cross preserved - don't stage anything ourselves. | ||
8 | # | ||
9 | SYSROOT_DIRS_IGNORE += " \ | ||
10 | ${bindir} \ | ||
11 | ${datadir}/aclocal \ | ||
12 | ${datadir}/libtool/build-aux \ | ||
13 | " | ||
14 | |||
15 | inherit multilib_script | ||
16 | |||
17 | MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool" | ||