[oe] [meta-oe][PATCH] tiptop: Add new recipe

Martin Jansa martin.jansa at gmail.com
Wed Nov 19 14:37:56 UTC 2014


On Wed, Nov 19, 2014 at 11:44:05AM +0800, Qian Lei wrote:
> Tiptop is a performance monitoring tool for Linux. It provides a
> dynamic real-time view of the tasks running in the system. Tiptop
> is very similar to the top utility, but most of the information
> displayed comes from hardware counters.
> 
> Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
> ---
>  meta-oe/recipes-extended/tiptop/tiptop_2.2.bb | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
> 
> diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
> new file mode 100644
> index 0000000..7f29ef3
> --- /dev/null
> +++ b/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
> @@ -0,0 +1,13 @@
> +SUMMARY = "Hardware performance monitoring counters" 
> +HOMEPAGE = "http://tiptop.gforge.inria.fr/" 
> +LICENSE = "GPLv2" 
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 
> +DEPENDS = "ncurses libxml2" 
> +
> +SRC_URI = "http://tiptop.gforge.inria.fr/releases/tiptop-${PV}.tar.gz" 

tiptop-${PV} -> ${BP}

all lines have trailing spaces

I've fixed both when cherry-picking to master-next

> +SRC_URI[md5sum] = "74255a29acf44569db021b080ad3e3f7" 
> +SRC_URI[sha256sum] = "965cb99b16cb59df78363d83b62877ce8501b0aac1116a86bed8a16aa96b171d" 
> +
> +CFLAGS += "-I${STAGING_INCDIR}/libxml2"
> +
> +inherit autotools-brokensep
> -- 
> 1.8.3.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141119/7116a880/attachment-0002.sig>


More information about the Openembedded-devel mailing list