* [PATCH 0/3] Package upgrades
@ 2012-08-14 12:50 Constantin Musca
2012-08-14 12:50 ` [PATCH 1/3] pciutils: upgrade to 3.1.10 Constantin Musca
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Constantin Musca @ 2012-08-14 12:50 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
This is another set of package upgrades compiled on all architectures
and tested using core-image-sato-sdk. Beware that the libxrandr package upgrade
must be applied after applying the randrproto package upgrade.
Constantin Musca (3):
pciutils: upgrade to 3.1.10
randrproto: upgrade to 1.4.0
libxrandr: upgrade to 1.4.0
.../configure.patch | 0
.../guess-fix.patch | 0
.../lib-build-fix.patch | 0
.../makefile.patch | 0
.../pcimodules-pciutils.diff | 0
.../{pciutils_3.1.9.bb => pciutils_3.1.10.bb} | 4 ++--
.../{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} | 6 +++---
.../{randrproto_1.3.2.bb => randrproto_1.4.0.bb} | 8 ++++----
8 files changed, 9 insertions(+), 9 deletions(-)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/configure.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/guess-fix.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/lib-build-fix.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/makefile.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/pcimodules-pciutils.diff (100%)
rename meta/recipes-bsp/pciutils/{pciutils_3.1.9.bb => pciutils_3.1.10.bb} (92%)
rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} (72%)
rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.2.bb => randrproto_1.4.0.bb} (68%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 6+ messages in thread* [PATCH 1/3] pciutils: upgrade to 3.1.10
2012-08-14 12:50 [PATCH 0/3] Package upgrades Constantin Musca
@ 2012-08-14 12:50 ` Constantin Musca
2012-08-14 12:50 ` [PATCH 2/3] randrproto: upgrade to 1.4.0 Constantin Musca
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Constantin Musca @ 2012-08-14 12:50 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../configure.patch | 0
.../guess-fix.patch | 0
.../lib-build-fix.patch | 0
.../makefile.patch | 0
.../pcimodules-pciutils.diff | 0
.../{pciutils_3.1.9.bb => pciutils_3.1.10.bb} | 4 ++--
6 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/configure.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/guess-fix.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/lib-build-fix.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/makefile.patch (100%)
rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/pcimodules-pciutils.diff (100%)
rename meta/recipes-bsp/pciutils/{pciutils_3.1.9.bb => pciutils_3.1.10.bb} (92%)
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/guess-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.9/guess-fix.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/lib-build-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.9/lib-build-fix.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/pcimodules-pciutils.diff b/meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.9/pcimodules-pciutils.diff
rename to meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.9.bb b/meta/recipes-bsp/pciutils/pciutils_3.1.10.bb
similarity index 92%
rename from meta/recipes-bsp/pciutils/pciutils_3.1.9.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.1.10.bb
index 2c969d9..e405101 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.1.9.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.1.10.bb
@@ -18,8 +18,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
file://guess-fix.patch \
file://makefile.patch"
-SRC_URI[md5sum] = "79cc1d0bff8603d3a550fa63802cd1db"
-SRC_URI[sha256sum] = "e4ce5d56ae4a9611d51ba0cc2ea45806f9539a18aceb4aa70b8ded50f6923c4f"
+SRC_URI[md5sum] = "3a5d8b2784c8571dc5557efda4a8c157"
+SRC_URI[sha256sum] = "f402c2051d9b027799a36f17c5e1750dcb4f07070ec46e79108901d03a83aa75"
PARALLEL_MAKE = ""
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 2/3] randrproto: upgrade to 1.4.0
2012-08-14 12:50 [PATCH 0/3] Package upgrades Constantin Musca
2012-08-14 12:50 ` [PATCH 1/3] pciutils: upgrade to 3.1.10 Constantin Musca
@ 2012-08-14 12:50 ` Constantin Musca
2012-08-14 12:50 ` [PATCH 3/3] libxrandr: " Constantin Musca
2012-08-17 21:09 ` [PATCH 0/3] Package upgrades Saul Wold
3 siblings, 0 replies; 6+ messages in thread
From: Constantin Musca @ 2012-08-14 12:50 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{randrproto_1.3.2.bb => randrproto_1.4.0.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.2.bb => randrproto_1.4.0.bb} (68%)
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb
similarity index 68%
rename from meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb
rename to meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb
index 17b709f..4129030 100644
--- a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb
+++ b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb
@@ -7,14 +7,14 @@ Rotate and Reflect extension. This extension provides the ability to \
resize, rotate and reflect the root window of a screen."
LICENSE = "MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \
file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f"
RCONFLICTS_${PN} = "randrext"
-PR = "r1"
+PR = "r0"
PE = "1"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[md5sum] = "597491c0d8055e2a66f11350c4985775"
-SRC_URI[sha256sum] = "d90d00612cc49292bd8d9dc19efb1c9187385fbe87590d7279a02e5e1066dc71"
+SRC_URI[md5sum] = "ce4d0b05675968e4c83e003cc809660d"
+SRC_URI[sha256sum] = "85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 3/3] libxrandr: upgrade to 1.4.0
2012-08-14 12:50 [PATCH 0/3] Package upgrades Constantin Musca
2012-08-14 12:50 ` [PATCH 1/3] pciutils: upgrade to 3.1.10 Constantin Musca
2012-08-14 12:50 ` [PATCH 2/3] randrproto: upgrade to 1.4.0 Constantin Musca
@ 2012-08-14 12:50 ` Constantin Musca
2012-08-17 16:20 ` Saul Wold
2012-08-17 21:09 ` [PATCH 0/3] Package upgrades Saul Wold
3 siblings, 1 reply; 6+ messages in thread
From: Constantin Musca @ 2012-08-14 12:50 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} (72%)
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
similarity index 72%
rename from meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
rename to meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
index 6fc3cf5..323c098 100644
--- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
@@ -9,7 +9,7 @@ specified in the Proceedings of the 2001 Usenix Technical Conference \
require xorg-lib-common.inc
LICENSE = "MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
+LIC_FILES_CHKSUM = "file://COPYING;md5=aa33e583cc3e96238a8467b485e62992"
DEPENDS += "virtual/libx11 randrproto libxrender libxext"
@@ -20,5 +20,5 @@ XORG_PN = "libXrandr"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa"
-SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81"
+SRC_URI[md5sum] = "0c843636124cc1494e3d87df16957672"
+SRC_URI[sha256sum] = "033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 3/3] libxrandr: upgrade to 1.4.0
2012-08-14 12:50 ` [PATCH 3/3] libxrandr: " Constantin Musca
@ 2012-08-17 16:20 ` Saul Wold
0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2012-08-17 16:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca
On 08/14/2012 05:50 AM, Constantin Musca wrote:
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> ---
> .../{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} (72%)
>
> diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
> similarity index 72%
> rename from meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
> rename to meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
> index 6fc3cf5..323c098 100644
> --- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
> +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
> @@ -9,7 +9,7 @@ specified in the Proceedings of the 2001 Usenix Technical Conference \
> require xorg-lib-common.inc
>
> LICENSE = "MIT-style"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=aa33e583cc3e96238a8467b485e62992"
What changed in the license file? It could be as simple as the
Copyright year or more complex, but you need to include that information
in the commit message.
Thanks
Sau!
>
> DEPENDS += "virtual/libx11 randrproto libxrender libxext"
>
> @@ -20,5 +20,5 @@ XORG_PN = "libXrandr"
>
> BBCLASSEXTEND = "native nativesdk"
>
> -SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa"
> -SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81"
> +SRC_URI[md5sum] = "0c843636124cc1494e3d87df16957672"
> +SRC_URI[sha256sum] = "033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3"
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] Package upgrades
2012-08-14 12:50 [PATCH 0/3] Package upgrades Constantin Musca
` (2 preceding siblings ...)
2012-08-14 12:50 ` [PATCH 3/3] libxrandr: " Constantin Musca
@ 2012-08-17 21:09 ` Saul Wold
3 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2012-08-17 21:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca
On 08/14/2012 05:50 AM, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures
> and tested using core-image-sato-sdk. Beware that the libxrandr package upgrade
> must be applied after applying the randrproto package upgrade.
>
> Constantin Musca (3):
> pciutils: upgrade to 3.1.10
Merged into OE-Core
> randrproto: upgrade to 1.4.0
> libxrandr: upgrade to 1.4.0
>
These 2 need commit message updates explaining what changed in their
license files. It could be as simple as saying the Year changed, but we
need to know.
Thanks
Sau!
> .../configure.patch | 0
> .../guess-fix.patch | 0
> .../lib-build-fix.patch | 0
> .../makefile.patch | 0
> .../pcimodules-pciutils.diff | 0
> .../{pciutils_3.1.9.bb => pciutils_3.1.10.bb} | 4 ++--
> .../{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} | 6 +++---
> .../{randrproto_1.3.2.bb => randrproto_1.4.0.bb} | 8 ++++----
> 8 files changed, 9 insertions(+), 9 deletions(-)
> rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/configure.patch (100%)
> rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/guess-fix.patch (100%)
> rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/lib-build-fix.patch (100%)
> rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/makefile.patch (100%)
> rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/pcimodules-pciutils.diff (100%)
> rename meta/recipes-bsp/pciutils/{pciutils_3.1.9.bb => pciutils_3.1.10.bb} (92%)
> rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} (72%)
> rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.2.bb => randrproto_1.4.0.bb} (68%)
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-08-17 21:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 12:50 [PATCH 0/3] Package upgrades Constantin Musca
2012-08-14 12:50 ` [PATCH 1/3] pciutils: upgrade to 3.1.10 Constantin Musca
2012-08-14 12:50 ` [PATCH 2/3] randrproto: upgrade to 1.4.0 Constantin Musca
2012-08-14 12:50 ` [PATCH 3/3] libxrandr: " Constantin Musca
2012-08-17 16:20 ` Saul Wold
2012-08-17 21:09 ` [PATCH 0/3] Package upgrades Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox