Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Several Updates
@ 2013-07-09  0:32 Saul Wold
  2013-07-09  0:32 ` [PATCH 1/4] man-pages: Update to 3.52 Saul Wold
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Saul Wold @ 2013-07-09  0:32 UTC (permalink / raw)
  To: openembedded-core


The following changes since commit b97570c66737a6c404b49459cd95184abb855399:

  qt4: Take PV increase opportunity to drop PR (2013-07-05 15:49:51 +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 (4):
  man-pages: Update to 3.52
  cmake: Update to 2.8.11.2
  tzcode-native: Update to 2013d
  kconfig-frontends: Update to 3.10

 meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb          |  5 -----
 meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb          |  5 +++++
 .../cmake/{cmake_2.8.11.1.bb => cmake_2.8.11.2.bb}            |  3 +++
 ...onfig-frontends_3.9.0.bb => kconfig-frontends_3.10.0.0.bb} | 11 +++++------
 .../man-pages/{man-pages_3.50.bb => man-pages_3.52.bb}        |  5 ++---
 .../tzcode/{tzcode-native_2013c.bb => tzcode-native_2013d.bb} |  5 +++--
 6 files changed, 18 insertions(+), 16 deletions(-)
 delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb
 create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
 rename meta/recipes-devtools/cmake/{cmake_2.8.11.1.bb => cmake_2.8.11.2.bb} (89%)
 rename meta/recipes-devtools/kconfig-frontends/{kconfig-frontends_3.9.0.bb => kconfig-frontends_3.10.0.0.bb} (78%)
 rename meta/recipes-extended/man-pages/{man-pages_3.50.bb => man-pages_3.52.bb} (81%)
 rename meta/recipes-extended/tzcode/{tzcode-native_2013c.bb => tzcode-native_2013d.bb} (83%)

-- 
1.8.1.4



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

* [PATCH 1/4] man-pages: Update to 3.52
  2013-07-09  0:32 [PATCH 0/4] Several Updates Saul Wold
@ 2013-07-09  0:32 ` Saul Wold
  2013-07-09  0:32 ` [PATCH 2/4] cmake: Update to 2.8.11.2 Saul Wold
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-07-09  0:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../man-pages/{man-pages_3.50.bb => man-pages_3.52.bb}               | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_3.50.bb => man-pages_3.52.bb} (81%)

diff --git a/meta/recipes-extended/man-pages/man-pages_3.50.bb b/meta/recipes-extended/man-pages/man-pages_3.52.bb
similarity index 81%
rename from meta/recipes-extended/man-pages/man-pages_3.50.bb
rename to meta/recipes-extended/man-pages/man-pages_3.52.bb
index 8e48edb..1bf5868 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.50.bb
+++ b/meta/recipes-extended/man-pages/man-pages_3.52.bb
@@ -3,13 +3,12 @@ DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C libr
 SECTION = "console/utils"
 HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
 LICENSE = "GPLv2+"
-PR = "r0"
 
 LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "076a0c2df9b0e14c5485b2800383007c"
-SRC_URI[sha256sum] = "024a98cac9972a2328b8d7840bcfee43d7e5a752fed50d55e64d4029165fee83"
+SRC_URI[md5sum] = "1565a7aadd13bd8eea3bde4f1b60e65b"
+SRC_URI[sha256sum] = "6c0bd93dbee7bb6193be2096f5d81f11c976268bb87b0587b739722cecf186d7"
 
 RDEPENDS_${PN} = "man"
 
-- 
1.8.1.4



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

* [PATCH 2/4] cmake: Update to 2.8.11.2
  2013-07-09  0:32 [PATCH 0/4] Several Updates Saul Wold
  2013-07-09  0:32 ` [PATCH 1/4] man-pages: Update to 3.52 Saul Wold
