[oe] [oe-commits] org.oe.dev packages/libgpelaunch/libgpelaunch_svn.bb

Michael 'Mickey' Lauer mickey at vanille-media.de
Fri Feb 9 23:54:41 UTC 2007


philippe commit wrote:
> --- packages/libgpelaunch/libgpelaunch_svn.bb
> 6ed0bcd177f121a099e8f426711856a18f78b5b2
> +++ packages/libgpelaunch/libgpelaunch_svn.bb  
> 6ed0bcd177f121a099e8f426711856a18f78b5b2
> @@ -0,0 +1,21 @@
> +MAINTAINER = "Philippe De Swert <philippedeswert at scarlet.be>"

We no longer use the MAINTAINER field in .bb's. Please remove it.

> +LICENSE = "LGPL"
> +DESCRIPTION = "GPE program launcher library"
> +SECTION = "libs"
> +DEPENDS = "gtk+ startup-notification"
> +PR = "r0"
> +PV = "0.14+svn${SRCDATE}"
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +SRC_URI =
> "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}"
> +
> +S = "${WORKDIR}/${PN}"
> +
> +inherit autotools pkgconfig
> +
> +FILES_${PN}-dbg += "/usr/libexec/libgpelaunch/.debug"
> +
> +do_stage() {
> +       autotools_stage_all
> +}

If you add new recipes, please run them through oe-stylize. We have
defined some best practices for metadata order and style.

Thanks,


Regards,

:M:
-- 
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de





More information about the Openembedded-devel mailing list