From d960d4f0cd214418e981d12a2304a5d6145295c0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 15 Jan 2004 21:11:02 +0000 Subject: [PATCH] Merge openembedded@openembedded.bkbits.net:packages into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 0 qte/qte_2.3.6.oe | 2 +- qte/qte_2.3.7.oe | 2 +- qte/qte_2.3.8-snap.oe | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 libqpe/libqpe-opie_1.0.3.oe diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe new file mode 100644 index 0000000000..e69de29bb2 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/ } -- 2.39.5