diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-01 19:57:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 12:38:44 +0100 |
| commit | 1be4af3df29f643ddc3e1577523179b5920a39c4 (patch) | |
| tree | 3895b10423dd57f1797f63fb993cbed3bca7440b /meta/recipes-devtools/libtool/libtool-native_2.5.2.bb | |
| parent | a79034e58bb31530193442d56357ba5919d4f408 (diff) | |
| download | poky-1be4af3df29f643ddc3e1577523179b5920a39c4.tar.gz | |
libtool: 2.5.1 -> 2.5.2
(From OE-Core rev: 279e6f4eaa6e47cbd2640c7afe699cda2a796514)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | } | ||
