aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qte
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qte')
-rw-r--r--recipes/qte/qte-common_2.3.10.inc11
-rw-r--r--recipes/qte/qte-mt_2.3.10.bb2
-rw-r--r--recipes/qte/qte_2.3.10.bb2
3 files changed, 3 insertions, 12 deletions
diff --git a/recipes/qte/qte-common_2.3.10.inc b/recipes/qte/qte-common_2.3.10.inc
index 40b8446508..75419ace21 100644
--- a/recipes/qte/qte-common_2.3.10.inc
+++ b/recipes/qte/qte-common_2.3.10.inc
@@ -136,20 +136,11 @@ do_compile() {
oe_runmake src-mt sub-src
}
-do_stage() {
- rm -rf ${STAGING_DIR_HOST}/qt2
- install -d ${STAGING_DIR_HOST}/qt2/lib
- oe_libinstall -so -C lib lib${PN} ${STAGING_DIR_HOST}/qt2/lib
- rm -f include/qxt.h
- install -d ${STAGING_DIR_HOST}/qt2/include
- cp -pfLR include/* ${STAGING_DIR_HOST}/qt2/include
- cp -pPR lib/fonts ${STAGING_DIR_HOST}/qt2/lib/
-}
-
do_install() {
oe_libinstall -so -C lib lib${PN} ${D}${libdir}
install -d ${D}/${includedir}/qte
+ rm -f include/qxt.h
install -m 0644 include/*.h ${D}/${includedir}/qte/
}
diff --git a/recipes/qte/qte-mt_2.3.10.bb b/recipes/qte/qte-mt_2.3.10.bb
index 58bb7c81c1..84467f5b0c 100644
--- a/recipes/qte/qte-mt_2.3.10.bb
+++ b/recipes/qte/qte-mt_2.3.10.bb
@@ -1,5 +1,5 @@
require qte-common_${PV}.inc
-PR = "r30"
+PR = "r31"
EXTRA_OECONF += "-thread"
diff --git a/recipes/qte/qte_2.3.10.bb b/recipes/qte/qte_2.3.10.bb
index 88bc07f033..7a4376dd38 100644
--- a/recipes/qte/qte_2.3.10.bb
+++ b/recipes/qte/qte_2.3.10.bb
@@ -1,5 +1,5 @@
require qte-common_${PV}.inc
-PR = "r55"
+PR = "r56"
SRC_URI[md5sum] = "1f7ad30113afc500cab7f5b2f4dec0d7"