diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-15 21:11:02 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-15 21:11:02 +0000 |
commit | d960d4f0cd214418e981d12a2304a5d6145295c0 (patch) | |
tree | b5d3bade7f2286d912818033165cf3057db9327b /qte | |
parent | cbc7d5697cc49cea156c83d563a45106d9711192 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/15 20:57:34+01:00 uni-frankfurt.de!mickeyl
voliá mes amis - there's libqpe
2004/01/15 20:32:52+01:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/oe-packages
2004/01/15 20:32:37+01:00 uni-frankfurt.de!mickeyl
fix staging of qte builds (library links were missing)
BKrev: 400701e6ZPRzFo5Msj1HGeMmh2NY_A
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte_2.3.6.oe | 2 | ||||
-rw-r--r-- | qte/qte_2.3.7.oe | 2 | ||||
-rw-r--r-- | qte/qte_2.3.8-snap.oe | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe index 1e08d970f0..248f4cfa64 100644 --- a/qte/qte_2.3.6.oe +++ b/qte/qte_2.3.6.oe @@ -55,7 +55,7 @@ do_compile() { } do_stage () { - install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ + oe_soinstall lib/libqte.so.${PV} ${STAGING_LIBDIR} rm -f include/qxt.h cp -pfLR include/* ${STAGING_DIR}/target/include/ } diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 1e08d970f0..248f4cfa64 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -55,7 +55,7 @@ do_compile() { } do_stage () { - install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ + oe_soinstall lib/libqte.so.${PV} ${STAGING_LIBDIR} rm -f include/qxt.h cp -pfLR include/* ${STAGING_DIR}/target/include/ } diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 0cf89ee19d..b48152bd63 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -56,7 +56,7 @@ do_compile() { } do_stage () { - install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ + oe_soinstall lib/libqte.so.${PV} ${STAGING_LIBDIR} rm -f include/qxt.h cp -pfLR include/* ${STAGING_DIR}/target/include/ } |