diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-11 10:17:04 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-14 18:36:18 +0100 |
commit | 88f4d12d2c40db3b2147ab6aa3ceb852c6efdf12 (patch) | |
tree | 7f2382c9b9a0c403ee3093b9cad43407c100d695 /recipes/webkit | |
parent | ad3f7776e7d11b6ef27311c2833f2c76df2d2081 (diff) |
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.
Diffstat (limited to 'recipes/webkit')
-rw-r--r-- | 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 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} } |