[oe] [PATCH][meta-oe 1/1] numlockx: add 1.2

Paul Menzel paulepanter at users.sourceforge.net
Thu Mar 1 22:05:40 UTC 2012


Dear Otavio,


Am Donnerstag, den 01.03.2012, 13:44 +0000 schrieb Otavio Salvador:

your Signed-off-by line is missing.

> ---
>  meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb |   21 +++++++++++++++++++++
>  1 files changed, 21 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
> 
> diff --git a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
> new file mode 100644
> index 0000000..0d4d9ff
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "Enable NumLock in X11 sessions"
> +HOMEPAGE = "http://home.kde.org/~seli/numlockx/"
> +SECTION = "x11/apps"
> +DEPENDS = "imake-native virtual/libx11 libxtst"

That belongs after the license fields, does not it?

> +LICENSE = "MIT-X"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=dcb1cc75e21540a4a66b54e38d95b047"
> +
> +SRC_URI = "http://home.kde.org/~seli/numlockx/numlockx-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67"
> +SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4"
> +
> +inherit autotools
> +
> +EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \
> +                --x-libraries=${STAGING_LIBDIR}"
> +
> +do_configure_prepend() {
> +    # remove this from acinclude.m4 or build fails
> +    sed -i '/_AC_PATH_X_XMKMF/d' ${S}/acinclude.m4
> +}

Otherwise with the above fixed this patch is

Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20120301/b4462752/attachment-0002.sig>


More information about the Openembedded-devel mailing list