From 88f4d12d2c40db3b2147ab6aa3ceb852c6efdf12 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 11 Jan 2010 10:17:04 +0100 Subject: 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 file changed, 1 insertion(+), 17 deletions(-) diff --git a/recipes/webkit/qtwebkit-performance-utilities.inc b/recipes/webkit/qtwebkit-performance-utilities.inc index e61f22ce71..9041a28247 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} } -- cgit 1.2.3-korg