diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-17 22:28:27 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-17 22:28:27 +0000 |
commit | 698ae87ee44a2fa5bd427bf15052d17e43d6d311 (patch) | |
tree | dcc0321905c5e1991af277cd24124423ae419b62 /recipes/libtool/libtool-sdk_2.2.4.bb | |
parent | 5a790b1f8eaf649d9000f8834967870de5129286 (diff) |
libtool: Use more clean way to set ac_cv_path_* variables. Never load libtool.inc twice.
Diffstat (limited to 'recipes/libtool/libtool-sdk_2.2.4.bb')
-rw-r--r-- | recipes/libtool/libtool-sdk_2.2.4.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/libtool/libtool-sdk_2.2.4.bb b/recipes/libtool/libtool-sdk_2.2.4.bb index 0e9ae9b66e..c934a6e390 100644 --- a/recipes/libtool/libtool-sdk_2.2.4.bb +++ b/recipes/libtool/libtool-sdk_2.2.4.bb @@ -1,4 +1,3 @@ -require libtool.inc require libtool_${PV}.bb PR = "${INC_PR}.0" @@ -9,11 +8,6 @@ S = "${WORKDIR}/libtool-${PV}" inherit sdk -# skip ac_cv_... setting for cross build: host paths must be used -do_configure_prepend () { - export LIBTOOL_BB_DO_NOT_SET_PATHS=1 -} - do_install () { install -d ${D}${bindir}/ install -m 0755 libtool ${D}${bindir}/ |