aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qte
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-05-02 22:49:36 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-05-17 22:11:15 +0200
commit2a1c9e1ee5eb8067592d26100b563dd2ae7be00d (patch)
tree8243c023c82c084b614e287d1e95f57f6bf8e944 /recipes/qte
parentb167a9a9e55a7a493a7ee565cec9c7dd463362ff (diff)
downloadopenembedded-2a1c9e1ee5eb8067592d26100b563dd2ae7be00d.tar.gz
ulibc: bump git to version 71d63ed75648da9b0b71afabb9c60aaad792c55c and add some features
* enable backtrace support and put libubacktrace into own package, needed by firefox * added one patch from Timo Teräs to implement RTLD_NO, needed by openjdk * added one patch from Timo Teräs implement ORIGIN_PATH, needed by openjdk * remove fts-support.patch, because is applied upstream * bump PR
Diffstat (limited to 'recipes/qte')
-rw-r--r--recipes/qte/qte-common_2.3.10.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/qte/qte-common_2.3.10.inc b/recipes/qte/qte-common_2.3.10.inc
index 2eed76d1cc..34bcc59af4 100644
--- a/recipes/qte/qte-common_2.3.10.inc
+++ b/recipes/qte/qte-common_2.3.10.inc
@@ -148,8 +148,12 @@ do_stage() {
do_install() {
oe_libinstall -so -C lib lib${PN} ${D}${libdir}
+ cp -pPR lib/fonts ${D}${libdir}
+
install -d ${D}/${includedir}/qte
install -m 0644 include/*.h ${D}/${includedir}/qte/
+ install -m 0644 include/*.h ${D}/${includedir}/qte/
+
}
FILES_${PN} = "${libdir}/lib${PN}.so.*"