diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-native_2.5.2.bb')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-native_2.5.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.5.2.bb b/meta/recipes-devtools/libtool/libtool-native_2.5.2.bb new file mode 100644 index 0000000000..be96b52dd6 --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool-native_2.5.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require libtool-${PV}.inc | ||
2 | |||
3 | DEPENDS = "" | ||
4 | |||
5 | inherit native | ||
6 | |||
7 | do_install () { | ||
8 | autotools_do_install | ||
9 | install -d ${D}${bindir}/ | ||
10 | install -m 0755 libtool ${D}${bindir}/libtool | ||
11 | } | ||