All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] An upgrade and a fix
@ 2012-06-15 12:54 Laurentiu Palcu
  2012-06-15 12:54 ` [PATCH 1/2] directfb: added missing Upstream-status Laurentiu Palcu
  2012-06-15 12:54 ` [PATCH 2/2] puzzles: upgrade to r9561 Laurentiu Palcu
  0 siblings, 2 replies; 5+ messages in thread
From: Laurentiu Palcu @ 2012-06-15 12:54 UTC (permalink / raw)
  To: openembedded-core

Basically, the subject says it all. For puzzles, I did some basic sanity tests
in qemu using core-image-sato.

Laurentiu Palcu (2):
  directfb: added missing Upstream-status
  puzzles: upgrade to r9561

 ...ibdirect-remove-include-of-linux-config.h.patch |    2 ++
 .../puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)
 rename meta/recipes-sato/puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} (88%)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] directfb: added missing Upstream-status
  2012-06-15 12:54 [PATCH 0/2] An upgrade and a fix Laurentiu Palcu
@ 2012-06-15 12:54 ` Laurentiu Palcu
  2012-06-15 18:12   ` Saul Wold
  2012-06-15 12:54 ` [PATCH 2/2] puzzles: upgrade to r9561 Laurentiu Palcu
  1 sibling, 1 reply; 5+ messages in thread
From: Laurentiu Palcu @ 2012-06-15 12:54 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...ibdirect-remove-include-of-linux-config.h.patch |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch b/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
index eeb7738..dcf6736 100644
--- a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
+++ b/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
@@ -1,3 +1,5 @@
+Upstream-status: backport from 1.6.0-pre1
+
 From cd575a84f10d90759e069f5f2e6092251a1b84bd Mon Sep 17 00:00:00 2001
 From: Sven Neumann <s.neumann@raumfeld.com>
 Date: Fri, 23 Sep 2011 10:00:02 +0200
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] puzzles: upgrade to r9561
  2012-06-15 12:54 [PATCH 0/2] An upgrade and a fix Laurentiu Palcu
  2012-06-15 12:54 ` [PATCH 1/2] directfb: added missing Upstream-status Laurentiu Palcu
@ 2012-06-15 12:54 ` Laurentiu Palcu
  2012-06-18 16:45   ` Saul Wold
  1 sibling, 1 reply; 5+ messages in thread
From: Laurentiu Palcu @ 2012-06-15 12:54 UTC (permalink / raw)
  To: openembedded-core

Minor change in LICENCE file:

-This software is copyright (c) 2004-2010 Simon Tatham.
+This software is copyright (c) 2004-2012 Simon Tatham.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-sato/puzzles/{puzzles_r9375.bb => puzzles_r9561.bb} (88%)

diff --git a/meta/recipes-sato/puzzles/puzzles_r9375.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb
similarity index 88%
rename from meta/recipes-sato/puzzles/puzzles_r9375.bb
rename to meta/recipes-sato/puzzles/puzzles_r9561.bb
index 1867dad..83fabdf 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9375.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb
@@ -6,13 +6,13 @@ PR = "r0"
 MOD_PV = "${@d.getVar('PV',1)[1:]}"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec"
 
 # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
 #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
 SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
-SRC_URI[md5sum] = "25f2349611cdd8fb35d27b24f5b937a8"
-SRC_URI[sha256sum] = "bddf4e52c328c98b9d95bd7daf6b9098f25e8272a7c1059ba69809eb619124a2"
+SRC_URI[md5sum] = "c86695aebfc95efe1d6241863849101b"
+SRC_URI[sha256sum] = "2c20a45189387e3de8804a58bdb4e47ac4bb0f890001a509dfbdc015b5a84b95"
 
 
 S = "${WORKDIR}/${BPN}-${PV}"
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] directfb: added missing Upstream-status
  2012-06-15 12:54 ` [PATCH 1/2] directfb: added missing Upstream-status Laurentiu Palcu
@ 2012-06-15 18:12   ` Saul Wold
  0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-06-15 18:12 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 06/15/2012 05:54 AM, Laurentiu Palcu wrote:
> Signed-off-by: Laurentiu Palcu<laurentiu.palcu@intel.com>
> ---
>   ...ibdirect-remove-include-of-linux-config.h.patch |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch b/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
> index eeb7738..dcf6736 100644
> --- a/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
> +++ b/meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
> @@ -1,3 +1,5 @@
> +Upstream-status: backport from 1.6.0-pre1
> +
>   From cd575a84f10d90759e069f5f2e6092251a1b84bd Mon Sep 17 00:00:00 2001
>   From: Sven Neumann<s.neumann@raumfeld.com>
>   Date: Fri, 23 Sep 2011 10:00:02 +0200

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] puzzles: upgrade to r9561
  2012-06-15 12:54 ` [PATCH 2/2] puzzles: upgrade to r9561 Laurentiu Palcu
@ 2012-06-18 16:45   ` Saul Wold
  0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-06-18 16:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 06/15/2012 05:54 AM, Laurentiu Palcu wrote:
> Minor change in LICENCE file:
>
> -This software is copyright (c) 2004-2010 Simon Tatham.
> +This software is copyright (c) 2004-2012 Simon Tatham.
>
> Signed-off-by: Laurentiu Palcu<laurentiu.palcu@intel.com>
> ---
>   .../puzzles/{puzzles_r9375.bb =>  puzzles_r9561.bb} |    6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-sato/puzzles/{puzzles_r9375.bb =>  puzzles_r9561.bb} (88%)
>
> diff --git a/meta/recipes-sato/puzzles/puzzles_r9375.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb
> similarity index 88%
> rename from meta/recipes-sato/puzzles/puzzles_r9375.bb
> rename to meta/recipes-sato/puzzles/puzzles_r9561.bb
> index 1867dad..83fabdf 100644
> --- a/meta/recipes-sato/puzzles/puzzles_r9375.bb
> +++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb
> @@ -6,13 +6,13 @@ PR = "r0"
>   MOD_PV = "${@d.getVar('PV',1)[1:]}"
>
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5"
> +LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec"
>
>   # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
>   #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
>   SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
> -SRC_URI[md5sum] = "25f2349611cdd8fb35d27b24f5b937a8"
> -SRC_URI[sha256sum] = "bddf4e52c328c98b9d95bd7daf6b9098f25e8272a7c1059ba69809eb619124a2"
> +SRC_URI[md5sum] = "c86695aebfc95efe1d6241863849101b"
> +SRC_URI[sha256sum] = "2c20a45189387e3de8804a58bdb4e47ac4bb0f890001a509dfbdc015b5a84b95"
>
>
>   S = "${WORKDIR}/${BPN}-${PV}"

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-18 16:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15 12:54 [PATCH 0/2] An upgrade and a fix Laurentiu Palcu
2012-06-15 12:54 ` [PATCH 1/2] directfb: added missing Upstream-status Laurentiu Palcu
2012-06-15 18:12   ` Saul Wold
2012-06-15 12:54 ` [PATCH 2/2] puzzles: upgrade to r9561 Laurentiu Palcu
2012-06-18 16:45   ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.