diff options
| -rw-r--r-- | libqpe/libqpe-opie_1.0.3.oe | 0 | ||||
| -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 |
4 files changed, 3 insertions, 3 deletions
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 --- /dev/null +++ b/libqpe/libqpe-opie_1.0.3.oe 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/ } |
