* [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0 Ionut Radu
` (8 subsequent siblings)
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb} (83%)
diff --git a/meta/recipes-support/libassuan/libassuan_2.1.0.bb b/meta/recipes-support/libassuan/libassuan_2.1.1.bb
similarity index 83%
rename from meta/recipes-support/libassuan/libassuan_2.1.0.bb
rename to meta/recipes-support/libassuan/libassuan_2.1.1.bb
index 0483560..91784ea 100644
--- a/meta/recipes-support/libassuan/libassuan_2.1.0.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.1.1.bb
@@ -13,7 +13,7 @@ DEPENDS = "libgpg-error"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch"
-SRC_URI[md5sum] = "b3231eec8e567f4f9294474a387378f5"
-SRC_URI[sha256sum] = "a4c5bd3a0c2726e8bcc2ea8a3b15f7aae3bd92d4f85968f315fd3a75d101c267"
+SRC_URI[md5sum] = "757243cc4a71b30ed8d8dbe784035d36"
+SRC_URI[sha256sum] = "23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d"
inherit autotools binconfig pkgconfig
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
2013-07-05 7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8 Ionut Radu
` (7 subsequent siblings)
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
meta/recipes-extended/augeas/augeas_1.0.0.bb | 6 ------
meta/recipes-extended/augeas/augeas_1.1.0.bb | 6 ++++++
2 files changed, 6 insertions(+), 6 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
diff --git a/meta/recipes-extended/augeas/augeas_1.0.0.bb b/meta/recipes-extended/augeas/augeas_1.0.0.bb
deleted file mode 100644
index 82bda19..0000000
--- a/meta/recipes-extended/augeas/augeas_1.0.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require augeas.inc
-
-PR = "r1"
-
-SRC_URI[md5sum] = "82131019432ecf8102e1491610ad2dd1"
-SRC_URI[sha256sum] = "31bf757c5b8197765946b3805f3793c32b03cd92a7a77ec95d37e71a1f131912"
diff --git a/meta/recipes-extended/augeas/augeas_1.1.0.bb b/meta/recipes-extended/augeas/augeas_1.1.0.bb
new file mode 100644
index 0000000..5eebcc6
--- /dev/null
+++ b/meta/recipes-extended/augeas/augeas_1.1.0.bb
@@ -0,0 +1,6 @@
+require augeas.inc
+
+PR = "r1"
+
+SRC_URI[md5sum] = "520ce983457ff9ffa3816bc41a9f328b"
+SRC_URI[sha256sum] = "9d81e4228329e2d5cccb018ab06bc8b734fb2dede2c4d9b5c02303d4a690b76b"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
2013-07-05 7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
2013-07-05 7:10 ` [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2 Ionut Radu
` (6 subsequent siblings)
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb} (75%)
diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-lib/libxvmc_1.0.7.bb
rename to meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb
index 70b4816..b0d5e0d 100644
--- a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \
DEPENDS += "libxext libxv videoproto"
-PR = "r0"
PE = "1"
XORG_PN = "libXvMC"
-SRC_URI[md5sum] = "3340c99ff556ea2457b4be47f5cb96fa"
-SRC_URI[sha256sum] = "28f085fc8518a3dadfe355360705d50153051f09898093e69af806c0b437cea3"
+SRC_URI[md5sum] = "2e4014e9d55c430e307999a6b3dd256d"
+SRC_URI[sha256sum] = "5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (2 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
` (5 subsequent siblings)
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} (80%)
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.2.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb
rename to meta/recipes-graphics/xorg-lib/libxi_1.7.2.bb
index da51fe1..0ae98e0 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.2.bb
@@ -14,9 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
DEPENDS += "libxext inputproto libxfixes"
PE = "1"
-PR = "r0"
XORG_PN = "libXi"
-SRC_URI[md5sum] = "24d71afed1b86c60d4eb361628d7f47b"
-SRC_URI[sha256sum] = "e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5"
+SRC_URI[md5sum] = "f4df3532b1af1dcc905d804f55b30b4a"
+SRC_URI[sha256sum] = "df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (3 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 13:07 ` Burton, Ross
2013-07-05 7:10 ` [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12 Ionut Radu
` (4 subsequent siblings)
9 siblings, 1 reply; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb} (85%)
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.43.2.bb
similarity index 85%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.43.2.bb
index ef8d439..9063076 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.43.2.bb
@@ -17,8 +17,8 @@ PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[md5sum] = "aaccd590a8002b69716f885fa8589887"
-SRC_URI[sha256sum] = "20bd5365bb3e7de70fade91ac82c9dea31636318df90b8c26bc4cde2523a8c91"
+SRC_URI[md5sum] = "40e977be8d0ff5f1b89ff31232f7713f"
+SRC_URI[sha256sum] = "332acd3d2a205605446b8f5e78dc5517a42a99ad1deaa7b81ef1de2402a51990"
S = "${WORKDIR}/libsoup-${PV}"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (4 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8 Ionut Radu
` (3 subsequent siblings)
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch | 0
.../libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb} | 5 ++---
2 files changed, 2 insertions(+), 3 deletions(-)
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%)
diff --git a/meta/recipes-support/libgpg-error/libgpg-error-1.11/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/libgpg-error/libgpg-error-1.11/pkgconfig.patch
rename to meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.12.bb
similarity index 85%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.12.bb
index 1caa0dd..0b44ea3 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.12.bb
@@ -10,13 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
SECTION = "libs"
-PR = "r0"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
file://pkgconfig.patch"
-SRC_URI[md5sum] = "b9fa55b71cae73cb2e44254c2acc4e2c"
-SRC_URI[sha256sum] = "ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0"
+SRC_URI[md5sum] = "8f0eb41a344d19ac2aa9bd101dfb9ce6"
+SRC_URI[sha256sum] = "cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f"
inherit autotools binconfig pkgconfig gettext
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (5 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9 Ionut Radu
` (2 subsequent siblings)
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.7.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/libxrender_0.9.7.bb
rename to meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
index c4baba8..abd7767 100644
--- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
@@ -13,12 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
-PR = "r0"
PE = "1"
XORG_PN = "libXrender"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[md5sum] = "ee62f4c7f0f16ced4da63308963ccad2"
-SRC_URI[sha256sum] = "f9b46b93c9bc15d5745d193835ac9ba2a2b411878fad60c504bbb8f98492bbe6"
+SRC_URI[md5sum] = "2bd9a15fcf64d216e63b8d129e4f1f1c"
+SRC_URI[sha256sum] = "1d14b02f0060aec5d90dfdcf16a996f17002e515292906ed26e3dcbba0f4fc62"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (6 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
2013-07-05 7:10 ` [PATCH 10/10] ethtool: Updated from 3.9 to 3.10 Ionut Radu
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} (76%)
diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.9.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
rename to meta/recipes-graphics/xorg-lib/libxv_1.0.9.bb
index 1654bb8..f46bc2d 100644
--- a/meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.9.bb
@@ -12,9 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
DEPENDS += "libxext videoproto"
-PR = "r0"
-
XORG_PN = "libXv"
-SRC_URI[md5sum] = "224dadca53d9c88f8a2b8945babcea70"
-SRC_URI[sha256sum] = "4f00eb5347390909cea4e53a69425839d2a6a44e0e0613321d59e7e4aeaf73d7"
+SRC_URI[md5sum] = "3f642e1d868a2289769b983cf346e7bb"
+SRC_URI[sha256sum] = "a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (7 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
2013-07-05 13:13 ` Burton, Ross
2013-07-05 7:10 ` [PATCH 10/10] ethtool: Updated from 3.9 to 3.10 Ionut Radu
9 siblings, 1 reply; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
.../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.12.bb b/meta/recipes-graphics/freetype/freetype_2.5.0.bb
similarity index 90%
rename from meta/recipes-graphics/freetype/freetype_2.4.12.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.0.bb
index 8cf79d3..d35c7ef 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.12.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.0.bb
@@ -13,13 +13,11 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56
SECTION = "libs"
-PR = "r0"
-
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
"
-SRC_URI[md5sum] = "3463102764315eb86c0d3c2e1f3ffb7d"
-SRC_URI[sha256sum] = "a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381"
+SRC_URI[md5sum] = "07b7f54bc32d3a0f8a44ec4586c73d81"
+SRC_URI[sha256sum] = "b8c75164f9073809797da19b81fa89d2c0ea507d8913f3b70c744f501880d7de"
S = "${WORKDIR}/freetype-${PV}"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread* [PATCH 10/10] ethtool: Updated from 3.9 to 3.10
2013-07-05 7:10 [PATCH 00/10] Package upgrades Ionut Radu
` (8 preceding siblings ...)
2013-07-05 7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
@ 2013-07-05 7:10 ` Ionut Radu
9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05 7:10 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} (79%)
diff --git a/meta/recipes-extended/ethtool/ethtool_3.9.bb b/meta/recipes-extended/ethtool/ethtool_3.10.bb
similarity index 79%
rename from meta/recipes-extended/ethtool/ethtool_3.9.bb
rename to meta/recipes-extended/ethtool/ethtool_3.10.bb
index 4e18ea4..aa8b129 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.9.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.10.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz"
-SRC_URI[md5sum] = "e5942ca785b3893f53bed421260d9534"
-SRC_URI[sha256sum] = "5680005481820ba77bad8be62c0ec60bc108088f39b57448b39956bd3169f163"
+SRC_URI[md5sum] = "b41deb37143dfb86934a8f52cea853d2"
+SRC_URI[sha256sum] = "62f0a9cea954c32a2bdc2d2ece295fda5b915cfea56f5de97b997d8ebaae0381"
inherit autotools
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread