diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-03-02 19:55:55 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-03-02 19:55:55 +0000 |
commit | 0e96be7f834f3264594c8e21b3fe5ee69c296486 (patch) | |
tree | 0430eb0baac708cbd7dbfbf24f00fcb64219d29b /packages/libidl/libidl_0.8.3.bb | |
parent | 2a98e2a2c1b55a0eb0ac09f2f9b55db2e4c23553 (diff) | |
parent | bd607171760c733930b955f591e156717651fc1f (diff) |
merge of '16882b53b725e8d7bfbf2d2909cfbf1f3a8a90fc'
and '55956ba3628054539f1f1f6c44ab7108d48f8b32'
Diffstat (limited to 'packages/libidl/libidl_0.8.3.bb')
-rw-r--r-- | packages/libidl/libidl_0.8.3.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/libidl/libidl_0.8.3.bb b/packages/libidl/libidl_0.8.3.bb index 7a5a0d454e..5f788a91d8 100644 --- a/packages/libidl/libidl_0.8.3.bb +++ b/packages/libidl/libidl_0.8.3.bb @@ -13,13 +13,7 @@ inherit autotools pkgconfig # strange reason - so we do some sed fu to fix the path there do_stage() { - oe_runmake install \ - prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - infodir=${STAGING_INFODIR} + autotools_stage_all cp ${STAGING_BINDIR}/libIDL-config-2 ${STAGING_BINDIR}/libIDL-config-2.orig cat ${STAGING_BINDIR}/libIDL-config-2.orig | sed -e 's:${includedir}:${STAGING_INCDIR}:' > ${STAGING_BINDIR}/libIDL-config-2 |