public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Ionut Radu <ionutx.radu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
Date: Fri, 24 May 2013 11:24:14 +0200	[thread overview]
Message-ID: <20130524092414.GR32431@jama> (raw)
In-Reply-To: <378bb703a42148959f40a19e2e0a64c13ecdb482.1369386157.git.ionutx.radu@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2744 bytes --]

On Fri, May 24, 2013 at 12:18:09PM +0300, Ionut Radu wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
> 
> matchbox-keyboard: png-fix.patch was backported. (The newest version
> contains 'png-fix.patch' changes).

do we need 0.0+gitAUTOINCa+ in subject? and where did it get 'a' after
AUTOINC?

> 
> ---
>  .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
> 
> diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
> index 6944a07..e6ffad7 100644
> --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
> +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
> @@ -4,21 +4,19 @@ BUGTRACKER = "http://bugzilla.openedhand.com/"
>  SECTION = "x11"
>  
>  LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> -                    file://src/matchbox-keyboard.h;endline=20;md5=4ba16ff913ad245dd6d95a6c67f72526 \
> -                    file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> +                    file://src/matchbox-keyboard.h;endline=20;md5=d12cc878e2a99870458c83c61714d99e \
> +                    file://applet/applet.c;endline=20;md5=16d84e4d1572415c1295d37ca6d05dd4"
>  
>  DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
>  
> -SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac"
> +SRCREV = "a17b1135daab9eb4cd3647c02e82687f96d93619"
>  PV = "0.0+git${SRCPV}"
> -PR = "r4"
>  
>  SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
>             file://configure_fix.patch;maxrev=1819 \
>             file://single-instance.patch \
> -           file://80matchboxkeyboard.shbg \
> -           file://png-fix.patch"
> +           file://80matchboxkeyboard.shbg"
>  
>  S = "${WORKDIR}/git"
>  
> @@ -32,7 +30,8 @@ FILES_${PN} = "${bindir}/ \
>  	       ${sysconfdir} \
>  	       ${datadir}/applications \
>  	       ${datadir}/pixmaps \
> -	       ${datadir}/matchbox-keyboard"
> +	       ${datadir}/matchbox-keyboard \
> +           ${libdir}/libmatchbox-keyboard.so.*"

don't mix tabs and spaces on the same line, multiline variables should 
use only spaces.

>  FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/immodules/.debug"
>  
> -- 
> 1.7.10.4
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2013-05-24  9:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
2013-05-24  9:18 ` [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 Ionut Radu
2013-05-24  9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
2013-05-24  9:29   ` Burton, Ross
2013-05-24  9:32   ` Paul Eggleton
2013-05-24  9:18 ` [PATCH 3/7] libtasn1: Updated from 2.14 to 3.3 Ionut Radu
2013-05-24  9:18 ` [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1 Ionut Radu
2013-05-24  9:30   ` Burton, Ross
2013-05-24  9:36     ` Paul Eggleton
2013-05-24 10:40       ` Ciobanu, Emilia Maria Silvia
2013-05-24 10:49         ` Paul Eggleton
2013-05-24  9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
2013-05-24  9:24   ` Martin Jansa [this message]
2013-05-24  9:26   ` Burton, Ross
2013-05-24  9:31     ` Radu, IonutX
2013-05-24  9:18 ` [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e Ionut Radu
2013-05-24  9:27   ` Martin Jansa
2013-05-24  9:18 ` [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1 Ionut Radu
2013-05-24  9:31   ` Burton, Ross
2013-05-27 23:14 ` [PATCH 0/7] Package Upgrades Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130524092414.GR32431@jama \
    --to=martin.jansa@gmail.com \
    --cc=ionutx.radu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox