Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] Package upgrades
@ 2013-07-05  7:10 Ionut Radu
  0 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Tested on core-image-sato on all architectures (pcc, x86, x86-64, ppc, arm)

The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9:

  bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +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 (10):
  libassuan: Updated from 2.1.0 to 2.1.1
  augeas: Update from 1.0.0 to 1.1.0
  libxvmc: Update from 1.0.7 to 1.0.8
  libxi: Update from 1.7.1 to 1.7.2
  libsoup-2.4: Updated from 2.42.1 to 2.43.2
  libgpg-error: Updated from 1.11 to 1.12
  libxrender: Updated from 0.9.7 to 0.9.8
  libxv: Updated from 1.0.8 to 1.0.9
  freetype: Updated from 2.4.12 to 2.5.0
  ethtool: Updated from 3.9 to 3.10

 meta/recipes-extended/augeas/augeas_1.0.0.bb                     |    6 ------
 meta/recipes-extended/augeas/augeas_1.1.0.bb                     |    6 ++++++
 .../recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} |    4 ++--
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}           |    6 ++----
 .../recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} |    5 ++---
 .../xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb}        |    5 ++---
 .../recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} |    6 ++----
 .../xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb}              |    5 ++---
 .../libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb}         |    4 ++--
 .../{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch     |    0
 .../libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb}  |    5 ++---
 .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb}     |    4 ++--
 12 files changed, 24 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-extended/augeas/augeas_1.0.0.bb
 create mode 100644 meta/recipes-extended/augeas/augeas_1.1.0.bb
 rename meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} (79%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb} (75%)
 rename meta/recipes-support/libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb} (83%)
 rename meta/recipes-support/libgpg-error/{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch (100%)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb} (85%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb} (85%)

-- 
1.7.10.4



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

* [PATCH 00/10] Package upgrades
@ 2013-10-15 12:45 Laurentiu Palcu
  2013-10-15 12:45 ` [PATCH 01/10] byacc: upgrade to 20130925 Laurentiu Palcu
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:45 UTC (permalink / raw)
  To: openembedded-core

Basic functionality tests done with a core-image-sato image for qemux86 and a
lenovo s10-3t. Also, buildhistory didn't show major changes.

The patchset was build tested on a local autobuilder too, for all major architectures, on
top of the following commit: faf8f8660fae26a14578738b642fdeb08bcb9d54.

Thanks,
Laurentiu

The following changes since commit 2b5bac02196b8bd30d223d508f5f7d4300889fd7:

  poky: Update Version post release (2013-10-14 16:59:12 +0100)

are available in the git repository at:

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

Laurentiu Palcu (10):
  byacc: upgrade to 20130925
  xkeyboard-config: upgrade to 2.10.1
  xauth: upgrade to 1.0.8
  xf86-input-evdev: upgrade to 2.8.2
  libdrm: upgrade to 2.4.47
  xset: upgrade to 1.2.3
  xf86-video-intel: upgrade to 2.21.15
  xinput: upgrade to 1.6.1
  xprop: upgrade to 1.2.2
  xf86-video-fbdev: upgrade to 0.4.4

 .../byacc/{byacc_20130304.bb => byacc_20130925.bb} |    4 +--
 .../drm/{libdrm_2.4.46.bb => libdrm_2.4.47.bb}     |    4 +--
 .../xorg-app/{xauth_1.0.7.bb => xauth_1.0.8.bb}    |    5 ++-
 .../xorg-app/{xinput_1.6.0.bb => xinput_1.6.1.bb}  |    5 ++-
 .../xorg-app/{xprop_1.2.1.bb => xprop_1.2.2.bb}    |    5 ++-
 .../xorg-app/{xset_1.2.2.bb => xset_1.2.3.bb}      |    5 ++-
 ...ut-evdev_2.8.1.bb => xf86-input-evdev_2.8.2.bb} |    4 +--
 .../xf86-video-fbdev/Remove-mibstore.h.patch       |   35 --------------------
 ...eo-fbdev_0.4.3.bb => xf86-video-fbdev_0.4.4.bb} |    6 ++--
 ...ntel_2.21.13.bb => xf86-video-intel_2.21.15.bb} |    4 +--
 ...rd-config_2.9.bb => xkeyboard-config_2.10.1.bb} |    4 +--
 11 files changed, 20 insertions(+), 61 deletions(-)
 rename meta/recipes-extended/byacc/{byacc_20130304.bb => byacc_20130925.bb} (74%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.46.bb => libdrm_2.4.47.bb} (46%)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.7.bb => xauth_1.0.8.bb} (65%)
 rename meta/recipes-graphics/xorg-app/{xinput_1.6.0.bb => xinput_1.6.1.bb} (64%)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.1.bb => xprop_1.2.2.bb} (77%)
 rename meta/recipes-graphics/xorg-app/{xset_1.2.2.bb => xset_1.2.3.bb} (74%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.1.bb => xf86-input-evdev_2.8.2.bb} (83%)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-fbdev_0.4.3.bb => xf86-video-fbdev_0.4.4.bb} (44%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.13.bb => xf86-video-intel_2.21.15.bb} (88%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.9.bb => xkeyboard-config_2.10.1.bb} (87%)

-- 
1.7.9.5



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

* [PATCH 01/10] byacc: upgrade to 20130925
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
@ 2013-10-15 12:45 ` Laurentiu Palcu
  2013-10-15 12:45 ` [PATCH 02/10] xkeyboard-config: upgrade to 2.10.1 Laurentiu Palcu
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../byacc/{byacc_20130304.bb => byacc_20130925.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/byacc/{byacc_20130304.bb => byacc_20130925.bb} (74%)

diff --git a/meta/recipes-extended/byacc/byacc_20130304.bb b/meta/recipes-extended/byacc/byacc_20130925.bb
similarity index 74%
rename from meta/recipes-extended/byacc/byacc_20130304.bb
rename to meta/recipes-extended/byacc/byacc_20130925.bb
index da79833..8e68db8 100644
--- a/meta/recipes-extended/byacc/byacc_20130304.bb
+++ b/meta/recipes-extended/byacc/byacc_20130925.bb
@@ -7,5 +7,5 @@ LICENSE="PD"
 LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
 require byacc.inc
 
-SRC_URI[md5sum] = "e5eef96a33f55b724f2a957f0fa3b019"
-SRC_URI[sha256sum] = "dd8397174e088baf57cf4d344023a34b0758b7bbb8a1dfcdafdc234b8eb57924"
+SRC_URI[md5sum] = "265f74058b923d7d9ddd1bd82f05a42e"
+SRC_URI[sha256sum] = "e2560caab28396fc732a946e722cf5c6220e72388e70cdcc23bf67ae88799b31"
-- 
1.7.9.5



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

* [PATCH 02/10] xkeyboard-config: upgrade to 2.10.1
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
  2013-10-15 12:45 ` [PATCH 01/10] byacc: upgrade to 20130925 Laurentiu Palcu
@ 2013-10-15 12:45 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 03/10] xauth: upgrade to 1.0.8 Laurentiu Palcu
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...rd-config_2.9.bb => xkeyboard-config_2.10.1.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.9.bb => xkeyboard-config_2.10.1.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.10.1.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.10.1.bb
index c60c7fe..058ecdd 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.10.1.bb
@@ -13,8 +13,8 @@ LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
 SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "9b1280d8ba40274a0f1567c94fca7501"
-SRC_URI[sha256sum] = "5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a"
+SRC_URI[md5sum] = "997d75c722142be0d03ce4899d349d92"
+SRC_URI[sha256sum] = "7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b"
 
 SECTION = "x11/libs"
 DEPENDS = "intltool-native virtual/gettext util-macros"
-- 
1.7.9.5



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

* [PATCH 03/10] xauth: upgrade to 1.0.8
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
  2013-10-15 12:45 ` [PATCH 01/10] byacc: upgrade to 20130925 Laurentiu Palcu
  2013-10-15 12:45 ` [PATCH 02/10] xkeyboard-config: upgrade to 2.10.1 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 04/10] xf86-input-evdev: upgrade to 2.8.2 Laurentiu Palcu
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-app/{xauth_1.0.7.bb => xauth_1.0.8.bb}    |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.7.bb => xauth_1.0.8.bb} (65%)

diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.7.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb
similarity index 65%
rename from meta/recipes-graphics/xorg-app/xauth_1.0.7.bb
rename to meta/recipes-graphics/xorg-app/xauth_1.0.8.bb
index 9a5de54..a2da49e 100644
--- a/meta/recipes-graphics/xorg-app/xauth_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb
@@ -6,8 +6,7 @@ information used in connecting to the X server."
 LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b"
 
 DEPENDS += "libxau libxext libxmu"
-PR = "${INC_PR}.0"
 PE = "1"
 
-SRC_URI[md5sum] = "cbcbd8f2156a53b609800bec4c6b6c0e"
-SRC_URI[sha256sum] = "84f78c08ebc6687e2e36c9ff1f5610988c6a03fc5bf51ef89aec4d155de3028d"
+SRC_URI[md5sum] = "50ee2ec0836c0186b05ec8fdcfd566d0"
+SRC_URI[sha256sum] = "a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7"
-- 
1.7.9.5



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

* [PATCH 04/10] xf86-input-evdev: upgrade to 2.8.2
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (2 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 03/10] xauth: upgrade to 1.0.8 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 05/10] libdrm: upgrade to 2.4.47 Laurentiu Palcu
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...ut-evdev_2.8.1.bb => xf86-input-evdev_2.8.2.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.1.bb => xf86-input-evdev_2.8.2.bb} (83%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.8.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.8.2.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.8.1.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.8.2.bb
index bc6c7fc..6cbe165 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.8.1.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.8.2.bb
@@ -16,5 +16,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16"
 
 DEPENDS += "mtdev"
 
-SRC_URI[md5sum] = "cc1f59e22edfbc69daecf01e43a8dba3"
-SRC_URI[sha256sum] = "09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539"
+SRC_URI[md5sum] = "be7f91905c41bb3c3a0eb54063c7e4bf"
+SRC_URI[sha256sum] = "750461749a83bdee7771592aa5c0db5e267b18d847078a4b8622f55b04797eb3"
-- 
1.7.9.5



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

* [PATCH 05/10] libdrm: upgrade to 2.4.47
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (3 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 04/10] xf86-input-evdev: upgrade to 2.8.2 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 06/10] xset: upgrade to 1.2.3 Laurentiu Palcu
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

---
 .../drm/{libdrm_2.4.46.bb => libdrm_2.4.47.bb}     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.46.bb => libdrm_2.4.47.bb} (46%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.46.bb b/meta/recipes-graphics/drm/libdrm_2.4.47.bb
similarity index 46%
rename from meta/recipes-graphics/drm/libdrm_2.4.46.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.47.bb
index c9900b1..c21d905 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.46.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.47.bb
@@ -3,6 +3,6 @@ require libdrm.inc
 SRC_URI += "file://installtests.patch \
             file://GNU_SOURCE_definition.patch \
            "
-SRC_URI[md5sum] = "9cba217fd3daa10b1d052ec60d3aa7d5"
-SRC_URI[sha256sum] = "33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1"
+SRC_URI[md5sum] = "e043d6d59328887b9e434f4d27aacc09"
+SRC_URI[sha256sum] = "a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074"
 
-- 
1.7.9.5



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

* [PATCH 06/10] xset: upgrade to 1.2.3
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (4 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 05/10] libdrm: upgrade to 2.4.47 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 07/10] xf86-video-intel: upgrade to 2.21.15 Laurentiu Palcu
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-app/{xset_1.2.2.bb => xset_1.2.3.bb}      |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xset_1.2.2.bb => xset_1.2.3.bb} (74%)

diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.2.bb b/meta/recipes-graphics/xorg-app/xset_1.2.3.bb
similarity index 74%
rename from meta/recipes-graphics/xorg-app/xset_1.2.2.bb
rename to meta/recipes-graphics/xorg-app/xset_1.2.3.bb
index 7830019..f683b76 100644
--- a/meta/recipes-graphics/xorg-app/xset_1.2.2.bb
+++ b/meta/recipes-graphics/xorg-app/xset_1.2.3.bb
@@ -8,13 +8,12 @@ preference options of the display."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
 DEPENDS += "libxext libxxf86misc libxmu libxau"
-PR = "${INC_PR}.2"
 PE = "1"
 
 SRC_URI += "file://disable-xkb.patch"
 
-SRC_URI[md5sum] = "d44e0057d6722b25d5a314e82e0b7e7c"
-SRC_URI[sha256sum] = "61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8"
+SRC_URI[md5sum] = "dcd227388b57487d543cab2fd7a602d7"
+SRC_URI[sha256sum] = "4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063"
 
 CFLAGS += "-D_GNU_SOURCE"
 EXTRA_OECONF = "--disable-xkb --without-fontcache"
-- 
1.7.9.5



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

* [PATCH 07/10] xf86-video-intel: upgrade to 2.21.15
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (5 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 06/10] xset: upgrade to 1.2.3 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 08/10] xinput: upgrade to 1.6.1 Laurentiu Palcu
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...ntel_2.21.13.bb => xf86-video-intel_2.21.15.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.13.bb => xf86-video-intel_2.21.15.bb} (88%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb
rename to meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb
index 3e30936..828cae8 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb
@@ -26,5 +26,5 @@ EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
-SRC_URI[md5sum] = "018154293ea25b69568ff0340a89ae7c"
-SRC_URI[sha256sum] = "76e17cebf79d3c3c98af246fcfb55018aa12e2d56fe5f3b6d54b93e90837efa8"
+SRC_URI[md5sum] = "8b646d257ace8197d6ab4e5ddeb8efb2"
+SRC_URI[sha256sum] = "7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc"
-- 
1.7.9.5



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

* [PATCH 08/10] xinput: upgrade to 1.6.1
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (6 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 07/10] xf86-video-intel: upgrade to 2.21.15 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 09/10] xprop: upgrade to 1.2.2 Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 10/10] xf86-video-fbdev: upgrade to 0.4.4 Laurentiu Palcu
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-app/{xinput_1.6.0.bb => xinput_1.6.1.bb}  |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xinput_1.6.0.bb => xinput_1.6.1.bb} (64%)

diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb
similarity index 64%
rename from meta/recipes-graphics/xorg-app/xinput_1.6.0.bb
rename to meta/recipes-graphics/xorg-app/xinput_1.6.1.bb
index 974b11e..5befcc8 100644
--- a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb
+++ b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5"
 
 DEPENDS += " libxi libxrandr libxinerama"
 
-PR = "${INC_PR}.0"
 
-SRC_URI[md5sum] = "d2459d35b4e0b41ded26a1d1159b7ac6"
-SRC_URI[sha256sum] = "4ab007d952c76665603bcb82ceb15fd3929d10faf0580fc4873ac16f5f63847e"
+SRC_URI[md5sum] = "305980ac78a6954e306a14d80a54c441"
+SRC_URI[sha256sum] = "b7632d0f228a8a6be93b09857ea413940fcf44091e60f4a0fe9f5fd82efd871f"
 
-- 
1.7.9.5



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

* [PATCH 09/10] xprop: upgrade to 1.2.2
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (7 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 08/10] xinput: upgrade to 1.6.1 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  2013-10-15 12:46 ` [PATCH 10/10] xf86-video-fbdev: upgrade to 0.4.4 Laurentiu Palcu
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-app/{xprop_1.2.1.bb => xprop_1.2.2.bb}    |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.1.bb => xprop_1.2.2.bb} (77%)

diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.1.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-app/xprop_1.2.1.bb
rename to meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
index c74beb4..efbb1b3 100644
--- a/meta/recipes-graphics/xorg-app/xprop_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91"
 
 DEPENDS += " libxmu virtual/libx11"
 
-PR = "${INC_PR}.0"
 PE = "1"
 
-SRC_URI[md5sum] = "d5529dc8d811efabd136ca2d8e857deb"
-SRC_URI[sha256sum] = "07907a189099b8a000406b5ca6c5346df238a9e1fe3b32dc59f48fe0ad12f1a3"
+SRC_URI[md5sum] = "fae3d2fda07684027a643ca783d595cc"
+SRC_URI[sha256sum] = "9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6"
-- 
1.7.9.5



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

* [PATCH 10/10] xf86-video-fbdev: upgrade to 0.4.4
  2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
                   ` (8 preceding siblings ...)
  2013-10-15 12:46 ` [PATCH 09/10] xprop: upgrade to 1.2.2 Laurentiu Palcu
@ 2013-10-15 12:46 ` Laurentiu Palcu
  9 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:46 UTC (permalink / raw)
  To: openembedded-core

Removed the following backported patch(es):
 * Remove-mibstore.h.patch

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xf86-video-fbdev/Remove-mibstore.h.patch       |   35 --------------------
 ...eo-fbdev_0.4.3.bb => xf86-video-fbdev_0.4.4.bb} |    6 ++--
 2 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-fbdev_0.4.3.bb => xf86-video-fbdev_0.4.4.bb} (44%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
deleted file mode 100644
index 225ff01..0000000
--- a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Upstream-Status: Backported
-
-From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Tue, 25 Sep 2012 08:54:37 -0400
-Subject: [PATCH] Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
- src/fbdev.c |    2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/fbdev.c b/src/fbdev.c
-index cd7ebc5..f5a7378 100644
---- a/src/fbdev.c
-+++ b/src/fbdev.c
-@@ -14,7 +14,6 @@
- #include "xf86_OSproc.h"
- 
- #include "mipointer.h"
--#include "mibstore.h"
- #include "micmap.h"
- #include "colormapst.h"
- #include "xf86cmap.h"
-@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
- 	}
- 
- 	xf86SetBlackWhitePixels(pScreen);
--	miInitializeBackingStore(pScreen);
- 	xf86SetBackingStore(pScreen);
- 
- 	/* software cursor */
--- 
-1.7.9.5
-
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb
similarity index 44%
rename from meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.3.bb
rename to meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb
index 51c5144..5d33854 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.3.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb
@@ -2,9 +2,7 @@ require xorg-driver-video.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
 
 DESCRIPTION = "X.Org X server -- fbdev display driver"
-PR = "${INC_PR}.0"
 
-SRC_URI += "file://Remove-mibstore.h.patch"
 
-SRC_URI[md5sum] = "1d99f1dfb3f0fea077b6b61caa3dc85a"
-SRC_URI[sha256sum] = "ff7b037ad110040a4e2db5c84e9741125dbbaf3a08107db47760f3e11f9c4831"
+SRC_URI[md5sum] = "3931c0e19d441cc576dc088f9eb9fd73"
+SRC_URI[sha256sum] = "9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b"
-- 
1.7.9.5



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

* [PATCH 00/10] Package Upgrades
@ 2015-04-07 11:24 Robert Yang
  0 siblings, 0 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-07 11:24 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit fbaddd724855a829698d853a70eee86118d6a5e7:

  package_manager: call createrepo with --dbpath pointing inside WORKDIR (2015-04-02 12:00:55 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (10):
  strace: 4.9 -> 4.10
  libuser: 0.60 -> 0.61
  patch: 2.7.1 -> 2.7.5
  libgcrypt: 1.6.2 -> 1.6.3
  gnupg: 2.1.1 -> 2.1.2
  socat: 1.7.2.4 -> 1.7.3.0
  dhcp: 4.3.1 -> 4.3.2
  groff: 1.22.2 -> 1.22.3
  man-pages: 3.76 -> 3.82
  glib-2.0: 2.42.1 -> 2.44.0

 .../dhcp/dhcp/dhcp-xen-checksum.patch              |  307 --------------------
 .../dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb}          |    5 +-
 .../socat/socat/fix-cross-compiling-failed.patch   |   36 ---
 .../socat/socat/socat-1.7.2.4-linux-3.17.patch     |   29 --
 .../socat/{socat_1.7.2.4.bb => socat_1.7.3.0.bb}   |    8 +-
 .../{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb}     |    4 +-
 meta/recipes-devtools/patch/patch.inc              |    1 +
 .../patch/patch/patch-CVE-2015-1196.patch          |  200 -------------
 .../patch/{patch_2.7.1.bb => patch_2.7.5.bb}       |    6 +-
 .../{strace-4.9 => strace}/Makefile-ptest.patch    |    8 +-
 .../strace/{strace-4.9 => strace}/git-version-gen  |    0
 .../strace/{strace-4.9 => strace}/run-ptest        |    0
 .../strace-add-configure-options.patch             |   24 +-
 .../strace/{strace_4.9.bb => strace_4.10.bb}       |    8 +-
 ...off-1.22.2-correct-man.local-install-path.patch |   36 +--
 .../groff/{groff_1.22.2.bb => groff_1.22.3.bb}     |    7 +-
 .../libuser/libuser/fixsepbuild.patch              |   35 ---
 .../libuser/{libuser_0.60.bb => libuser_0.61.bb}   |    6 +-
 .../{man-pages_3.76.bb => man-pages_3.82.bb}       |    4 +-
 .../gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb}       |    4 +-
 meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb  |    4 -
 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb  |    4 +
 22 files changed, 59 insertions(+), 677 deletions(-)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/dhcp-xen-checksum.patch
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb} (64%)
 delete mode 100644 meta/recipes-connectivity/socat/socat/fix-cross-compiling-failed.patch
 delete mode 100644 meta/recipes-connectivity/socat/socat/socat-1.7.2.4-linux-3.17.patch
 rename meta/recipes-connectivity/socat/{socat_1.7.2.4.bb => socat_1.7.3.0.bb} (78%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} (83%)
 delete mode 100644 meta/recipes-devtools/patch/patch/patch-CVE-2015-1196.patch
 rename meta/recipes-devtools/patch/{patch_2.7.1.bb => patch_2.7.5.bb} (60%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/Makefile-ptest.patch (90%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/git-version-gen (100%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/run-ptest (100%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/strace-add-configure-options.patch (70%)
 rename meta/recipes-devtools/strace/{strace_4.9.bb => strace_4.10.bb} (84%)
 rename meta/recipes-extended/groff/{groff-1.22.2 => groff-1.22.3}/groff-1.22.2-correct-man.local-install-path.patch (40%)
 rename meta/recipes-extended/groff/{groff_1.22.2.bb => groff_1.22.3.bb} (92%)
 delete mode 100644 meta/recipes-extended/libuser/libuser/fixsepbuild.patch
 rename meta/recipes-extended/libuser/{libuser_0.60.bb => libuser_0.61.bb} (85%)
 rename meta/recipes-extended/man-pages/{man-pages_3.76.bb => man-pages_3.82.bb} (86%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb} (89%)
 delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb
 create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb

-- 
1.7.9.5



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

end of thread, other threads:[~2015-04-07 11:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
2013-10-15 12:45 ` [PATCH 01/10] byacc: upgrade to 20130925 Laurentiu Palcu
2013-10-15 12:45 ` [PATCH 02/10] xkeyboard-config: upgrade to 2.10.1 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 03/10] xauth: upgrade to 1.0.8 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 04/10] xf86-input-evdev: upgrade to 2.8.2 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 05/10] libdrm: upgrade to 2.4.47 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 06/10] xset: upgrade to 1.2.3 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 07/10] xf86-video-intel: upgrade to 2.21.15 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 08/10] xinput: upgrade to 1.6.1 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 09/10] xprop: upgrade to 1.2.2 Laurentiu Palcu
2013-10-15 12:46 ` [PATCH 10/10] xf86-video-fbdev: upgrade to 0.4.4 Laurentiu Palcu
  -- strict thread matches above, loose matches on Subject: below --
2015-04-07 11:24 [PATCH 00/10] Package Upgrades Robert Yang
2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu

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