@ 2013-07-09  0:32 ` Saul Wold
  2013-07-09  0:32 ` [PATCH 3/4] tzcode-native: Update to 2013d Saul Wold
  2013-07-09  0:32 ` [PATCH 4/4] kconfig-frontends: Update to 3.10 Saul Wold
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-07-09  0:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb                 | 5 -----
 meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb                 | 5 +++++
 meta/recipes-devtools/cmake/{cmake_2.8.11.1.bb => cmake_2.8.11.2.bb} | 3 +++
 3 files changed, 8 insertions(+), 5 deletions(-)
 delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb
 create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
 rename meta/recipes-devtools/cmake/{cmake_2.8.11.1.bb => cmake_2.8.11.2.bb} (89%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb
deleted file mode 100644
index 0a84d5b..0000000
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require cmake.inc
-inherit native
-
-SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43"
-SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf"
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
new file mode 100644
index 0000000..ab31049
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
@@ -0,0 +1,5 @@
+require cmake.inc
+inherit native
+
+SRC_URI[md5sum] = "6f5d7b8e7534a5d9e1a7664ba63cf882"
+SRC_URI[sha256sum] = "b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562"
diff --git a/meta/recipes-devtools/cmake/cmake_2.8.11.1.bb b/meta/recipes-devtools/cmake/cmake_2.8.11.2.bb
similarity index 89%
rename from meta/recipes-devtools/cmake/cmake_2.8.11.1.bb
rename to meta/recipes-devtools/cmake/cmake_2.8.11.2.bb
index 968ac62..91e5411 100644
--- a/meta/recipes-devtools/cmake/cmake_2.8.11.1.bb
+++ b/meta/recipes-devtools/cmake/cmake_2.8.11.2.bb
@@ -9,6 +9,9 @@ SRC_URI += "file://dont-run-cross-binaries.patch"
 SRC_URI[md5sum] = "df5324a3b203373a9e0a04b924281a43"
 SRC_URI[sha256sum] = "b7dbb86824051319b8e082d2f892ebe6d5914b4dac9b9ef1aeac5e7ed054b0bf"
 
+SRC_URI[md5sum] = "6f5d7b8e7534a5d9e1a7664ba63cf882"
+SRC_URI[sha256sum] = "b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562"
+
 # Strip ${prefix} from ${docdir}, set result into docdir_stripped
 python () {
     prefix=d.getVar("prefix", True)
-- 
1.8.1.4



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

* [PATCH 3/4] tzcode-native: Update to 2013d
  2013-07-09  0:32 [PATCH 0/4] Several Updates Saul Wold
  2013-07-09  0:32 ` [PATCH 1/4] man-pages: Update to 3.52 Saul Wold
  2013-07-09  0:32 ` [PATCH 2/4] cmake: Update to 2.8.11.2 Saul Wold
@ 2013-07-09  0:32 ` Saul Wold
  2013-07-09  0:32 ` [PATCH 4/4] kconfig-frontends: Update to 3.10 Saul Wold
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-07-09  0:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../tzcode/{tzcode-native_2013c.bb => tzcode-native_2013d.bb}        | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/tzcode/{tzcode-native_2013c.bb => tzcode-native_2013d.bb} (83%)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013c.bb b/meta/recipes-extended/tzcode/tzcode-native_2013d.bb
similarity index 83%
rename from meta/recipes-extended/tzcode/tzcode-native_2013c.bb
rename to meta/recipes-extended/tzcode/tzcode-native_2013d.bb
index 5f562cb..52aa9c2 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2013c.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2013d.bb
@@ -8,11 +8,12 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d2
 SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
            ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz;name=tzdata"
 
-SRC_URI[tzcode.md5sum] = "69d333d829802af4475707e32fa01681"
-SRC_URI[tzcode.sha256sum] = "e46ee931927273108db1c6b5ab86c37210e903536a910b35a5699a08799bd6f0"
 SRC_URI[tzdata.md5sum] = "489dbca77d1f2e287a3987ca047bb246"
 SRC_URI[tzdata.sha256sum] = "70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2"
 
+SRC_URI[tzcode.md5sum] = "4616a9560270f180eeb9a08540636890"
+SRC_URI[tzcode.sha256sum] = "2d9eb90c94644cddb74a490d1184ef9f88efcaa7a2b1bf88be0ee9eeeab707b6"
+
 S = "${WORKDIR}"
 
 inherit native
-- 
1.8.1.4



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

* [PATCH 4/4] kconfig-frontends: Update to 3.10
  2013-07-09  0:32 [PATCH 0/4] Several Updates Saul Wold
                   ` (2 preceding siblings ...)
  2013-07-09  0:32 ` [PATCH 3/4] tzcode-native: Update to 2013d Saul Wold
@ 2013-07-09  0:32 ` Saul Wold
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-07-09  0:32 UTC (permalink / raw)
  To: openembedded-core

Rename recipe to match upstream tarball name which requires a fix the the SOLIBS numbering

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 ...onfig-frontends_3.9.0.bb => kconfig-frontends_3.10.0.0.bb} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
 rename meta/recipes-devtools/kconfig-frontends/{kconfig-frontends_3.9.0.bb => kconfig-frontends_3.10.0.0.bb} (78%)

diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.9.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
similarity index 78%
rename from meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.9.0.bb
rename to meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
index 53eff30..901f115 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.9.0.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
@@ -11,13 +11,12 @@ LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
 SECTION = "devel"
 DEPENDS += "ncurses flex bison gperf pkgconfig-native"
-SPIN = ".0"
-SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}${SPIN}.tar.xz"
+SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "344646587de1bdf965640fff220281bd"
-SRC_URI[sha256sum] = "5d524b238d7dfb63fec782b731af681c5408d74304ef4de38137c542350dd6d6"
+SRC_URI[md5sum] = "1ebf13983eb5b2ce960d131cae290cad"
+SRC_URI[sha256sum] = "442a3794b6dd9427f411ecec25dccab1a4bfcf07fe734f62d40e538afd1f0c8a"
 
-S = "${WORKDIR}/${BPN}-${PV}${SPIN}"
+S = "${WORKDIR}/${BPN}-${PV}"
 
 inherit autotools
 do_configure_prepend () {
@@ -33,7 +32,7 @@ EXTRA_OECONF += "--disable-gconf --disable-qconf"
 
 # Some packages have the version preceeding the .so instead properly
 # versioned .so.<version>, so we need to reorder and repackage.
-SOLIBS = "-${PV}.so"
+SOLIBS = "-${@d.getVar('PV',1)[:-2]}.so"
 FILES_SOLIBSDEV = "${libdir}/libkconfig-parser.so"
 
 BBCLASSEXTEND = "native"
-- 
1.8.1.4



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

end of thread, other threads:[~2013-07-09  0:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  0:32 [PATCH 0/4] Several Updates Saul Wold
2013-07-09  0:32 ` [PATCH 1/4] man-pages: Update to 3.52 Saul Wold
2013-07-09  0:32 ` [PATCH 2/4] cmake: Update to 2.8.11.2 Saul Wold
2013-07-09  0:32 ` [PATCH 3/4] tzcode-native: Update to 2013d Saul Wold
2013-07-09  0:32 ` [PATCH 4/4] kconfig-frontends: Update to 3.10 Saul Wold

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