[oe-commits] Holger Hans Peter Freyther : qtwebkit-performance-utilities.inc: Remove memusagestat from the build

git version control git at git.openembedded.org
Fri Jan 15 00:15:26 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 88f4d12d2c40db3b2147ab6aa3ceb852c6efdf12
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=88f4d12d2c40db3b2147ab6aa3ceb852c6efdf12

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Mon Jan 11 10:17:04 2010 +0100

qtwebkit-performance-utilities.inc: Remove memusagestat from the build

* It is bad to require either Qt/X11 or Qt/E to just build
  this small helper. A new recipe should be created instead.

---

 recipes/webkit/qtwebkit-performance-utilities.inc |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/recipes/webkit/qtwebkit-performance-utilities.inc b/recipes/webkit/qtwebkit-performance-utilities.inc
index e61f22c..9041a28 100644
--- a/recipes/webkit/qtwebkit-performance-utilities.inc
+++ b/recipes/webkit/qtwebkit-performance-utilities.inc
@@ -1,9 +1,7 @@
 DESCRIPTION = "QtWebKit Performance Utilities"
 LICENSE = "GPLv3"
 
-INC_PR = "r0"
-
-DEPENDS = "gd"
+INC_PR = "r1"
 
 SRC_URI = "git://gitorious.org/qtwebkit/performance.git;protocol=git"
 S = "${WORKDIR}/git"
@@ -14,20 +12,6 @@ EXTRA_QMAKEVARS_PRE = "INSTALL_DIR=${bindir}"
 FILES_${PN} = "${bindir}/qtwebkit-benchmark/*"
 FILES_${PN}-dbg = "${bindir}/qtwebkit-benchmark/.debug/*"
 
-# package memusage stat
-PACKAGES += "memusagestat-dbg memusagestat"
-FILES_memusagestat = "${bindir}/*"
-FILES_memusagestat-dbg = "${bindir}/.debug/*"
-
-
-do_compile_append() {
-    cd ${S}/host-tools/memusagestat
-    ${CC} -o memusagestat memusagestat.c ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -lgd
-}
-
 do_install() {
     oe_runmake install INSTALL_ROOT=${D}
-    cd ${S}/host-tools/memusagestat
-    install -d ${D}${bindir}
-    install -m 0755 memusagestat ${D}/${bindir}
 }





More information about the Openembedded-commits mailing list