diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-17 23:51:41 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-17 23:51:41 +0100 |
commit | 4997a9ed43a5bd1ea3a4d3fc0fece59eaf714e47 (patch) | |
tree | 618761c1304bf2db036932899c1f1377ce00fd5c /recipes/libtool/libtool-cross_2.2.6a.bb | |
parent | a2b8a408e9141091efc87e568641ed81f6767ce2 (diff) | |
parent | 698ae87ee44a2fa5bd427bf15052d17e43d6d311 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libtool/libtool-cross_2.2.6a.bb')
-rw-r--r-- | recipes/libtool/libtool-cross_2.2.6a.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/libtool/libtool-cross_2.2.6a.bb b/recipes/libtool/libtool-cross_2.2.6a.bb index b26e7cc26a..23c16829ab 100644 --- a/recipes/libtool/libtool-cross_2.2.6a.bb +++ b/recipes/libtool/libtool-cross_2.2.6a.bb @@ -1,4 +1,3 @@ -require libtool.inc require libtool_${PV}.bb PR = "${INC_PR}.0" @@ -20,11 +19,6 @@ prefix = "${STAGING_DIR_NATIVE}${layout_prefix}" exec_prefix = "${STAGING_DIR_NATIVE}${layout_exec_prefix}" bindir = "${STAGING_BINDIR_NATIVE}" -# skip ac_cv_... setting for cross build: host paths must be used -do_configure_prepend () { - export LIBTOOL_BB_DO_NOT_SET_PATHS=1 -} - do_compile () { : } |