* [PATCH 01/17] sysstat: Update to 10.1.2
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 02/17] libcheck: Update to 0.9.9 Saul Wold
` (16 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{sysstat_10.1.1.bb => sysstat_10.1.2.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/sysstat/{sysstat_10.1.1.bb => sysstat_10.1.2.bb} (44%)
diff --git a/meta/recipes-extended/sysstat/sysstat_10.1.1.bb b/meta/recipes-extended/sysstat/sysstat_10.1.2.bb
similarity index 44%
rename from meta/recipes-extended/sysstat/sysstat_10.1.1.bb
rename to meta/recipes-extended/sysstat/sysstat_10.1.2.bb
index 54b0226..6f22f0c 100644
--- a/meta/recipes-extended/sysstat/sysstat_10.1.1.bb
+++ b/meta/recipes-extended/sysstat/sysstat_10.1.2.bb
@@ -4,5 +4,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
PR = "${INC_PR}.0"
-SRC_URI[md5sum] = "8250cdcbc4a959c8a05e4186fbd13d84"
-SRC_URI[sha256sum] = "119c7a23c5597d6d0df0b229c54984a35f357ecbd1c96da8cef4d105e8dfdacf"
+SRC_URI[md5sum] = "c40626b96cc2b4cf303cbcf1efc96eba"
+SRC_URI[sha256sum] = "c68bc2b4b436812f45e6d440a3ac106fa2a77c5cfc9d4ba7d4e7f9ded7bffab4"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 02/17] libcheck: Update to 0.9.9
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
2012-11-19 5:54 ` [PATCH 01/17] sysstat: Update to 10.1.2 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 03/17] sqlite3: Update to 3.7.14.1 Saul Wold
` (15 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{libcheck_0.9.8.bb => libcheck_0.9.9.bb} | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
rename meta/recipes-support/libcheck/{libcheck_0.9.8.bb => libcheck_0.9.9.bb} (74%)
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.8.bb b/meta/recipes-support/libcheck/libcheck_0.9.9.bb
similarity index 74%
rename from meta/recipes-support/libcheck/libcheck_0.9.8.bb
rename to meta/recipes-support/libcheck/libcheck_0.9.9.bb
index e988d47..5ccce7a 100644
--- a/meta/recipes-support/libcheck/libcheck_0.9.8.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.9.9.bb
@@ -5,14 +5,15 @@ SECTION = "devel"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
-PR = "r1"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
file://libcheck_fix_for_automake-1.12.patch \
"
-SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470"
-SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f"
+SRC_URI[md5sum] = "f3702f2fcfc19ce3f62dca66c241a168"
+SRC_URI[sha256sum] = "1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9"
+
S = "${WORKDIR}/check-${PV}"
inherit autotools pkgconfig
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 03/17] sqlite3: Update to 3.7.14.1
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
2012-11-19 5:54 ` [PATCH 01/17] sysstat: Update to 10.1.2 Saul Wold
2012-11-19 5:54 ` [PATCH 02/17] libcheck: Update to 0.9.9 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 04/17] builder: Add password for user Saul Wold
` (14 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
[YOCTO #3283]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/sqlite/sqlite3_3.7.13.bb | 11 -----------
meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb | 11 +++++++++++
2 files changed, 11 insertions(+), 11 deletions(-)
delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.13.bb
create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.13.bb b/meta/recipes-support/sqlite/sqlite3_3.7.13.bb
deleted file mode 100644
index 48b50ac..0000000
--- a/meta/recipes-support/sqlite/sqlite3_3.7.13.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require sqlite3.inc
-
-LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
-
-PR = "r1"
-
-SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3071300.tar.gz"
-S = "${WORKDIR}/sqlite-autoconf-3071300"
-
-SRC_URI[md5sum] = "c97df403e8a3d5b67bb408fcd6aabd8e"
-SRC_URI[sha256sum] = "ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119"
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb b/meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb
new file mode 100644
index 0000000..69e011a
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb
@@ -0,0 +1,11 @@
+require sqlite3.inc
+
+LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
+
+PR = "r0"
+
+SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3071401.tar.gz"
+S = "${WORKDIR}/sqlite-autoconf-3071401"
+
+SRC_URI[md5sum] = "4cf3fd434bbb6e50777019ff3507bfa5"
+SRC_URI[sha256sum] = "d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 04/17] builder: Add password for user
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (2 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 03/17] sqlite3: Update to 3.7.14.1 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 05/17] libtasn1: Update to 2.14 Saul Wold
` (13 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
This is needed to allow openssh to work correctly for the Eclipse
plugin to have access to the build appliance to view/modify recipes
and lauch builds
Default password is "builder"
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-graphics/builder/builder_0.1.bb | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb
index 5c12c14..41871d6 100644
--- a/meta/recipes-graphics/builder/builder_0.1.bb
+++ b/meta/recipes-graphics/builder/builder_0.1.bb
@@ -1,7 +1,7 @@
SUMMARY = "New user to do specific job"
DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
SECTION = "x11"
-PR = "r4"
+PR = "r5"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
@@ -15,10 +15,13 @@ RDEPENDS_${PN} = "mini-x-session"
inherit useradd
+# builder user password is "builder"
+BUILDER_PASSWORD ?= ".gLibiNXn0P12"
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "--system --create-home \
--groups video,tty,audio \
- --user-group ${PN}"
+ --user-group ${PN} \
+ --password ${BUILDER_PASSWORD}"
do_install () {
install -d -m 755 ${D}${sysconfdir}/mini_x/session.d
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 05/17] libtasn1: Update to 2.14
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (3 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 04/17] builder: Add password for user Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 06/17] gnutls: Update to 2.12.21 Saul Wold
` (12 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../gnutls/{libtasn1_2.13.bb => libtasn1_2.14.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/gnutls/{libtasn1_2.13.bb => libtasn1_2.14.bb} (81%)
diff --git a/meta/recipes-support/gnutls/libtasn1_2.13.bb b/meta/recipes-support/gnutls/libtasn1_2.14.bb
similarity index 81%
rename from meta/recipes-support/gnutls/libtasn1_2.13.bb
rename to meta/recipes-support/gnutls/libtasn1_2.14.bb
index 891c5b6..3f49bfa 100644
--- a/meta/recipes-support/gnutls/libtasn1_2.13.bb
+++ b/meta/recipes-support/gnutls/libtasn1_2.14.bb
@@ -14,8 +14,8 @@ SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
file://libtasn1_fix_for_automake_1.12.patch \
"
-SRC_URI[md5sum] = "df27eaddcc46172377e6b907e33ddc83"
-SRC_URI[sha256sum] = "a56e46483d1d42fe44ba58c9758620844042468d7c2d75f6318cdf3222745a91"
+SRC_URI[md5sum] = "a08c5936f9672da9b05691785499bcc3"
+SRC_URI[sha256sum] = "bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54"
inherit autotools binconfig lib_package
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 06/17] gnutls: Update to 2.12.21
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (4 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 05/17] libtasn1: Update to 2.14 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 07/17] libksba: Update to 1.3.0 Saul Wold
` (11 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{gnutls_2.12.20.bb => gnutls_2.12.21.bb} | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-support/gnutls/{gnutls_2.12.20.bb => gnutls_2.12.21.bb} (79%)
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.20.bb b/meta/recipes-support/gnutls/gnutls_2.12.21.bb
similarity index 79%
rename from meta/recipes-support/gnutls/gnutls_2.12.20.bb
rename to meta/recipes-support/gnutls/gnutls_2.12.21.bb
index 37b101d..6b2ef3a 100644
--- a/meta/recipes-support/gnutls/gnutls_2.12.20.bb
+++ b/meta/recipes-support/gnutls/gnutls_2.12.21.bb
@@ -10,6 +10,5 @@ SRC_URI += "file://gnutls-openssl.patch \
${@['', 'file://fix-gettext-version.patch'][bb.data.inherits_class('native', d) or (not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1))]} \
file://remove-gets.patch \
"
-
-SRC_URI[md5sum] = "f1dea97da5d4dcdbc675720c9aad9ee3"
-SRC_URI[sha256sum] = "4884eafcc8383ed23209199bbc72ad04f4eb94955a50a594125ff34c6889c564"
+SRC_URI[md5sum] = "93ffac7507dd39a4c6a672ca6976d397"
+SRC_URI[sha256sum] = "2bd020665951f38a230d6b6d98630f8c47ca6977d7d86977d356ccf17756fbf3"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 07/17] libksba: Update to 1.3.0
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (5 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 06/17] gnutls: Update to 2.12.21 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 08/17] dhcp: Update to 4.2.4-P2 Saul Wold
` (10 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Licensing files changes from 1 COPYING to be split.
The Code is marked LGPLv3 or GPLv2 or both in parallel
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/libksba/libksba_1.2.0.bb | 14 --------------
meta/recipes-support/libksba/libksba_1.3.0.bb | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 14 deletions(-)
delete mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
create mode 100644 meta/recipes-support/libksba/libksba_1.3.0.bb
diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb b/meta/recipes-support/libksba/libksba_1.2.0.bb
deleted file mode 100644
index dd8d88f..0000000
--- a/meta/recipes-support/libksba/libksba_1.2.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
-HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
-PR = "r1"
-
-DEPENDS = "libgpg-error"
-
-inherit autotools binconfig
-
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137"
-SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b"
diff --git a/meta/recipes-support/libksba/libksba_1.3.0.bb b/meta/recipes-support/libksba/libksba_1.3.0.bb
new file mode 100644
index 0000000..506d7c0
--- /dev/null
+++ b/meta/recipes-support/libksba/libksba_1.3.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
+HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
+LICENSE = "GPLv2+ | LGPLv3+ | GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
+ file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \
+ file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
+ "
+PR = "r0"
+
+DEPENDS = "libgpg-error"
+
+inherit autotools binconfig
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "cd86fad9c9d360b2cf80449f8a4a4075"
+SRC_URI[sha256sum] = "5a61eed50550d4d0dcb47457ce7b6a90f8e719d42a3b25f7e79333e8cd721971"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 08/17] dhcp: Update to 4.2.4-P2
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (6 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 07/17] libksba: Update to 1.3.0 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 09/17] libxml2: Update to 2.9.0 Saul Wold
` (9 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../dhcp-3.0.3-dhclient-dbus.patch | 0
.../fix-client-path.patch | 0
.../fix-external-bind.patch | 0
.../fixincludes.patch | 0
.../link-with-lcrypto.patch | 0
.../noattrmode.patch | 0
.../dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/site.h | 0
.../dhcp/{dhcp_4.2.4-P1.bb => dhcp_4.2.4-P2.bb} | 5 ++---
8 files changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/dhcp-3.0.3-dhclient-dbus.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/fix-client-path.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/fix-external-bind.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/fixincludes.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/link-with-lcrypto.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/noattrmode.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/site.h (100%)
rename meta/recipes-connectivity/dhcp/{dhcp_4.2.4-P1.bb => dhcp_4.2.4-P2.bb} (62%)
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/dhcp-3.0.3-dhclient-dbus.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/dhcp-3.0.3-dhclient-dbus.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/dhcp-3.0.3-dhclient-dbus.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/dhcp-3.0.3-dhclient-dbus.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fix-client-path.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-client-path.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fix-client-path.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-client-path.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fix-external-bind.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-external-bind.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fix-external-bind.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-external-bind.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fixincludes.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fixincludes.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/link-with-lcrypto.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/link-with-lcrypto.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/link-with-lcrypto.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/link-with-lcrypto.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/noattrmode.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/noattrmode.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/site.h b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/site.h
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/site.h
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/site.h
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bb
similarity index 62%
rename from meta/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bb
rename to meta/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bb
index 850212e..c1efad1 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bb
@@ -8,6 +8,5 @@ SRC_URI += "file://fixincludes.patch \
file://link-with-lcrypto.patch \
"
-SRC_URI[md5sum] = "0ca7181024651f6323951d5498c8020b"
-SRC_URI[sha256sum] = "d3baabef27fc006e1ce1c4e3d03d7e5c4b6a34d5a2f45fa47d69235ed25ad420"
-
+SRC_URI[md5sum] = "fe36056f2d274fa4b82a5422f192e65f"
+SRC_URI[sha256sum] = "0f75170e323cd9573e6e09a5d9236725f3e56e3cac5a70a01fe2a9d76b436499"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 09/17] libxml2: Update to 2.9.0
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (7 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 08/17] dhcp: Update to 4.2.4-P2 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 10/17] resolvconf: Update to 1.68 Saul Wold
` (8 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-core/libxml/libxml2_2.8.0.bb | 6 ------
meta/recipes-core/libxml/libxml2_2.9.0.bb | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)
delete mode 100644 meta/recipes-core/libxml/libxml2_2.8.0.bb
create mode 100644 meta/recipes-core/libxml/libxml2_2.9.0.bb
diff --git a/meta/recipes-core/libxml/libxml2_2.8.0.bb b/meta/recipes-core/libxml/libxml2_2.8.0.bb
deleted file mode 100644
index 37eba34..0000000
--- a/meta/recipes-core/libxml/libxml2_2.8.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxml2.inc
-
-PR = "r2"
-
-SRC_URI[md5sum] = "c62106f02ee00b6437f0fb9d370c1093"
-SRC_URI[sha256sum] = "f2e2d0e322685193d1affec83b21dc05d599e17a7306d7b90de95bb5b9ac622a"
diff --git a/meta/recipes-core/libxml/libxml2_2.9.0.bb b/meta/recipes-core/libxml/libxml2_2.9.0.bb
new file mode 100644
index 0000000..92bcf5c
--- /dev/null
+++ b/meta/recipes-core/libxml/libxml2_2.9.0.bb
@@ -0,0 +1,6 @@
+require libxml2.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "5b9bebf4f5d2200ae2c4efe8fa6103f7"
+SRC_URI[sha256sum] = "ad25d91958b7212abdc12b9611cfb4dc4e5cddb6d1e9891532f48aacee422b82"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 10/17] resolvconf: Update to 1.68
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (8 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 09/17] libxml2: Update to 2.9.0 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 11/17] mc: Update to 4.8.6 Saul Wold
` (7 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{resolvconf_1.67.bb => resolvconf_1.68.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/resolvconf/{resolvconf_1.67.bb => resolvconf_1.68.bb} (88%)
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.68.bb
similarity index 88%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.68.bb
index 7eb49d1..971b0f8d 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.67.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.68.bb
@@ -14,8 +14,8 @@ PR = "r0"
SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
-SRC_URI[md5sum] = "62da86743692cfe4290bee216ac6873e"
-SRC_URI[sha256sum] = "31b6f4489f4a2912d854244c3dca159a6610d314bc3893b5ec6291cc23304571"
+SRC_URI[md5sum] = "61cca51474ccec74f3de15f44b182666"
+SRC_URI[sha256sum] = "f88fec7e167afce6f6fb4c5304dd625b71521b278b826a857796451753c9a964"
inherit allarch
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 11/17] mc: Update to 4.8.6
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (9 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 10/17] resolvconf: Update to 1.68 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 12/17] man-pages: Update to 3.44 Saul Wold
` (6 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../mc/{mc_4.8.4.bb => mc_4.8.6.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/mc/{mc_4.8.4.bb => mc_4.8.6.bb} (82%)
diff --git a/meta/recipes-extended/mc/mc_4.8.4.bb b/meta/recipes-extended/mc/mc_4.8.6.bb
similarity index 82%
rename from meta/recipes-extended/mc/mc_4.8.4.bb
rename to meta/recipes-extended/mc/mc_4.8.6.bb
index fc551dd..048b781 100644
--- a/meta/recipes-extended/mc/mc_4.8.4.bb
+++ b/meta/recipes-extended/mc/mc_4.8.6.bb
@@ -10,8 +10,8 @@ PR = "r0"
SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "a8edb8226cb25869f925ecce043faf1e"
-SRC_URI[sha256sum] = "917f32a6ce0b8e3ec893bb18af73e64c246d79066322041608352623a579234b"
+SRC_URI[md5sum] = "323706aa5e77698bed7b0b6faa7c1530"
+SRC_URI[sha256sum] = "17034d16cf5e86ed15e0f5de95238afb0a8c6069b1f0a29397042451c1b75877"
inherit autotools gettext
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 12/17] man-pages: Update to 3.44
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (10 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 11/17] mc: Update to 4.8.6 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 13/17] tiff: Update to 4.0.3 Saul Wold
` (5 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{man-pages_3.42.bb => man-pages_3.44.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/man-pages/{man-pages_3.42.bb => man-pages_3.44.bb} (82%)
diff --git a/meta/recipes-extended/man-pages/man-pages_3.42.bb b/meta/recipes-extended/man-pages/man-pages_3.44.bb
similarity index 82%
rename from meta/recipes-extended/man-pages/man-pages_3.42.bb
rename to meta/recipes-extended/man-pages/man-pages_3.44.bb
index c96067d..ad9df4f 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.42.bb
+++ b/meta/recipes-extended/man-pages/man-pages_3.44.bb
@@ -8,8 +8,8 @@ PR = "r0"
LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
-SRC_URI[md5sum] = "cc8f73ecd8a123ceb7a8670daa91ee6c"
-SRC_URI[sha256sum] = "e366548e907776780d8558d9ab2918d49c28b7f9f926a4bdbe8559cc27165a1d"
+SRC_URI[md5sum] = "9b5b9c38f1db0ab944d5f879ba9d0557"
+SRC_URI[sha256sum] = "4ec49f5f9faac757ffa2dfe6213e3ab8840a69325c377bfc4323b176c35cd0b2"
RDEPENDS_${PN} = "man"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 13/17] tiff: Update to 4.0.3
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (11 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 12/17] man-pages: Update to 3.44 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 14/17] rt-tests/hwlatdetect: Update to 0.84 Saul Wold
` (4 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../libtiff/{tiff_4.0.2.bb => tiff_4.0.3.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/libtiff/{tiff_4.0.2.bb => tiff_4.0.3.bb} (85%)
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.2.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb
similarity index 85%
rename from meta/recipes-multimedia/libtiff/tiff_4.0.2.bb
rename to meta/recipes-multimedia/libtiff/tiff_4.0.3.bb
index 5188963..256e75e 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.2.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb
@@ -8,8 +8,8 @@ PR = "r0"
SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
file://libtool2.patch"
-SRC_URI[md5sum] = "04a08fa1e07e696e820a0c3f32465a13"
-SRC_URI[sha256sum] = "aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da"
+SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410"
+SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872"
inherit autotools
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 14/17] rt-tests/hwlatdetect: Update to 0.84
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (12 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 13/17] tiff: Update to 4.0.3 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 10:26 ` Otavio Salvador
2012-11-19 5:54 ` [PATCH 15/17] libdumpvalue-perl: Update to 1.17 Saul Wold
` (3 subsequent siblings)
17 siblings, 1 reply; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../{hwlatdetect_0.84.bb => hwlatdetect_0.85.bb} | 0
.../{rt-tests_0.84.bb => rt-tests_0.85.bb} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-rt/rt-tests/{hwlatdetect_0.84.bb => hwlatdetect_0.85.bb} (100%)
rename meta/recipes-rt/rt-tests/{rt-tests_0.84.bb => rt-tests_0.85.bb} (100%)
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.84.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/hwlatdetect_0.84.bb
rename to meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.84.bb b/meta/recipes-rt/rt-tests/rt-tests_0.85.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_0.84.bb
rename to meta/recipes-rt/rt-tests/rt-tests_0.85.bb
--
1.7.7.6
^ permalink raw reply [flat|nested] 24+ messages in thread* [PATCH 15/17] libdumpvalue-perl: Update to 1.17
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (13 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 14/17] rt-tests/hwlatdetect: Update to 0.84 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 5:54 ` [PATCH 16/17] cmake: Update to 2.8.10.1 Saul Wold
` (2 subsequent siblings)
17 siblings, 0 replies; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
LICENSE file updated Copyright year to 2012, no other change
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
...alue-perl_1.16.bb => libdumpvalue-perl_1.17.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-lsb4/perl/{libdumpvalue-perl_1.16.bb => libdumpvalue-perl_1.17.bb} (65%)
diff --git a/meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb b/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb
similarity index 65%
rename from meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb
rename to meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb
index 8476b94..148950f 100644
--- a/meta/recipes-lsb4/perl/libdumpvalue-perl_1.16.bb
+++ b/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb
@@ -6,12 +6,12 @@ SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
PR = "r0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=31013c0a67276e1ca20f358868cf99ab"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f736bec5ada1fc5e39b2a8e7e06bbcbb"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Dumpvalue-${PV}.tar.gz"
-SRC_URI[md5sum] = "bef29bf25717db250929bf2b065c4183"
-SRC_URI[sha256sum] = "8204ea8f95dc6b137e225702e9bacaa23646ffa8c1c9eef45fa06a7f19f338f2"
+SRC_URI[md5sum] = "6ede9f693d4a9c4555541cb1a1cc2006"
+SRC_URI[sha256sum] = "9ea74606b545f769a787ec2ae229549a2ad0a8e3cd4b14eff2ce3841836b3bdb"
S = "${WORKDIR}/Dumpvalue-${PV}"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* [PATCH 16/17] cmake: Update to 2.8.10.1
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (14 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 15/17] libdumpvalue-perl: Update to 1.17 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 10:20 ` Otavio Salvador
2012-11-19 5:54 ` [PATCH 17/17] libproxy: set LIBEXEC_INSTALL_DIR Saul Wold
2012-11-19 10:31 ` [PATCH 00/17] Recipe Updates Otavio Salvador
17 siblings, 1 reply; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
Rebase the patches due to macro name changes.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../cmake/cmake-native_2.8.10.1.bb | 4 ++
meta/recipes-devtools/cmake/cmake-native_2.8.8.bb | 8 ---
meta/recipes-devtools/cmake/cmake.inc | 3 +
.../cmake/cmake/dont-run-cross-binaries.patch | 19 ++++----
.../cmake/cmake/support-oe-qt4-tools-names.patch | 46 ++++++++++----------
.../cmake/{cmake_2.8.8.bb => cmake_2.8.10.1.bb} | 3 -
6 files changed, 40 insertions(+), 43 deletions(-)
create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb
delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.8.bb
rename meta/recipes-devtools/cmake/{cmake_2.8.8.bb => cmake_2.8.10.1.bb} (88%)
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb
new file mode 100644
index 0000000..ca81810
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb
@@ -0,0 +1,4 @@
+require cmake.inc
+inherit native
+
+PR = "${INC_PR}.0"
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.8.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.8.bb
deleted file mode 100644
index 03d57d1..0000000
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.8.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require cmake.inc
-inherit native
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "ba74b22c788a0c8547976b880cd02b17"
-SRC_URI[sha256sum] = "2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46"
-
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 6dc319c..97059aa 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -16,6 +16,9 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
file://support-oe-qt4-tools-names.patch"
+SRC_URI[md5sum] = "aabf16d8e957f99921a0095885381373"
+SRC_URI[sha256sum] = "dbfb9d609e8fdb6f0947993246c11e2ee5d47944d6e7bd9314463b31e420e6e0"
+
inherit autotools
do_configure () {
diff --git a/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch b/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
index 4eb1794..0c059f1 100644
--- a/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
+++ b/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
@@ -7,16 +7,17 @@ Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-diff -ru cmake-2.8.2.orig/CMakeLists.txt cmake-2.8.2/CMakeLists.txt
---- cmake-2.8.2.orig/CMakeLists.txt 2010-07-28 00:48:42.000000000 +0200
-+++ cmake-2.8.2/CMakeLists.txt 2010-07-28 01:05:17.000000000 +0200
-@@ -518,7 +518,8 @@
+Index: cmake-2.8.10.1/CMakeLists.txt
+===================================================================
+--- cmake-2.8.10.1.orig/CMakeLists.txt
++++ cmake-2.8.10.1/CMakeLists.txt
+@@ -588,7 +588,8 @@ mark_as_advanced(CMAKE_STRICT)
# build the remaining subdirectories
- ADD_SUBDIRECTORY(Source)
--ADD_SUBDIRECTORY(Utilities)
+ add_subdirectory(Source)
+-add_subdirectory(Utilities)
+# Come on! Running the cross-binaries on host is not a good idea.
-+#ADD_SUBDIRECTORY(Utilities)
- ADD_SUBDIRECTORY(Tests)
++#add_subdirectory(Utilities)
+ add_subdirectory(Tests)
- # add a test
+ if(BUILD_TESTING)
diff --git a/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch b/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch
index 147c249..258971b 100644
--- a/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch
+++ b/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch
@@ -11,88 +11,88 @@ Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-Index: cmake-2.8.5-rc3/Modules/FindQt4.cmake
+Index: cmake-2.8.10.1/Modules/FindQt4.cmake
===================================================================
---- cmake-2.8.5-rc3.orig/Modules/FindQt4.cmake 2011-06-27 14:41:05.000000000 +0000
-+++ cmake-2.8.5-rc3/Modules/FindQt4.cmake 2011-07-08 15:31:58.057170949 +0000
-@@ -473,7 +473,7 @@
+--- cmake-2.8.10.1.orig/Modules/FindQt4.cmake
++++ cmake-2.8.10.1/Modules/FindQt4.cmake
+@@ -497,7 +497,7 @@ get_filename_component(qt_install_versio
# check for qmake
# Debian uses qmake-qt4
# macports' Qt uses qmake-mac
--FIND_PROGRAM(QT_QMAKE_EXECUTABLE NAMES qmake qmake4 qmake-qt4 qmake-mac PATHS
-+FIND_PROGRAM(QT_QMAKE_EXECUTABLE NAMES qmake qmake2 qmake4 qmake-qt4 qmake-mac PATHS
- "[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\4.0.0;InstallDir]/bin"
- "[HKEY_CURRENT_USER\\Software\\Trolltech\\Versions\\4.0.0;InstallDir]/bin"
- "[HKEY_CURRENT_USER\\Software\\Trolltech\\Versions\\${qt_install_version};InstallDir]/bin"
-@@ -944,13 +944,13 @@
- ENDIF(QT_QMAKE_CHANGED)
-
- FIND_PROGRAM(QT_MOC_EXECUTABLE
+-find_program(QT_QMAKE_EXECUTABLE NAMES qmake qmake4 qmake-qt4 qmake-mac
++find_program(QT_QMAKE_EXECUTABLE NAMES qmake qmake2 qmake4 qmake-qt4 qmake-mac
+ PATHS
+ ENV QTDIR
+ "[HKEY_CURRENT_USER\\Software\\Trolltech\\Versions\\${qt_install_version};InstallDir]"
+@@ -982,13 +982,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
+ endif()
+
+ find_program(QT_MOC_EXECUTABLE
- NAMES moc-qt4 moc
+ NAMES moc-qt4 moc4 moc
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_UIC_EXECUTABLE
+ find_program(QT_UIC_EXECUTABLE
- NAMES uic-qt4 uic
+ NAMES uic-qt4 uic4 uic
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
-@@ -962,49 +962,49 @@
+@@ -1000,49 +1000,49 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
)
- FIND_PROGRAM(QT_RCC_EXECUTABLE
+ find_program(QT_RCC_EXECUTABLE
- NAMES rcc
+ NAMES rcc4 rcc
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_DBUSCPP2XML_EXECUTABLE
+ find_program(QT_DBUSCPP2XML_EXECUTABLE
- NAMES qdbuscpp2xml
+ NAMES qdbuscpp2xml4 qdbuscpp2xml
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_DBUSXML2CPP_EXECUTABLE
+ find_program(QT_DBUSXML2CPP_EXECUTABLE
- NAMES qdbusxml2cpp
+ NAMES qdbusxml2cpp4 qdbusxml2cpp
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_LUPDATE_EXECUTABLE
+ find_program(QT_LUPDATE_EXECUTABLE
- NAMES lupdate-qt4 lupdate
+ NAMES lupdate-qt4 lupdate4 lupdate
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_LRELEASE_EXECUTABLE
+ find_program(QT_LRELEASE_EXECUTABLE
- NAMES lrelease-qt4 lrelease
+ NAMES lrelease-qt4 lrelease4 lrelease
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_QCOLLECTIONGENERATOR_EXECUTABLE
+ find_program(QT_QCOLLECTIONGENERATOR_EXECUTABLE
- NAMES qcollectiongenerator-qt4 qcollectiongenerator
+ NAMES qcollectiongenerator-qt4 qcollectiongenerator4 qcollectiongenerator
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_DESIGNER_EXECUTABLE
+ find_program(QT_DESIGNER_EXECUTABLE
- NAMES designer-qt4 designer
+ NAMES designer-qt4 designer4 designer
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
- FIND_PROGRAM(QT_LINGUIST_EXECUTABLE
+ find_program(QT_LINGUIST_EXECUTABLE
- NAMES linguist-qt4 linguist
+ NAMES linguist-qt4 linguist4 linguist
PATHS ${QT_BINARY_DIR}
diff --git a/meta/recipes-devtools/cmake/cmake_2.8.8.bb b/meta/recipes-devtools/cmake/cmake_2.8.10.1.bb
similarity index 88%
rename from meta/recipes-devtools/cmake/cmake_2.8.8.bb
rename to meta/recipes-devtools/cmake/cmake_2.8.10.1.bb
index 8665dc3..9e1b802 100644
--- a/meta/recipes-devtools/cmake/cmake_2.8.8.bb
+++ b/meta/recipes-devtools/cmake/cmake_2.8.10.1.bb
@@ -8,9 +8,6 @@ PR = "${INC_PR}.0"
SRC_URI += "file://dont-run-cross-binaries.patch"
-SRC_URI[md5sum] = "ba74b22c788a0c8547976b880cd02b17"
-SRC_URI[sha256sum] = "2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46"
-
# Strip ${prefix} from ${docdir}, set result into docdir_stripped
python () {
prefix=d.getVar("prefix", True)
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* Re: [PATCH 16/17] cmake: Update to 2.8.10.1
2012-11-19 5:54 ` [PATCH 16/17] cmake: Update to 2.8.10.1 Saul Wold
@ 2012-11-19 10:20 ` Otavio Salvador
2012-11-19 18:12 ` Saul Wold
0 siblings, 1 reply; 24+ messages in thread
From: Otavio Salvador @ 2012-11-19 10:20 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 897 bytes --]
On Mon, Nov 19, 2012 at 3:54 AM, Saul Wold <sgw@linux.intel.com> wrote:
> Rebase the patches due to macro name changes.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ...
-PR = "${INC_PR}.0"
> -
> -SRC_URI[md5sum] = "ba74b22c788a0c8547976b880cd02b17"
> -SRC_URI[sha256sum] =
> "2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46"
>
I find it hard to spot the checksums to be in the .inc file.
I'd prefer to have them in the .bb recipes (even if in this case it'd be a
duplication).
In case you would like to avoid the duplication (which I agree) you might
before, or later, merge the native handle onto the cmake_<ver>.bb recipe.
What do you think?
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 1650 bytes --]
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: [PATCH 16/17] cmake: Update to 2.8.10.1
2012-11-19 10:20 ` Otavio Salvador
@ 2012-11-19 18:12 ` Saul Wold
2012-11-19 18:34 ` Otavio Salvador
0 siblings, 1 reply; 24+ messages in thread
From: Saul Wold @ 2012-11-19 18:12 UTC (permalink / raw)
To: Otavio Salvador; +Cc: openembedded-core
On 11/19/2012 02:20 AM, Otavio Salvador wrote:
>
>
> On Mon, Nov 19, 2012 at 3:54 AM, Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>> wrote:
>
> Rebase the patches due to macro name changes.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>>
> ...
>
> -PR = "${INC_PR}.0"
> -
> -SRC_URI[md5sum] = "ba74b22c788a0c8547976b880cd02b17"
> -SRC_URI[sha256sum] =
> "2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46"
>
>
> I find it hard to spot the checksums to be in the .inc file.
>
> I'd prefer to have them in the .bb recipes (even if in this case it'd be
> a duplication).
>
I am not sure why this is an issue, we already have about a dozen places
where the SRC_URI and checksum info is located in the .inc file.
> In case you would like to avoid the duplication (which I agree) you
> might before, or later, merge the native handle onto the cmake_<ver>.bb
> recipe.
>
> What do you think?
>
Looks like there are bigger issues with trying to merge native into the
standard recipe, mostly due to the fact that the target recipe inherits
cmake, while the native version does not.
Sau!
> --
> Otavio Salvador O.S. Systems
> E-mail: otavio@ossystems.com.br <mailto:otavio@ossystems.com.br>
> http://www.ossystems.com.br
> Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
>
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: [PATCH 16/17] cmake: Update to 2.8.10.1
2012-11-19 18:12 ` Saul Wold
@ 2012-11-19 18:34 ` Otavio Salvador
0 siblings, 0 replies; 24+ messages in thread
From: Otavio Salvador @ 2012-11-19 18:34 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1781 bytes --]
On Mon, Nov 19, 2012 at 4:12 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 11/19/2012 02:20 AM, Otavio Salvador wrote:
>
>> On Mon, Nov 19, 2012 at 3:54 AM, Saul Wold <sgw@linux.intel.com
>> <mailto:sgw@linux.intel.com>> wrote:
>>
>> Rebase the patches due to macro name changes.
>>
>> Signed-off-by: Saul Wold <sgw@linux.intel.com
>> <mailto:sgw@linux.intel.com>>
>>
>> ...
>>
>> -PR = "${INC_PR}.0"
>> -
>> -SRC_URI[md5sum] = "**ba74b22c788a0c8547976b880cd02b**17"
>> -SRC_URI[sha256sum] =
>> "**2b59897864d6220ff20aa8eac64cac**8994e004898a1c0f899c8cb4d7b757**
>> 0b46"
>>
>>
>> I find it hard to spot the checksums to be in the .inc file.
>>
>> I'd prefer to have them in the .bb recipes (even if in this case it'd be
>> a duplication).
>>
>> I am not sure why this is an issue, we already have about a dozen places
> where the SRC_URI and checksum info is located in the .inc file.
We have two recipes and nothing force them to be always in sync so the
checksum seems to be better placed in the .bb file
>
> In case you would like to avoid the duplication (which I agree) you
>> might before, or later, merge the native handle onto the cmake_<ver>.bb
>> recipe.
>>
>> What do you think?
>>
>> Looks like there are bigger issues with trying to merge native into the
> standard recipe, mostly due to the fact that the target recipe inherits
> cmake, while the native version does not.
>
Yes; I think I did a brief try in past and gave up.
So please, think about my comment above...
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 3092 bytes --]
^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH 17/17] libproxy: set LIBEXEC_INSTALL_DIR
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (15 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 16/17] cmake: Update to 2.8.10.1 Saul Wold
@ 2012-11-19 5:54 ` Saul Wold
2012-11-19 10:29 ` Otavio Salvador
2012-11-19 10:31 ` [PATCH 00/17] Recipe Updates Otavio Salvador
17 siblings, 1 reply; 24+ messages in thread
From: Saul Wold @ 2012-11-19 5:54 UTC (permalink / raw)
To: openembedded-core
WARNING: QA Issue: libproxy: Files/directories were installed but not shipped
/usr/libexec
/usr/libexec/pxgsettings
/usr/libexec/.debug
/usr/libexec/.debug/pxgsettings
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/libproxy/libproxy_0.4.7.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index 7e3cf27..c6a733a 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
DEPENDS = "gconf"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
file://g++-namepace.patch \
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde
inherit cmake pkgconfig
EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \
- -DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no -DLIB_INSTALL_DIR=${libdir}"
+ -DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no -DLIB_INSTALL_DIR=${libdir} -DLIBEXEC_INSTALL_DIR=${libexecdir}"
FILES_${PN} += "${libdir}/${BPN}/${PV}/modules"
FILES_${PN}-dev += "${datadir}/cmake"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 24+ messages in thread* Re: [PATCH 00/17] Recipe Updates
2012-11-19 5:54 [PATCH 00/17] Recipe Updates Saul Wold
` (16 preceding siblings ...)
2012-11-19 5:54 ` [PATCH 17/17] libproxy: set LIBEXEC_INSTALL_DIR Saul Wold
@ 2012-11-19 10:31 ` Otavio Salvador
17 siblings, 0 replies; 24+ messages in thread
From: Otavio Salvador @ 2012-11-19 10:31 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 653 bytes --]
On Mon, Nov 19, 2012 at 3:54 AM, Saul Wold <sgw@linux.intel.com> wrote:
> Richard,
>
> Here is a batch of tested updates.
>
> I found 1 issue with cmake and libproxy, which I addressed, I hope
> there are not any others lurking. I did rebuild all the cmake related
> packages.
>
I reported some issues on patches and those should be fixed before merging
this patchset. Specially the rt-tests one as it seems it wasn't updated
after all.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 1140 bytes --]
^ permalink raw reply [flat|nested] 24+ messages in thread