[oe-commits] Paul Eggleton : qte: revert changes from 2a1c9e1ee5eb8067592d26100b563dd2ae7be00d

git version control git at git.openembedded.org
Thu May 26 07:46:20 UTC 2011


Module: openembedded.git
Branch: master
Commit: 6d450abfc10b32ec7222a655f9f39c004269c9b6
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=6d450abfc10b32ec7222a655f9f39c004269c9b6

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed May 25 23:33:58 2011 +0100

qte: revert changes from 2a1c9e1ee5eb8067592d26100b563dd2ae7be00d

The recipe qpf-qte already provides the font files in lib/fonts split out
into separate packages, so we wouldn't also install them here.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 recipes/qte/qte-common_2.3.10.inc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/recipes/qte/qte-common_2.3.10.inc b/recipes/qte/qte-common_2.3.10.inc
index c4aaa84..40b8446 100644
--- a/recipes/qte/qte-common_2.3.10.inc
+++ b/recipes/qte/qte-common_2.3.10.inc
@@ -149,12 +149,8 @@ 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.*"





More information about the Openembedded-commits mailing list