Openembedded Core Discussions
 help / color / mirror / Atom feed
* [v2 0/6] Package upgrades
@ 2013-07-25 14:51 Ionut Radu
  2013-07-25 14:51 ` [v2 1/6] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

Changes from v1:
Added libuser and videoproto updates.
* qemu: Tested (displayed the version of qemu installed) on core-image-sato
on all architectures (x86, x86-64, ppc, mips, arm).
* videoproto: LIC_FILES_CHECKSUM changed (some trailing spaces have been removed)

The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9:

  poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (6):
  libxfont: Update from 1.4.5 to 1.4.6
  libxrandr: Update from 1.4.0 to 1.4.1
  libxxf86dga: Updated from 1.1.3 to 1.1.4
  qemu: Updated from 1.5.0 to 1.5.1
  libuser: Updated from 0.58 to 0.59
  videoproto: Update from 2.3.1 to 2.3.2

 meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb}     |    7 +++----
 .../libuser/{libuser_0.58.bb => libuser_0.59.bb}                |    4 ++--
 .../xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb}           |    5 ++---
 .../xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb}         |    5 ++---
 .../xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb}     |    7 ++-----
 .../xorg-proto/{videoproto_2.3.1.bb => videoproto_2.3.2.bb}     |    7 +++----
 6 files changed, 14 insertions(+), 21 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} (49%)
 rename meta/recipes-extended/libuser/{libuser_0.58.bb => libuser_0.59.bb} (88%)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} (70%)
 rename meta/recipes-graphics/xorg-proto/{videoproto_2.3.1.bb => videoproto_2.3.2.bb} (53%)

-- 
1.7.10.4



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

* [v2 1/6] libxfont: Update from 1.4.5 to 1.4.6
  2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
@ 2013-07-25 14:51 ` Ionut Radu
  2013-07-25 14:51 ` [v2 2/6] libxrandr: Update from 1.4.0 to 1.4.1 Ionut Radu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb}             |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb
rename to meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb
index 78ab5ea..a9711c3 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb
@@ -12,12 +12,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
 DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
 PROVIDES = "xfont"
 
-PR = "r1"
 PE = "1"
 
 XORG_PN = "libXfont"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "6851da5dae0a6cf5f7c9b9e2b05dd3b4"
-SRC_URI[sha256sum] = "bbf96fb80b6b95cdb1dc968085082a6e668193a54cd9d6e2af669909c0cb7170"
+SRC_URI[md5sum] = "351a9b7348d165029bda52c9fdcb5c7a"
+SRC_URI[sha256sum] = "d0cbfe4554dc17ceea413cdad5601d35ed8d05d5b880e60931a8775fd1157e9f"
-- 
1.7.10.4



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

* [v2 2/6] libxrandr: Update from 1.4.0 to 1.4.1
  2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
  2013-07-25 14:51 ` [v2 1/6] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
@ 2013-07-25 14:51 ` Ionut Radu
  2013-07-25 14:51 ` [v2 3/6] libxxf86dga: Updated from 1.1.3 to 1.1.4 Ionut Radu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb}           |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.1.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
rename to meta/recipes-graphics/xorg-lib/libxrandr_1.4.1.bb
index 323c098..360199d 100644
--- a/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.1.bb
@@ -13,12 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aa33e583cc3e96238a8467b485e62992"
 
 DEPENDS += "virtual/libx11 randrproto libxrender libxext"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXrandr"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "0c843636124cc1494e3d87df16957672"
-SRC_URI[sha256sum] = "033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3"
+SRC_URI[md5sum] = "8dbac4e972348dcbd3a0673ce2e37919"
+SRC_URI[sha256sum] = "d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905"
-- 
1.7.10.4



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

* [v2 3/6] libxxf86dga: Updated from 1.1.3 to 1.1.4
  2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
  2013-07-25 14:51 ` [v2 1/6] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
  2013-07-25 14:51 ` [v2 2/6] libxrandr: Update from 1.4.0 to 1.4.1 Ionut Radu
@ 2013-07-25 14:51 ` Ionut Radu
  2013-07-25 14:51 ` [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb}     |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} (70%)

diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
similarity index 70%
rename from meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.3.bb
rename to meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
index dcb6701..695a396 100644
--- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
@@ -12,11 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"
 DEPENDS += "libxext xf86dgaproto"
 
 PE = "1"
-PR = "r2"
 
-SRC_URI += "file://libxxf86dga-1.1.3_fix_for_x32.patch"
-
-SRC_URI[md5sum] = "b7f38465c46e7145782d37dbb9da8c09"
-SRC_URI[sha256sum] = "551fa374dbef0f977de1f35d005fa9ffe92b7a87e82dbe62d6a4640f5b0b4994"
+SRC_URI[md5sum] = "d7dd9b9df336b7dd4028b6b56542ff2c"
+SRC_URI[sha256sum] = "8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e"
 
 XORG_PN = "libXxf86dga"
-- 
1.7.10.4



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

* [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1
  2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
                   ` (2 preceding siblings ...)
  2013-07-25 14:51 ` [v2 3/6] libxxf86dga: Updated from 1.1.3 to 1.1.4 Ionut Radu
@ 2013-07-25 14:51 ` Ionut Radu
  2013-07-25 16:11   ` Burton, Ross
  2013-07-25 14:51 ` [v2 5/6] libuser: Updated from 0.58 to 0.59 Ionut Radu
  2013-07-25 14:51 ` [v2 6/6] videoproto: Update from 2.3.1 to 2.3.2 Ionut Radu
  5 siblings, 1 reply; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

Tested (displayed the version of qemu installed) on core-image-sato
on all architectures (x86, x86-64, ppc, mips, arm).

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} (49%)

diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.1.bb
similarity index 49%
rename from meta/recipes-devtools/qemu/qemu_1.5.0.bb
rename to meta/recipes-devtools/qemu/qemu_1.5.1.bb
index 9b9d0d7..fe0437f 100644
--- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.5.1.bb
@@ -3,9 +3,8 @@ require qemu.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
                     file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
 
-SRC_URI += "file://fdt_header.patch \
-            file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch"
+SRC_URI += "file://fdt_header.patch"
 
 SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
-SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"
-SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb"
+SRC_URI[md5sum] = "b56e73bdcfdb214d5c68e13111aca96f"
+SRC_URI[sha256sum] = "4c15a1ee2f387983eb5c1497f66bf567c34d14ba48517148f6eafef8ae09e3e8"
-- 
1.7.10.4



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

* [v2 5/6] libuser: Updated from 0.58 to 0.59
  2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
                   ` (3 preceding siblings ...)
  2013-07-25 14:51 ` [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
@ 2013-07-25 14:51 ` Ionut Radu
  2013-07-25 14:51 ` [v2 6/6] videoproto: Update from 2.3.1 to 2.3.2 Ionut Radu
  5 siblings, 0 replies; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-extended/libuser/{libuser_0.58.bb => libuser_0.59.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libuser/{libuser_0.58.bb => libuser_0.59.bb} (88%)

diff --git a/meta/recipes-extended/libuser/libuser_0.58.bb b/meta/recipes-extended/libuser/libuser_0.59.bb
similarity index 88%
rename from meta/recipes-extended/libuser/libuser_0.58.bb
rename to meta/recipes-extended/libuser/libuser_0.59.bb
index c1fe49d..f951156 100644
--- a/meta/recipes-extended/libuser/libuser_0.58.bb
+++ b/meta/recipes-extended/libuser/libuser_0.59.bb
@@ -14,8 +14,8 @@ SECTION = "base"
 SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \
            file://fixsepbuild.patch"
 
-SRC_URI[md5sum] = "1fc3ef3f3a3955b2d78562ff4daed793"
-SRC_URI[sha256sum] = "12a0c09d016d80687e04227a00a89e3c056d3b48bfa2444a9028e6474d8e1dbd"
+SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244"
+SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f"
 PR = "r0"
 
 DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python"
-- 
1.7.10.4



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

* [v2 6/6] videoproto: Update from 2.3.1 to 2.3.2
  2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
                   ` (4 preceding siblings ...)
  2013-07-25 14:51 ` [v2 5/6] libuser: Updated from 0.58 to 0.59 Ionut Radu
@ 2013-07-25 14:51 ` Ionut Radu
  5 siblings, 0 replies; 8+ messages in thread
From: Ionut Radu @ 2013-07-25 14:51 UTC (permalink / raw)
  To: openembedded-core

LIC_FILES_CHECKSUM changed (some trailing spaces have been removed)

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-proto/{videoproto_2.3.1.bb => videoproto_2.3.2.bb}     |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{videoproto_2.3.1.bb => videoproto_2.3.2.bb} (53%)

diff --git a/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb b/meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb
similarity index 53%
rename from meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb
rename to meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb
index 5113243..53aa759 100644
--- a/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb
+++ b/meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb
@@ -6,10 +6,9 @@ DESCRIPTION = "This package provides the wire protocol for the X Video \
 extension.  This extension alows for accerlated drawing of videos."
 
 LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=59d089e37bf57b5206602da38f58ca5d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ce3472a119a864085fa4155cb0979a7b"
 
-PR = "r0"
 PE = "1"
 
-SRC_URI[md5sum] = "c3b348c6e2031b72b11ae63fc7f805c2"
-SRC_URI[sha256sum] = "3ec76d24931d1e08c6c8d0b89a25e32dc44bc8f87d1dcb3fe201e3c99f89635a"
+SRC_URI[md5sum] = "e658641595327d3990eab70fdb55ca8b"
+SRC_URI[sha256sum] = "8dae168cb820fcd32f564879afb3f24d27c176300d9af66819a18265539bd4b6"
-- 
1.7.10.4



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

* Re: [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1
  2013-07-25 14:51 ` [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
@ 2013-07-25 16:11   ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2013-07-25 16:11 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

Hi,

On 25 July 2013 15:51, Ionut Radu <ionutx.radu@intel.com> wrote:
> Tested (displayed the version of qemu installed) on core-image-sato
> on all architectures (x86, x86-64, ppc, mips, arm).

What do you mean by "displayed the version of qemu installed"?

> -SRC_URI += "file://fdt_header.patch \
> -            file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch"
> +SRC_URI += "file://fdt_header.patch"

Please explain why this patch is being dropped, and if it's not
required anymore please delete it.

Ross


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

end of thread, other threads:[~2013-07-25 16:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 14:51 [v2 0/6] Package upgrades Ionut Radu
2013-07-25 14:51 ` [v2 1/6] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
2013-07-25 14:51 ` [v2 2/6] libxrandr: Update from 1.4.0 to 1.4.1 Ionut Radu
2013-07-25 14:51 ` [v2 3/6] libxxf86dga: Updated from 1.1.3 to 1.1.4 Ionut Radu
2013-07-25 14:51 ` [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
2013-07-25 16:11   ` Burton, Ross
2013-07-25 14:51 ` [v2 5/6] libuser: Updated from 0.58 to 0.59 Ionut Radu
2013-07-25 14:51 ` [v2 6/6] videoproto: Update from 2.3.1 to 2.3.2 Ionut Radu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox