* [PATCH 00/21] Add SRC_URI Checksums and some Updates
@ 2011-10-06 16:14 Saul Wold
2011-10-06 16:14 ` [PATCH 01/21] grub: Add SRC_URI Checksum Saul Wold
` (21 more replies)
0 siblings, 22 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Richard,
Found some recipes missing Checksums and do a couple of
package updates.
Thanks
Sau!
The following changes since commit cc626b9e1671670a931ea3e528ea4b0f7b2e923b:
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs (2011-10-05 14:36:18 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/updates
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates
Saul Wold (21):
grub: Add SRC_URI Checksum
dosfstools: Add SRC_URI Checksum
libx11-trim: Add SRC_URI Checksum
guilt-native: Add SRC_URI Checksums
libx11-diet: Add SRC_URI Checksum
eds-tools: Convert from BZR to GIT Repo
clutter-gst-1.6: Add SRC_URI Checksum
xserver-kdrive: Add SRC_URI Checksum
mutter: Add SRC_URI Checksum
icon-naming-utils: Add SRC_URI Checksum
libxml-perl: Add SRC_URI Checksum
liburi-perl: Add SRC_URI Checksum
gconf-dbus: Add SRC_URI Checksum
gail: Add SRC_URI Checksum
boost-jam-native: Add SRC_URI Checksum
puzzles: Update to latest version
gnutls: Update to 2.12.11
tzdata: Update to 2011k
lsof: Update to 4.84
apt: Update to 0.8.15.8
distro_tracking: Updates
.../conf/distro/include/distro_tracking_fields.inc | 62 ++++++++++++--------
meta/recipes-bsp/grub/grub_1.99.bb | 5 +-
.../includes-fix.patch | 0
.../no-ko-translation.patch | 0
.../{apt-0.7.14 => apt-0.8.15.8}/noconfigure.patch | 0
.../apt/{apt-0.7.14 => apt-0.8.15.8}/nodoc.patch | 0
.../{apt-0.7.14 => apt-0.8.15.8}/use-host.patch | 0
...apt-native_0.7.14.bb => apt-native_0.8.15.8.bb} | 6 +-
.../apt/{apt_0.7.14.bb => apt_0.8.15.8.bb} | 6 +-
.../recipes-devtools/dosfstools/dosfstools_2.10.bb | 5 +-
meta/recipes-devtools/guilt/guilt-native_0.33.bb | 5 +-
.../icon-naming-utils-native_0.8.7.bb | 5 +-
meta/recipes-devtools/perl/liburi-perl_1.58.bb | 5 +-
meta/recipes-devtools/perl/libxml-perl_0.08.bb | 5 +-
.../lsof/{lsof_4.84.bb => lsof_4.85.bb} | 5 +-
.../tzdata/{tzdata_2011i.bb => tzdata_2011k.bb} | 4 +-
meta/recipes-gnome/gnome/gail_1.20.2.bb | 5 +-
meta/recipes-gnome/gnome/gconf-dbus_705.bb | 5 +-
.../clutter/clutter-gst-1.6_1.3.6.bb | 5 ++
meta/recipes-graphics/mutter/mutter_2.28.1.bb | 5 +-
meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 5 +-
.../recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | 5 +-
.../xorg-xserver/xserver-kdrive_1.7.99.2.bb | 5 +-
.../eds/{eds-tools_bzr.bb => eds-tools_git.bb} | 6 +-
.../puzzles/{puzzles_r9175.bb => puzzles_r9306.bb} | 0
meta/recipes-support/boost/boost-jam-native.inc | 2 +-
.../boost/boost-jam-native_3.1.18.bb | 4 +
.../configure-fix.patch | 40 ++++++-------
.../gnutls-openssl.patch | 0
.../gnutls-texinfo-euro.patch | 0
.../gnutls/{gnutls_2.12.5.bb => gnutls_2.12.11.bb} | 4 +-
31 files changed, 130 insertions(+), 74 deletions(-)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/includes-fix.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/no-ko-translation.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/noconfigure.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/nodoc.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/use-host.patch (100%)
rename meta/recipes-devtools/apt/{apt-native_0.7.14.bb => apt-native_0.8.15.8.bb} (60%)
rename meta/recipes-devtools/apt/{apt_0.7.14.bb => apt_0.8.15.8.bb} (67%)
rename meta/recipes-extended/lsof/{lsof_4.84.bb => lsof_4.85.bb} (89%)
rename meta/recipes-extended/tzdata/{tzdata_2011i.bb => tzdata_2011k.bb} (97%)
rename meta/recipes-sato/eds/{eds-tools_bzr.bb => eds-tools_git.bb} (72%)
rename meta/recipes-sato/puzzles/{puzzles_r9175.bb => puzzles_r9306.bb} (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.5 => gnutls-2.12.11}/configure-fix.patch (54%)
rename meta/recipes-support/gnutls/{gnutls-2.12.5 => gnutls-2.12.11}/gnutls-openssl.patch (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.5 => gnutls-2.12.11}/gnutls-texinfo-euro.patch (100%)
rename meta/recipes-support/gnutls/{gnutls_2.12.5.bb => gnutls_2.12.11.bb} (46%)
--
1.7.6.2
^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH 01/21] grub: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 02/21] dosfstools: " Saul Wold
` (20 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-bsp/grub/grub_1.99.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index ba41e8f..afd10f4 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -13,12 +13,15 @@ LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
RDEPENDS_${PN} = "diffutils freetype"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
file://grub-install.in.patch;apply=yes \
file://40_custom"
+SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5"
+SRC_URI[sha256sum] = "b91f420f2c51f6155e088e34ff99bea09cc1fb89585cf7c0179644e57abd28ff"
+
inherit autotools
inherit gettext
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 02/21] dosfstools: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
2011-10-06 16:14 ` [PATCH 01/21] grub: Add SRC_URI Checksum Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 03/21] libx11-trim: " Saul Wold
` (19 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../recipes-devtools/dosfstools/dosfstools_2.10.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb
index 1beb5dd..c23c02d 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "DOS FAT Filesystem Utilities"
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
-PR = "r2"
+PR = "r3"
SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
file://alignment_hack.patch \
@@ -15,6 +15,9 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}
file://msdos_fat12_undefined.patch \
file://include-linux-types.patch"
+SRC_URI[md5sum] = "59a02f311a891af8787c4c9e28c6b89b"
+SRC_URI[sha256sum] = "55a7b2f5ea4506bde935ee3145573e1773427fc72283a36796c7c2cf861dd064"
+
do_install () {
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
"MANDIR=${D}${mandir}/man8" install
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 03/21] libx11-trim: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
2011-10-06 16:14 ` [PATCH 01/21] grub: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 02/21] dosfstools: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 04/21] guilt-native: Add SRC_URI Checksums Saul Wold
` (18 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
index 1469bc1..5a63c53 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
@@ -5,7 +5,7 @@ DESCRIPTION += " Support for XCB, and XCMS is disabled in this version."
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
-PR = "r1"
+PR = "r2"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
@@ -14,4 +14,7 @@ SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \
file://../libx11-${PV}/nodolt.patch \
file://../libx11-${PV}/makekeys_crosscompile.patch"
+SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd"
+SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844"
+
EXTRA_OECONF += "--disable-xcms --with-xcb"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 04/21] guilt-native: Add SRC_URI Checksums
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (2 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 03/21] libx11-trim: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 05/21] libx11-diet: Add SRC_URI Checksum Saul Wold
` (17 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/guilt/guilt-native_0.33.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
index 7d0246e..54b1b90 100644
--- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
+++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
@@ -3,8 +3,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
-PR = r0
PV = "0.33"
+PR = r1
inherit native
@@ -22,6 +22,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.
file://guilt-bash.patch \
file://optional_head_check.patch"
+SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09"
+SRC_URI[sha256sum] = "64dfe6af1e924030f71163f3aa12cd846c80901d6ff8ef267ea35bb0752b4ba9"
+
# we don't compile, we just install
do_compile() {
:
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 05/21] libx11-diet: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (3 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 04/21] guilt-native: Add SRC_URI Checksums Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 06/21] eds-tools: Convert from BZR to GIT Repo Saul Wold
` (16 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb
index 487e796..e7ad2d8 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb
@@ -5,7 +5,7 @@ this version."
LIC_FILES_CHKSUM = "file://COPYING;md5=597df7e9217e89ccaeb749f48ce2aeb0"
-PR = "r3"
+PR = "r4"
SRC_URI += "file://x11_disable_makekeys.patch \
file://include_fix.patch \
@@ -14,6 +14,9 @@ SRC_URI += "file://x11_disable_makekeys.patch \
file://fix-utf8-wrong-define.patch \
file://nodolt.patch"
+SRC_URI[md5sum] = "0545089013213e90aac19b8f8045d32e"
+SRC_URI[sha256sum] = "34656d022ff2f94430b534612821428fe15ade028d86a42907958167f2e497ac"
+
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 06/21] eds-tools: Convert from BZR to GIT Repo
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (4 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 05/21] libx11-diet: Add SRC_URI Checksum Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 07/21] clutter-gst-1.6: Add SRC_URI Checksum Saul Wold
` (15 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../eds/{eds-tools_bzr.bb => eds-tools_git.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-sato/eds/{eds-tools_bzr.bb => eds-tools_git.bb} (72%)
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_git.bb
similarity index 72%
rename from meta/recipes-sato/eds/eds-tools_bzr.bb
rename to meta/recipes-sato/eds/eds-tools_git.bb
index afa8000..fedfaf5 100644
--- a/meta/recipes-sato/eds/eds-tools_bzr.bb
+++ b/meta/recipes-sato/eds/eds-tools_git.bb
@@ -4,10 +4,10 @@ DEPENDS = "dbus-glib eds-dbus"
RDEPENDS_${PN} = "libedata-book"
DESCRIPTION = "Test applications for EDS"
-SRCREV = "2008-02-04"
-PR = "r1"
+SRCREV = "882df681014cf42f75882995e507c75254b6b62f"
+PR = "r0"
-SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http"
+SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 07/21] clutter-gst-1.6: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (5 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 06/21] eds-tools: Convert from BZR to GIT Repo Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 08/21] xserver-kdrive: " Saul Wold
` (14 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../clutter/clutter-gst-1.6_1.3.6.bb | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb
index d787b80..cf1da04 100644
--- a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb
+++ b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb
@@ -5,9 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
DEPENDS += "clutter-1.6"
+PR = "r1"
+
SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \
file://enable_tests.patch"
+SRC_URI[md5sum] = "5ec828cd10713c1c32996e5fa65aa956"
+SRC_URI[sha256sum] = "68c79596ae46ed54885409cac1eeeaf6819673e2f41ee3014fe9705dfbbc1b5a"
+
S = "${WORKDIR}/clutter-gst-${PV}"
do_configure_prepend () {
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 08/21] xserver-kdrive: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (6 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 07/21] clutter-gst-1.6: Add SRC_URI Checksum Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 09/21] mutter: " Saul Wold
` (13 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../xorg-xserver/xserver-kdrive_1.7.99.2.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
index c2067c9..c810e1b 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
EXTRA_OECONF += "--disable-glx"
PE = "1"
-PR = "r26"
+PR = "r27"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://extra-kmodes.patch \
@@ -25,5 +25,8 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
# file://enable-builtin-fonts.patch
# file://optional-xkb.patch
+SRC_URI[md5sum] = "cafc4e2d4ef6cf6e47f3e7dffeb3346a"
+SRC_URI[sha256sum] = "a89f13b166b412930fe418ff50032dd2cde8bb181d8b47b5ca6f848d218fdcf2"
+
S = "${WORKDIR}/xorg-server-${PV}"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 09/21] mutter: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (7 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 08/21] xserver-kdrive: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 10/21] icon-naming-utils: " Saul Wold
` (12 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-graphics/mutter/mutter_2.28.1.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/mutter/mutter_2.28.1.bb b/meta/recipes-graphics/mutter/mutter_2.28.1.bb
index 50f2647..2e3826c 100644
--- a/meta/recipes-graphics/mutter/mutter_2.28.1.bb
+++ b/meta/recipes-graphics/mutter/mutter_2.28.1.bb
@@ -1,6 +1,6 @@
require mutter.inc
-PR = "r1"
+PR = "r2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
@@ -11,4 +11,7 @@ SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.
file://fix_CGL_TEXTURE_RECTANGLE_ARB.patch \
"
+SRC_URI[md5sum] = "39e8ee6ec701cd51b7121955d0ddb4fb"
+SRC_URI[sha256sum] = "a56e2df7b53630cde99f82be1d72ca55caeb1760757979d04b656cc7b5420e76"
+
S = "${WORKDIR}/mutter-2.28.1_0.0"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 10/21] icon-naming-utils: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (8 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 09/21] mutter: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 11/21] libxml-perl: " Saul Wold
` (11 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../icon-naming-utils-native_0.8.7.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
index 4760c96..4d1e19e 100644
--- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
+++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
@@ -1,11 +1,14 @@
LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
-PR = "r3"
+PR = "r4"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz"
+SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6"
+SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2"
+
S = "${WORKDIR}/icon-naming-utils-${PV}"
inherit autotools native perlnative
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 11/21] libxml-perl: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (9 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 10/21] icon-naming-utils: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 12/21] liburi-perl: " Saul Wold
` (10 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/perl/libxml-perl_0.08.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb
index fb637a8..ba5ebd0 100644
--- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb
+++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb
@@ -5,7 +5,7 @@ XML::Grove and others."
SUMMARY = "Collection of Perl modules for working with XML."
SECTION = "libs"
LICENSE = "Artistic | GPLv1+"
-PR = "r1"
+PR = "r2"
LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8"
@@ -13,6 +13,9 @@ DEPENDS += "libxml-parser-perl"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "0ed5fbdda53d1301ddaed88db10503bb"
+SRC_URI[sha256sum] = "4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b498153c9cb"
+
EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
inherit cpan
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 12/21] liburi-perl: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (10 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 11/21] libxml-perl: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 13/21] gconf-dbus: " Saul Wold
` (9 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/perl/liburi-perl_1.58.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.58.bb b/meta/recipes-devtools/perl/liburi-perl_1.58.bb
index ebb4911..9b84e2c 100644
--- a/meta/recipes-devtools/perl/liburi-perl_1.58.bb
+++ b/meta/recipes-devtools/perl/liburi-perl_1.58.bb
@@ -4,7 +4,7 @@ and manipulate the various components that make up these strings."
SECTION = "libs"
LICENSE = "Artistic | GPLv1+"
-PR = "r1"
+PR = "r2"
LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=6c33ae5c87fd1c4897714e122dd9c23d"
@@ -12,6 +12,9 @@ DEPENDS += "perl"
SRC_URI = "http://www.cpan.org/authors/id/G/GA/GAAS/URI-${PV}.tar.gz"
+SRC_URI[md5sum] = "540575aee18616ad9a21e0af7a1e7b18"
+SRC_URI[sha256sum] = "5ddeb8e4707bd4c37a3a60f634de8424e40c85bba98cf6c1053ae5e71c9b8289"
+
S = "${WORKDIR}/URI-${PV}"
EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 13/21] gconf-dbus: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (11 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 12/21] liburi-perl: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 14/21] gail: " Saul Wold
` (8 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-gnome/gnome/gconf-dbus_705.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-gnome/gnome/gconf-dbus_705.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb
index c0c2e28..52e8a08 100644
--- a/meta/recipes-gnome/gnome/gconf-dbus_705.bb
+++ b/meta/recipes-gnome/gnome/gconf-dbus_705.bb
@@ -10,13 +10,16 @@ RPROVIDES_${PN}-dev = "gconf-dev"
#SRCREV = "705"
#PV = "2.16.0+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
# This SVN repo is no longer available use a tarball mirror site until
# we move to proper gconf recipe.
#SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz"
+SRC_URI[md5sum] = "dba8d534b0c6262d24817c842b36369d"
+SRC_URI[sha256sum] = "5552b1884d42d4072a199c93e35a28dc1799f9166baefbf9243394966039e416"
+
S = "${WORKDIR}/trunk"
inherit pkgconfig autotools
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 14/21] gail: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (12 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 13/21] gconf-dbus: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 15/21] boost-jam-native: " Saul Wold
` (7 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-gnome/gnome/gail_1.20.2.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-gnome/gnome/gail_1.20.2.bb b/meta/recipes-gnome/gnome/gail_1.20.2.bb
index 2c86228..32ef6c5 100644
--- a/meta/recipes-gnome/gnome/gail_1.20.2.bb
+++ b/meta/recipes-gnome/gnome/gail_1.20.2.bb
@@ -7,10 +7,13 @@ PROVIDES = "virtual/gail"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-PR = "r0"
+PR = "r1"
inherit gnome
+SRC_URI[archive.md5sum] = "e805806f897cf6040e1f3e9c0cd2151b"
+SRC_URI[archive.sha256sum] = "5025b13a4f3b960c8ab7c3e5c7d6d86082e2e1af6ee18e61e37fd4ce3dcc0153"
+
EXTRA_OECONF = "--disable-gtk-doc"
FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 15/21] boost-jam-native: Add SRC_URI Checksum
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (13 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 14/21] gail: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 16/21] puzzles: Update to latest version Saul Wold
` (6 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/boost/boost-jam-native.inc | 2 +-
.../boost/boost-jam-native_3.1.18.bb | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/boost/boost-jam-native.inc b/meta/recipes-support/boost/boost-jam-native.inc
index e6b2529..c5a9d99 100644
--- a/meta/recipes-support/boost/boost-jam-native.inc
+++ b/meta/recipes-support/boost/boost-jam-native.inc
@@ -7,7 +7,7 @@ DESCRIPTION = "Make system for boost (native)"
HOMEPAGE = "http://www.boost.org/"
SECTION = "devel"
LICENSE = "Boost"
-PR = "r0"
+INC_PR = "r1"
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
diff --git a/meta/recipes-support/boost/boost-jam-native_3.1.18.bb b/meta/recipes-support/boost/boost-jam-native_3.1.18.bb
index 2e92146..7a0b1a8 100644
--- a/meta/recipes-support/boost/boost-jam-native_3.1.18.bb
+++ b/meta/recipes-support/boost/boost-jam-native_3.1.18.bb
@@ -1,4 +1,8 @@
include boost-jam-native.inc
+PR = "${INC_PR}.0"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
+SRC_URI[md5sum] = "f790e022d658db38db5cc4aeeccad3f1"
+SRC_URI[sha256sum] = "85dbb72c29837ba89cb5408782c82459b34fdecaedea8b54ce1cb3cb9990121a"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 16/21] puzzles: Update to latest version
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (14 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 15/21] boost-jam-native: " Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 17/21] gnutls: Update to 2.12.11 Saul Wold
` (5 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../puzzles/{puzzles_r9175.bb => puzzles_r9306.bb} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-sato/puzzles/{puzzles_r9175.bb => puzzles_r9306.bb} (100%)
diff --git a/meta/recipes-sato/puzzles/puzzles_r9175.bb b/meta/recipes-sato/puzzles/puzzles_r9306.bb
similarity index 100%
rename from meta/recipes-sato/puzzles/puzzles_r9175.bb
rename to meta/recipes-sato/puzzles/puzzles_r9306.bb
--
1.7.6.2
^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH 17/21] gnutls: Update to 2.12.11
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (15 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 16/21] puzzles: Update to latest version Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 18/21] tzdata: Update to 2011k Saul Wold
` (4 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../configure-fix.patch | 40 +++++++++----------
.../gnutls-openssl.patch | 0
.../gnutls-texinfo-euro.patch | 0
.../gnutls/{gnutls_2.12.5.bb => gnutls_2.12.11.bb} | 4 +-
4 files changed, 21 insertions(+), 23 deletions(-)
rename meta/recipes-support/gnutls/{gnutls-2.12.5 => gnutls-2.12.11}/configure-fix.patch (54%)
rename meta/recipes-support/gnutls/{gnutls-2.12.5 => gnutls-2.12.11}/gnutls-openssl.patch (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.5 => gnutls-2.12.11}/gnutls-texinfo-euro.patch (100%)
rename meta/recipes-support/gnutls/{gnutls_2.12.5.bb => gnutls_2.12.11.bb} (46%)
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.5/configure-fix.patch b/meta/recipes-support/gnutls/gnutls-2.12.11/configure-fix.patch
similarity index 54%
rename from meta/recipes-support/gnutls/gnutls-2.12.5/configure-fix.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.11/configure-fix.patch
index e6f9785..14f87e0 100644
--- a/meta/recipes-support/gnutls/gnutls-2.12.5/configure-fix.patch
+++ b/meta/recipes-support/gnutls/gnutls-2.12.11/configure-fix.patch
@@ -11,13 +11,13 @@ against 2.8.6
07/02/2010 - qhe
---
-Index: gnutls-2.12.5/lib/configure.ac
+Index: gnutls-2.12.11/lib/configure.ac
===================================================================
---- gnutls-2.12.5.orig/lib/configure.ac 2011-05-11 00:05:33.000000000 -0700
-+++ gnutls-2.12.5/lib/configure.ac 2011-05-25 19:45:23.721180103 -0700
-@@ -96,8 +96,8 @@
- dnl for pakchois
- AC_LIB_HAVE_LINKFLAGS(dl,, [#include <dlfcn.h>], [dlclose (0);])
+--- gnutls-2.12.11.orig/lib/configure.ac
++++ gnutls-2.12.11/lib/configure.ac
+@@ -126,8 +126,8 @@ lgl_INIT
+ AC_CHECK_FUNCS(getrusage,,)
+ AC_LIB_HAVE_LINKFLAGS(pthread,, [#include <pthread.h>], [pthread_mutex_lock (0);])
-LIBGNUTLS_LIBS="-L${libdir} -lgnutls $LIBS"
-LIBGNUTLS_CFLAGS="-I${includedir}"
@@ -26,24 +26,22 @@ Index: gnutls-2.12.5/lib/configure.ac
AC_SUBST(LIBGNUTLS_LIBS)
AC_SUBST(LIBGNUTLS_CFLAGS)
-Index: gnutls-2.12.5/lib/gnutls.pc.in
+Index: gnutls-2.12.11/lib/gnutls.pc.in
===================================================================
---- gnutls-2.12.5.orig/lib/gnutls.pc.in 2011-04-23 08:00:07.000000000 -0700
-+++ gnutls-2.12.5/lib/gnutls.pc.in 2011-05-25 19:50:11.926102288 -0700
-@@ -19,7 +19,6 @@
- Description: Transport Security Layer implementation for the GNU system
+--- gnutls-2.12.11.orig/lib/gnutls.pc.in
++++ gnutls-2.12.11/lib/gnutls.pc.in
+@@ -20,6 +20,4 @@ Description: Transport Security Layer im
URL: http://www.gnu.org/software/gnutls/
Version: @VERSION@
-+Requires.private: libgcrypt, libtasn1
Libs: -L${libdir} -lgnutls
--Libs.private: @LTLIBGCRYPT@ @NETTLE_LIBS@
+-Libs.private: @LTLIBGCRYPT@ @LTLIBNETTLE@ @NETTLE_LIBS@ @GNUTLS_ZLIB_LIBS_PRIVATE@
-@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}
-Index: gnutls-2.12.5/libextra/configure.ac
+Index: gnutls-2.12.11/libextra/configure.ac
===================================================================
---- gnutls-2.12.5.orig/libextra/configure.ac 2011-05-11 00:05:31.000000000 -0700
-+++ gnutls-2.12.5/libextra/configure.ac 2011-05-25 19:45:23.722186801 -0700
-@@ -41,8 +41,8 @@
+--- gnutls-2.12.11.orig/libextra/configure.ac
++++ gnutls-2.12.11/libextra/configure.ac
+@@ -41,8 +41,8 @@ LIBGNUTLS_EXTRA_HOOKS
xgl_INIT
@@ -54,11 +52,11 @@ Index: gnutls-2.12.5/libextra/configure.ac
AC_SUBST(LIBGNUTLS_EXTRA_LIBS)
AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS)
-Index: gnutls-2.12.5/libextra/gnutls-extra.pc.in
+Index: gnutls-2.12.11/libextra/gnutls-extra.pc.in
===================================================================
---- gnutls-2.12.5.orig/libextra/gnutls-extra.pc.in 2011-04-07 17:30:45.000000000 -0700
-+++ gnutls-2.12.5/libextra/gnutls-extra.pc.in 2011-05-25 19:45:23.722186801 -0700
-@@ -22,5 +22,5 @@
+--- gnutls-2.12.11.orig/libextra/gnutls-extra.pc.in
++++ gnutls-2.12.11/libextra/gnutls-extra.pc.in
+@@ -22,5 +22,5 @@ URL: http://www.gnu.org/software/gnutls/
Requires: gnutls
Version: @VERSION@
Libs: -L${libdir} -lgnutls-extra
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-openssl.patch b/meta/recipes-support/gnutls/gnutls-2.12.11/gnutls-openssl.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-openssl.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.11/gnutls-openssl.patch
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-texinfo-euro.patch b/meta/recipes-support/gnutls/gnutls-2.12.11/gnutls-texinfo-euro.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-texinfo-euro.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.11/gnutls-texinfo-euro.patch
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.5.bb b/meta/recipes-support/gnutls/gnutls_2.12.11.bb
similarity index 46%
rename from meta/recipes-support/gnutls/gnutls_2.12.5.bb
rename to meta/recipes-support/gnutls/gnutls_2.12.11.bb
index 9d3f5ab..bd5ebb3 100644
--- a/meta/recipes-support/gnutls/gnutls_2.12.5.bb
+++ b/meta/recipes-support/gnutls/gnutls_2.12.11.bb
@@ -5,5 +5,5 @@ PR = "${INC_PR}.0"
SRC_URI += "file://gnutls-openssl.patch \
file://configure-fix.patch"
-SRC_URI[md5sum] = "2d0bd5ae11534074fcd78da6ea384e64"
-SRC_URI[sha256sum] = "bf263880f327ac34a561d8e66b5a729cbe33eea56728bfed3406ff2898448b60"
+SRC_URI[md5sum] = "f08234b64a8025d6d5aa1307868b02ed"
+SRC_URI[sha256sum] = "00b58e1aafe99bbd0cb371e7f1df9cc58bf807301cf70a7eebedeee093991360"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 18/21] tzdata: Update to 2011k
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (16 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 17/21] gnutls: Update to 2.12.11 Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 19/21] lsof: Update to 4.84 Saul Wold
` (3 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../tzdata/{tzdata_2011i.bb => tzdata_2011k.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/tzdata/{tzdata_2011i.bb => tzdata_2011k.bb} (97%)
diff --git a/meta/recipes-extended/tzdata/tzdata_2011i.bb b/meta/recipes-extended/tzdata/tzdata_2011k.bb
similarity index 97%
rename from meta/recipes-extended/tzdata/tzdata_2011i.bb
rename to meta/recipes-extended/tzdata/tzdata_2011k.bb
index f507b7e..45f2c4d 100644
--- a/meta/recipes-extended/tzdata/tzdata_2011i.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2011k.bb
@@ -14,8 +14,8 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tzdata"
-SRC_URI[tzdata.md5sum] = "c7a86ec34f30f8d6aa77ef94902a3047"
-SRC_URI[tzdata.sha256sum] = "f8dde7ca5e61f21ac34c8cdbef5568d00c829981211098f059d8104964c81ffa"
+SRC_URI[tzdata.md5sum] = "9da1c2d4d1a01f9f504b73ccd371830f"
+SRC_URI[tzdata.sha256sum] = "51f7d2a42b7fb9465feced642a6676afdf8b04a071e55f3fef1f0925bd67ef21"
S = "${WORKDIR}"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 19/21] lsof: Update to 4.84
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (17 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 18/21] tzdata: Update to 2011k Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 16:14 ` [PATCH 20/21] apt: Update to 0.8.15.8 Saul Wold
` (2 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../lsof/{lsof_4.84.bb => lsof_4.85.bb} | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-extended/lsof/{lsof_4.84.bb => lsof_4.85.bb} (89%)
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.85.bb
similarity index 89%
rename from meta/recipes-extended/lsof/lsof_4.84.bb
rename to meta/recipes-extended/lsof/lsof_4.85.bb
index 9e76096..96bc0c5 100644
--- a/meta/recipes-extended/lsof/lsof_4.84.bb
+++ b/meta/recipes-extended/lsof/lsof_4.85.bb
@@ -7,8 +7,9 @@ PR = "r0"
SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
-SRC_URI[md5sum] = "a09326df500ef7e4550af546868338d6"
-SRC_URI[sha256sum] = "20893a2d9b443fba519602f05692d5f72054a9f6dc1236bcb2616cc5330dc725"
+SRC_URI[md5sum] = "102ee2081172bbe76dccaa6cceda8573"
+SRC_URI[sha256sum] = "49aa58e63539c45bada514a6a2e5a1c9f946ada1f4137dc9154cf4bf6054a1c1"
+
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 20/21] apt: Update to 0.8.15.8
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (18 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 19/21] lsof: Update to 4.84 Saul Wold
@ 2011-10-06 16:14 ` Saul Wold
2011-10-06 20:55 ` Saul Wold
2011-10-06 16:15 ` [PATCH 21/21] distro_tracking: Updates Saul Wold
2011-10-07 14:35 ` [PATCH 00/21] Add SRC_URI Checksums and some Updates Richard Purdie
21 siblings, 1 reply; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:14 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../includes-fix.patch | 0
.../no-ko-translation.patch | 0
.../{apt-0.7.14 => apt-0.8.15.8}/noconfigure.patch | 0
.../apt/{apt-0.7.14 => apt-0.8.15.8}/nodoc.patch | 0
.../{apt-0.7.14 => apt-0.8.15.8}/use-host.patch | 0
...apt-native_0.7.14.bb => apt-native_0.8.15.8.bb} | 6 +++---
.../apt/{apt_0.7.14.bb => apt_0.8.15.8.bb} | 6 +++---
7 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/includes-fix.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/no-ko-translation.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/noconfigure.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/nodoc.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/use-host.patch (100%)
rename meta/recipes-devtools/apt/{apt-native_0.7.14.bb => apt-native_0.8.15.8.bb} (60%)
rename meta/recipes-devtools/apt/{apt_0.7.14.bb => apt_0.8.15.8.bb} (67%)
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/includes-fix.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch
rename to meta/recipes-devtools/apt/apt-0.8.15.8/includes-fix.patch
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/no-ko-translation.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch
rename to meta/recipes-devtools/apt/apt-0.8.15.8/no-ko-translation.patch
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/noconfigure.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch
rename to meta/recipes-devtools/apt/apt-0.8.15.8/noconfigure.patch
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/nodoc.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch
rename to meta/recipes-devtools/apt/apt-0.8.15.8/nodoc.patch
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/use-host.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.7.14/use-host.patch
rename to meta/recipes-devtools/apt/apt-0.8.15.8/use-host.patch
diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
similarity index 60%
rename from meta/recipes-devtools/apt/apt-native_0.7.14.bb
rename to meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
index c82d606..0c532c7 100644
--- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
@@ -1,13 +1,13 @@
require apt-native.inc
-PR = "r5"
+PR = "r0"
SRC_URI += "file://nodoc.patch \
file://noconfigure.patch \
file://no-curl.patch \
file://includes-fix.patch"
-SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
-SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
+SRC_URI[md5sum] = "9727845eaeff0d1191403f4d8b8d1e35"
+SRC_URI[sha256sum] = "d19efceb04b927a1c6cdac01fd29b7f0f927c8e168c1e722ddf7808438262742"
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.8.15.8.bb
similarity index 67%
rename from meta/recipes-devtools/apt/apt_0.7.14.bb
rename to meta/recipes-devtools/apt/apt_0.8.15.8.bb
index 93eebe9..37ca85b 100644
--- a/meta/recipes-devtools/apt/apt_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt_0.8.15.8.bb
@@ -3,13 +3,13 @@ RDEPENDS_${PN} = "dpkg"
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
require apt.inc
-PR = "r8"
+PR = "r0"
SRC_URI += "file://nodoc.patch \
file://includes-fix.patch "
-SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
-SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
+SRC_URI[md5sum] = "9727845eaeff0d1191403f4d8b8d1e35"
+SRC_URI[sha256sum] = "d19efceb04b927a1c6cdac01fd29b7f0f927c8e168c1e722ddf7808438262742"
require apt-package.inc
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [PATCH 21/21] distro_tracking: Updates
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (19 preceding siblings ...)
2011-10-06 16:14 ` [PATCH 20/21] apt: Update to 0.8.15.8 Saul Wold
@ 2011-10-06 16:15 ` Saul Wold
2011-10-07 14:35 ` [PATCH 00/21] Add SRC_URI Checksums and some Updates Richard Purdie
21 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 16:15 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 62 ++++++++++++--------
1 files changed, 37 insertions(+), 25 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index dd0fbf8..7b6c4a9 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -418,7 +418,7 @@ RECIPE_INTEL_SECTION_pn-readline = "base libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-readline = "11 months"
RECIPE_LATEST_RELEASE_DATE_pn-readline = "Feb 13, 2011"
RECIPE_COMMENTS_pn-readline = ""
-RECIPE_MANUAL_CHECK_DATE_pn-readline = "Sept 27, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-readline = "Sep 27, 2011"
RECIPE_STATUS_pn-libgcrypt = "green"
RECIPE_LAST_UPDATE_pn-libgcrypt = "Jul 29, 2010"
@@ -432,16 +432,16 @@ RECIPE_LATEST_RELEASE_DATE_pn-libgcrypt = "12/2009"
RECIPE_COMMENTS_pn-libgcrypt = ""
RECIPE_STATUS_pn-gnutls = "yellow" # need explict pre configure
-RECIPE_LAST_UPDATE_pn-gnutls = "May 25, 2011"
+RECIPE_LATEST_VERSION_pn-gnutls = "2.12.11"
+RECIPE_LATEST_RELEASE_DATE_pn-gnutls = "Sep 18, 2011"
+RECIPE_LAST_UPDATE_pn-gnutls = "Oct 6, 2011"
RECIPE_MAINTAINER_pn-gnutls = "Yu Ke <ke.yu@intel.com>"
RECIPE_DEPENDENCY_CHECK_pn-gnutls = "done"
-RECIPE_LATEST_VERSION_pn-gnutls = "2.12.5"
RECIPE_PATCH_pn-gnutls+gnutls-openssl = "unkown"
RECIPE_PATCH_pn-gnutls+gnutls-texinfo-euro = "fix if @euro is missing in texinfo"
RECIPE_PATCH_pn-gnutls+configure-fix = "fix Requires.private and Libs.private in autotools script"
RECIPE_INTEL_SECTION_pn-gnutls = "base libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gnutls = "4 months"
-RECIPE_LATEST_RELEASE_DATE_pn-gnutls = "May 14, 2011"
RECIPE_COMMENTS_pn-gnutls = "requires libtasn1, but has an internal copy"
RECIPE_STATUS_pn-lzo = "green"
@@ -479,11 +479,12 @@ RECIPE_INTEL_SECTION_pn-libnss-mdns = "base libs"
RECIPE_LATEST_RELEASE_DATE_pn-libnss-mdns = "05/2007"
RECIPE_STATUS_pn-ncurses = "green"
-RECIPE_LAST_UPDATE_pn-ncurses = "Dec 30, 2010"
-RECIPE_MAINTAINER_pn-ncurses = "Saul Wold <sgw@linux.intel.com>"
+RECIPE_LATEST_RELEASE_DATE_pn-ncurses = "Apr 04, 2011"
RECIPE_LATEST_VERSION_pn-ncurses = "5.9"
+RECIPE_LAST_UPDATE_pn-ncurses = "Apr 06, 2011"
RECIPE_INTEL_SECTION_pn-ncurses = "base libs"
-RECIPE_LATEST_RELEASE_DATE_pn-ncurses = "Apr 04, 2011"
+RECIPE_MAINTAINER_pn-ncurses = "Saul Wold <sgw@linux.intel.com>"
+RECIPE_MANUAL_CHECK_DATE_pn-ncurses = "Sep 29, 2011"
RECIPE_STATUS_pn-popt = "green"
RECIPE_LAST_UPDATE_pn-popt = "Jul 5, 2010"
@@ -563,8 +564,8 @@ RECIPE_MAINTAINER_pn-tcp-wrappers = "Saul Wold <sgw@linux.intel.com>"
RECIPE_LATEST_VERSION_pn-tcp-wrappers = "7.6"
RECIPE_INTEL_SECTION_pn-tcp-wrappers = "base libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tcp-wrappers = "n/a"
-RECIPE_LATEST_RELEASE_DATE_pn-tcp-wrappers = "n/a"
-RECIPE_MANUAL_CHECK_DATE_pn-tcp-wrappers = "Jul 12, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-tcp-wrappers = "Apr 04, 1997"
+RECIPE_MANUAL_CHECK_DATE_pn-tcp-wrappers = "Sep 28, 2011"
RECIPE_COMMENTS_pn-tcp-wrappers = "Consider looking at ipv6.4 version"
RECIPE_NO_UPDATE_REASON_pn-tcp-wrapers = "7.6 is last Stable release"
@@ -1170,8 +1171,9 @@ RECIPE_LAST_UPDATE_pn-apr-util = "Jul 28, 2011"
RECIPE_MAINTAINER_pn-apr-util = "Zhai Edwin <edwin.zhai@intel.com>"
RECIPE_STATUS_pn-apt = "red"
-RECIPE_LATEST_VERSION_pn-apt = "0.7.25.3"
-RECIPE_LAST_UPDATE_pn-apt = "Jun 19, 2008"
+RECIPE_LATEST_VERSION_pn-apt = "0.8.15.8"
+RECIPE_LATEST_RELEASE_DATE_pn-apt = "Sep 14, 2011"
+RECIPE_LAST_UPDATE_pn-apt = "Oct 6, 2011"
RECIPE_MAINTAINER_pn-apt = "Mei Lei <lei.mei@intel.com>"
RECIPE_NO_UPDATE_REASON_pn-apt="similar to zypper, defer the upgrading"
@@ -1682,11 +1684,11 @@ RECIPE_LATEST_RELEASE_DATE_pn-strace = "04/2010"
RECIPE_COMMENTS_pn-strace = "3-clause BSD"
RECIPE_STATUS_pn-dhcp = "green"
-RECIPE_LAST_UPDATE_pn-dhcp = "Nov 17, 2010"
+RECIPE_LAST_UPDATE_pn-dhcp = "Sep 28, 2011"
+RECIPE_LATEST_VERSION_pn-dhcp = "4.2.2
+RECIPE_LATEST_RELEASE_DATE_pn-dhcp = "Aug 10, 2011
RECIPE_MAINTAINER_pn-dhcp = "Saul Wold <sgw@linux.intel.com>"
-RECIPE_LATEST_VERSION_pn-dhcp = "4.2.0-P2"
RECIPE_INTEL_SECTION_pn-dhcp = "base utils"
-RECIPE_LATEST_RELEASE_DATE_pn-dhcp = "12/2010"
RECIPE_COMMENTS_pn-dhcp = "several major release, others are 3.1.3, 4.0.2-P1, need to identify"
RECIPE_STATUS_pn-v86d = "yellow" # self written configure
@@ -1712,14 +1714,14 @@ RECIPE_LATEST_RELEASE_DATE_pn-udev = "06/2010"
RECIPE_COMMENTS_pn-udev = "may need different versions for different kernels"
RECIPE_STATUS_pn-tzdata = "green"
-RECIPE_LAST_UPDATE_pn-tzdata = "May 24, 2010"
+RECIPE_LATEST_VERSION_pn-tzdata = "2011k"
+RECIPE_LATEST_RELEASE_DATE_pn-tzdata = "Sep 26, 2011"
+RECIPE_LAST_UPDATE_pn-tzdata = "Oct 6, 2011"
RECIPE_MAINTAINER_pn-tzdata = "Zhai Edwin <edwin.zhai@intel.com>"
RECIPE_DEPENDENCY_CHECK_pn-tzdata = "not done"
-RECIPE_LATEST_VERSION_pn-tzdata = "2011g"
RECIPE_INTEL_SECTION_pn-tzdata = "base utils"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tzdata = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-tzdata = "05/2010"
-RECIPE_MANUAL_CHECK_DATE_pn-tzdata = "May 24, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-tzdata = "Oct 6, 2011"
RECIPE_COMMENTS_pn-tzdata = ""
DISTRO_PN_ALIAS_pn-tzcode = "OSPDT"
@@ -1807,9 +1809,9 @@ DISTRO_PN_ALIAS_pn-zypper = "OpenSuse=zypper Meego=zypper"
RECIPE_STATUS_pn-sysstat = "green"
RECIPE_LAST_UPDATE_pn-sysstat = "Sep 27, 2011"
-RECIPE_MAINTAINER_pn-sysstat = "Saul Wold <sgw@linux.intel.com>"
RECIPE_LATEST_VERSION_pn-sysstat = "10.0.2"
RECIPE_MANUAL_CHECK_DATE_pn-sysstat = "Sep 27, 2011"
+RECIPE_MAINTAINER_pn-sysstat = "Saul Wold <sgw@linux.intel.com>"
RECIPE_STATUS_pn-sysklogd = "red" # need upgrade
RECIPE_LAST_UPDATE_pn-sysklogd = "Aug 27, 2010"
@@ -3189,9 +3191,9 @@ RECIPE_LATEST_VERSION_pn-oh-puzzles = "0.1+svnr23"
RECIPE_NO_OF_PATCHES_pn-oh-puzzles = "1"
RECIPE_INTEL_SECTION_pn-oh-puzzles = "graphic apps"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-oh-puzzles = "n/a"
-RECIPE_LATEST_RELEASE_DATE_pn-oh-puzzles = "04/2008"
+RECIPE_LATEST_RELEASE_DATE_pn-oh-puzzles = "Oct 1, 2011"
RECIPE_COMMENTS_pn-oh-puzzles = ""
-RECIPE_LAST_UPDATE_pn-oh-puzzles = "Apr 8, 2008"
+RECIPE_LAST_UPDATE_pn-oh-puzzles = "Oct 6, 2011"
RECIPE_MAINTAINER_pn-oh-puzzles = "Zhai Edwin <edwin.zhai@intel.com>"
RECIPE_STATUS_pn-gnome-terminal = "red"
@@ -5704,9 +5706,12 @@ RECIPE_LATEST_VERSION_pn-man-pages = "3.32"
RECIPE_LATEST_VERSION_pn-qmmp = "0.4.3"
RECIPE_LATEST_VERSION_pn-sysprof = "6b5b8432711ef5c747f8375073cd9af88922d3c6"
RECIPE_LATEST_VERSION_pn-table = "d42a44938699ee30a998fc42bc149aebf69389db"
+
RECIPE_LATEST_VERSION_pn-texinfo = "4.13a"
-RECIPE_NO_UPDATE_REASON_pn-texinfo = "Checking script parse directory wrong"
-RECIPE_MANUAL_CHECK_DATE_pn-texinfo = "Feb 28, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-texinfo = "Sep 22, 2008"
+RECIPE_LAST_UPDATE_pn-texinfo = "Sep 16, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-texinfo = "Sep 28, 2011"
+RECIPE_NO_UPDATE_REASON_pn-texinfo = "Checking script parses directory wrong"
RECIPE_LATEST_VERSION_pn-blktrace = "a788dfde86dfaff8f1c277a233f92c1822e06b76"
RECIPE_LATEST_VERSION_pn-dtc = "37c0b6a0916c31a5eae0a9ddfcc5d0b8fb4569c6"
@@ -5833,6 +5838,12 @@ RECIPE_LAST_UPDATE_pn-slang = "Jul 28, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-slang = "Jun 28, 2011"
RECIPE_MAINTAINER_pn-slang = "Kai Kang <kai.kang@windriver.com>"
+RECIPE_STATUS_pn-cups = "red"
+RECIPE_LATEST_VERSION_pn-cups = "1.5.0"
+RECIPE_LATEST_RELEASE_DATE_pn-cups = "Jul 25, 2011"
+RECIPE_LAST_UPDATE_pn-cups = "Feb 1, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-cups = "Sep 28, 2011"
+
RECIPE_STATUS_pn-libnewt = "green"
DISTRO_PN_ALIAS_pn-libnewt = "Debian=libnewt0.52 Fedora=newt"
RECIPE_LATEST_VERSION_pn-libnewt = "0.52.13"
@@ -5883,8 +5894,9 @@ RECIPE_MANUAL_CHECK_DATE_pn-mesa-demos = "Jun 7, 2011"
RECIPE_STATUS_pn-gettext = "red"
RECIPE_LATEST_VERSION_pn-gettext = "0.18.1.1"
-RECIPE_LAST_UPDATE_pn-gettext = "Jun 6, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-gettext = "Jun 7, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gettext = "Jun 06, 2010"
+RECIPE_LAST_UPDATE_pn-gettext = "May 24, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-gettext = "Sep 29, 2011"
RECIPE_STATUS_pn-pseudo = "green"
RECIPE_LATEST_VERSION_pn-pseudo = "1.1.1"
--
1.7.6.2
^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH 20/21] apt: Update to 0.8.15.8
2011-10-06 16:14 ` [PATCH 20/21] apt: Update to 0.8.15.8 Saul Wold
@ 2011-10-06 20:55 ` Saul Wold
0 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2011-10-06 20:55 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/06/2011 09:14 AM, Saul Wold wrote:
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
> .../includes-fix.patch | 0
> .../no-ko-translation.patch | 0
> .../{apt-0.7.14 => apt-0.8.15.8}/noconfigure.patch | 0
> .../apt/{apt-0.7.14 => apt-0.8.15.8}/nodoc.patch | 0
> .../{apt-0.7.14 => apt-0.8.15.8}/use-host.patch | 0
> ...apt-native_0.7.14.bb => apt-native_0.8.15.8.bb} | 6 +++---
> .../apt/{apt_0.7.14.bb => apt_0.8.15.8.bb} | 6 +++---
> 7 files changed, 6 insertions(+), 6 deletions(-)
> rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/includes-fix.patch (100%)
> rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/no-ko-translation.patch (100%)
> rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/noconfigure.patch (100%)
> rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/nodoc.patch (100%)
> rename meta/recipes-devtools/apt/{apt-0.7.14 => apt-0.8.15.8}/use-host.patch (100%)
> rename meta/recipes-devtools/apt/{apt-native_0.7.14.bb => apt-native_0.8.15.8.bb} (60%)
> rename meta/recipes-devtools/apt/{apt_0.7.14.bb => apt_0.8.15.8.bb} (67%)
>
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/includes-fix.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/includes-fix.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/no-ko-translation.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/no-ko-translation.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/noconfigure.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/noconfigure.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/nodoc.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/nodoc.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/use-host.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/use-host.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/use-host.patch
> diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
> similarity index 60%
> rename from meta/recipes-devtools/apt/apt-native_0.7.14.bb
> rename to meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
> index c82d606..0c532c7 100644
> --- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb
> +++ b/meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
> @@ -1,13 +1,13 @@
> require apt-native.inc
>
> -PR = "r5"
> +PR = "r0"
>
> SRC_URI += "file://nodoc.patch \
> file://noconfigure.patch \
> file://no-curl.patch \
> file://includes-fix.patch"
>
> -SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
> -SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
> +SRC_URI[md5sum] = "9727845eaeff0d1191403f4d8b8d1e35"
> +SRC_URI[sha256sum] = "d19efceb04b927a1c6cdac01fd29b7f0f927c8e168c1e722ddf7808438262742"
>
> LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
> diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.8.15.8.bb
> similarity index 67%
> rename from meta/recipes-devtools/apt/apt_0.7.14.bb
> rename to meta/recipes-devtools/apt/apt_0.8.15.8.bb
> index 93eebe9..37ca85b 100644
> --- a/meta/recipes-devtools/apt/apt_0.7.14.bb
> +++ b/meta/recipes-devtools/apt/apt_0.8.15.8.bb
> @@ -3,13 +3,13 @@ RDEPENDS_${PN} = "dpkg"
> LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
> require apt.inc
>
> -PR = "r8"
> +PR = "r0"
>
> SRC_URI += "file://nodoc.patch \
> file://includes-fix.patch "
>
> -SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
> -SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
> +SRC_URI[md5sum] = "9727845eaeff0d1191403f4d8b8d1e35"
> +SRC_URI[sha256sum] = "d19efceb04b927a1c6cdac01fd29b7f0f927c8e168c1e722ddf7808438262742"
>
> require apt-package.inc
>
Please disregard this patch.
Sau!
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PATCH 00/21] Add SRC_URI Checksums and some Updates
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
` (20 preceding siblings ...)
2011-10-06 16:15 ` [PATCH 21/21] distro_tracking: Updates Saul Wold
@ 2011-10-07 14:35 ` Richard Purdie
21 siblings, 0 replies; 24+ messages in thread
From: Richard Purdie @ 2011-10-07 14:35 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thu, 2011-10-06 at 09:14 -0700, Saul Wold wrote:
> Richard,
>
> Found some recipes missing Checksums and do a couple of
> package updates.
>
> Thanks
> Sau!
>
> The following changes since commit cc626b9e1671670a931ea3e528ea4b0f7b2e923b:
>
> webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs (2011-10-05 14:36:18 +0100)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib sgw/updates
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates
>
> Saul Wold (21):
> grub: Add SRC_URI Checksum
> dosfstools: Add SRC_URI Checksum
> libx11-trim: Add SRC_URI Checksum
> guilt-native: Add SRC_URI Checksums
> libx11-diet: Add SRC_URI Checksum
> eds-tools: Convert from BZR to GIT Repo
> clutter-gst-1.6: Add SRC_URI Checksum
> xserver-kdrive: Add SRC_URI Checksum
> mutter: Add SRC_URI Checksum
> icon-naming-utils: Add SRC_URI Checksum
> libxml-perl: Add SRC_URI Checksum
> liburi-perl: Add SRC_URI Checksum
> gconf-dbus: Add SRC_URI Checksum
> gail: Add SRC_URI Checksum
> boost-jam-native: Add SRC_URI Checksum
> puzzles: Update to latest version
> gnutls: Update to 2.12.11
> tzdata: Update to 2011k
> lsof: Update to 4.84
> apt: Update to 0.8.15.8
> distro_tracking: Updates
Merged to master apart from the apt change.
Thanks,
Richard
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~2011-10-07 14:41 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
2011-10-06 16:14 ` [PATCH 01/21] grub: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 02/21] dosfstools: " Saul Wold
2011-10-06 16:14 ` [PATCH 03/21] libx11-trim: " Saul Wold
2011-10-06 16:14 ` [PATCH 04/21] guilt-native: Add SRC_URI Checksums Saul Wold
2011-10-06 16:14 ` [PATCH 05/21] libx11-diet: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 06/21] eds-tools: Convert from BZR to GIT Repo Saul Wold
2011-10-06 16:14 ` [PATCH 07/21] clutter-gst-1.6: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 08/21] xserver-kdrive: " Saul Wold
2011-10-06 16:14 ` [PATCH 09/21] mutter: " Saul Wold
2011-10-06 16:14 ` [PATCH 10/21] icon-naming-utils: " Saul Wold
2011-10-06 16:14 ` [PATCH 11/21] libxml-perl: " Saul Wold
2011-10-06 16:14 ` [PATCH 12/21] liburi-perl: " Saul Wold
2011-10-06 16:14 ` [PATCH 13/21] gconf-dbus: " Saul Wold
2011-10-06 16:14 ` [PATCH 14/21] gail: " Saul Wold
2011-10-06 16:14 ` [PATCH 15/21] boost-jam-native: " Saul Wold
2011-10-06 16:14 ` [PATCH 16/21] puzzles: Update to latest version Saul Wold
2011-10-06 16:14 ` [PATCH 17/21] gnutls: Update to 2.12.11 Saul Wold
2011-10-06 16:14 ` [PATCH 18/21] tzdata: Update to 2011k Saul Wold
2011-10-06 16:14 ` [PATCH 19/21] lsof: Update to 4.84 Saul Wold
2011-10-06 16:14 ` [PATCH 20/21] apt: Update to 0.8.15.8 Saul Wold
2011-10-06 20:55 ` Saul Wold
2011-10-06 16:15 ` [PATCH 21/21] distro_tracking: Updates Saul Wold
2011-10-07 14:35 ` [PATCH 00/21] Add SRC_URI Checksums and some Updates Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox