Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Thu, 15 Jan 2004 21:11:02 +0000 (21:11 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 15 Jan 2004 21:11:02 +0000 (21:11 +0000)
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

libqpe/libqpe-opie_1.0.3.oe [new file with mode: 0644]
qte/qte_2.3.6.oe
qte/qte_2.3.7.oe
qte/qte_2.3.8-snap.oe

diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe
new file mode 100644 (file)
index 0000000..e69de29
index 1e08d97..248f4cf 100644 (file)
@@ -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/
 }
index 1e08d97..248f4cf 100644 (file)
@@ -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/
 }
index 0cf89ee..b48152b 100644 (file)
@@ -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/
 }