All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Package Upgrades
@ 2013-05-24  9:18 Ionut Radu
  2013-05-24  9:18 ` [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 Ionut Radu
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

test: I've tested patches with autobuilder on all 5 architectures
(nightly-x86, nightly-x86-64, nightly-arm, nightly-ppc, nightly-mips).
A have also tested locally on all architectures and verified that all 
images successfully build and graphics is correcly displayed.

For each package individually I tested the basic functionality.

apt: I build an image with deb package management and I verified the
version with command line.

The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8:

  ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 17:23:41 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (7):
  apt: Updated from 0.9.7.8 to 0.9.8.1
  freetype: Updated from 2.4.11 to 2.4.12
  libtasn1: Updated from 2.14 to 3.3
  libsoup-2.4: Update from 2.42.1 to 2.43.1
  matchbox-keyboard: Update to
    0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
  matchbox-terminal: Updated to
    0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
  settings-daemon: Updated to
    0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1

 .../disable-configure-in-makefile.patch                 |    0
 .../fix-gcc-4.6-null-not-defined.patch                  |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch     |    0
 .../no-ko-translation.patch                             |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch  |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch  |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch        |    0
 .../truncate-filename.patch                             |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch     |    0
 .../{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb}    |    0
 .../apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb}              |    4 ++--
 .../no-hardcode.patch                                   |    0
 .../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} |   11 ++++-------
 .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
 .../matchbox-terminal/matchbox-terminal_git.bb          |    2 +-
 .../recipes-sato/settings-daemon/settings-daemon_git.bb |    2 +-
 .../gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb}        |    6 ++----
 .../{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb}    |    4 ++--
 18 files changed, 19 insertions(+), 25 deletions(-)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%)
 rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%)
 rename meta/recipes-graphics/freetype/{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (83%)
 rename meta/recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} (81%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb} (85%)

-- 
1.7.10.4



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

* [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../disable-configure-in-makefile.patch                            |    0
 .../fix-gcc-4.6-null-not-defined.patch                             |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch                |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch       |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch             |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch             |    0
 meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch       |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch                |    0
 .../apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb}           |    0
 meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb}       |    4 ++--
 11 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%)
 rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%)

diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/disable-configure-in-makefile.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/disable-configure-in-makefile.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/disable-configure-in-makefile.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/disable-configure-in-makefile.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/fix-gcc-4.6-null-not-defined.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/fix-gcc-4.6-null-not-defined.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/makerace.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/makerace.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/makerace.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/makerace.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/no-ko-translation.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/no-ko-translation.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/no-ko-translation.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/no-nls-dpkg.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/no-nls-dpkg.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/no-nls-dpkg.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/no-nls-dpkg.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/noconfigure.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/noconfigure.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/noconfigure.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/nodoc.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/nodoc.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/truncate-filename.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/truncate-filename.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/truncate-filename.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/truncate-filename.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/use-host.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/use-host.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.7.8/use-host.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.1/use-host.patch
diff --git a/meta/recipes-devtools/apt/apt-native_0.9.7.8.bb b/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb
similarity index 100%
rename from meta/recipes-devtools/apt/apt-native_0.9.7.8.bb
rename to meta/recipes-devtools/apt/apt-native_0.9.8.1.bb
diff --git a/meta/recipes-devtools/apt/apt_0.9.7.8.bb b/meta/recipes-devtools/apt/apt_0.9.8.1.bb
similarity index 74%
rename from meta/recipes-devtools/apt/apt_0.9.7.8.bb
rename to meta/recipes-devtools/apt/apt_0.9.8.1.bb
index 9653ee9..445d14c 100644
--- a/meta/recipes-devtools/apt/apt_0.9.7.8.bb
+++ b/meta/recipes-devtools/apt/apt_0.9.8.1.bb
@@ -3,8 +3,8 @@ RDEPENDS_${PN} = "dpkg"
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
 require apt.inc
 
-SRC_URI[md5sum] = "d44f459d59d8fa7fc5f455f1f982f08c"
-SRC_URI[sha256sum] = "9570905992f4a83b0c182f11f9e0a8c20a1209a52996d1a01ddbfa359ae2c819"
+SRC_URI[md5sum] = "85781bb39901d6fb79c37ca307929594"
+SRC_URI[sha256sum] = "dcef6fc33948d5e430d337ad6326bf7ac3d06b14d99ede176809461ac12b4c6f"
 
 require apt-package.inc
 
-- 
1.7.10.4



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

* [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
  2013-05-24  9:18 ` [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:29   ` Burton, Ross
  2013-05-24  9:32   ` Paul Eggleton
  2013-05-24  9:18 ` [PATCH 3/7] libtasn1: Updated from 2.14 to 3.3 Ionut Radu
                   ` (5 subsequent siblings)
  7 siblings, 2 replies; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>

freetype: no-hardcode.patch does not apply to 2.4.12 version because
hardcode_libdir_flag_spec variable is set to '' in 2.4.12

---
 .../{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch  |    0
 .../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb}     |   11 ++++-------
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (83%)

diff --git a/meta/recipes-graphics/freetype/freetype-2.4.11/no-hardcode.patch b/meta/recipes-graphics/freetype/freetype-2.4.12/no-hardcode.patch
similarity index 100%
rename from meta/recipes-graphics/freetype/freetype-2.4.11/no-hardcode.patch
rename to meta/recipes-graphics/freetype/freetype-2.4.12/no-hardcode.patch
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.11.bb b/meta/recipes-graphics/freetype/freetype_2.4.12.bb
similarity index 83%
rename from meta/recipes-graphics/freetype/freetype_2.4.11.bb
rename to meta/recipes-graphics/freetype/freetype_2.4.12.bb
index 53fde1d..36817a6 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.11.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.12.bb
@@ -7,19 +7,16 @@ HOMEPAGE = "http://www.freetype.org/"
 BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype"
 
 LICENSE = "FreeType | GPLv2+"
-LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39 \
+LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56 \
                     file://docs/FTL.TXT;md5=d479e83797f699fe873b38dadd0fcd4c \
                     file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec"
 
 SECTION = "libs"
 
-PR = "r0"
+SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-           file://no-hardcode.patch"
-
-SRC_URI[md5sum] = "b93435488942486c8d0ca22e8f768034"
-SRC_URI[sha256sum] = "ef9d0bcb64647d9e5125dc7534d7ca371c98310fec87677c410f397f71ffbe3f"
+SRC_URI[md5sum] = "3463102764315eb86c0d3c2e1f3ffb7d"
+SRC_URI[sha256sum] = "a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381"
 
 S = "${WORKDIR}/freetype-${PV}"
 
-- 
1.7.10.4



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

* [PATCH 3/7] libtasn1: Updated from 2.14 to 3.3
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
  2013-05-24  9:18 ` [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 Ionut Radu
  2013-05-24  9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:18 ` [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1 Ionut Radu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} (81%)

diff --git a/meta/recipes-support/gnutls/libtasn1_2.14.bb b/meta/recipes-support/gnutls/libtasn1_3.3.bb
similarity index 81%
rename from meta/recipes-support/gnutls/libtasn1_2.14.bb
rename to meta/recipes-support/gnutls/libtasn1_3.3.bb
index 68d5ddf..53de118 100644
--- a/meta/recipes-support/gnutls/libtasn1_2.14.bb
+++ b/meta/recipes-support/gnutls/libtasn1_3.3.bb
@@ -8,15 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
                     file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
 
-PR = "r1"
-
 SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
            file://libtasn1_fix_for_automake_1.12.patch \
            file://dont-depend-on-help2man.patch \
            "
 
-SRC_URI[md5sum] = "a08c5936f9672da9b05691785499bcc3"
-SRC_URI[sha256sum] = "bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54"
+SRC_URI[md5sum] = "2bdd687f487c50a0382b99553866a6e0"
+SRC_URI[sha256sum] = "92652a2cd10f63c56984b5e5cee46ecadf2292e2262fff99278f7ee46ff93ac0"
 
 inherit autotools binconfig lib_package
 
-- 
1.7.10.4



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

* [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
                   ` (2 preceding siblings ...)
  2013-05-24  9:18 ` [PATCH 3/7] libtasn1: Updated from 2.14 to 3.3 Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:30   ` Burton, Ross
  2013-05-24  9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
                   ` (3 subsequent siblings)
  7 siblings, 1 reply; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 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.1.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.1.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.1.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.1.bb
index ef8d439..3545abd 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.43.1.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] = "4df3da805e7ced25cbbf7ac39864995e"
+SRC_URI[sha256sum] = "99b186b95ca2b11fb729cae1eb458e318d9bc6bd32ad087ade2a2f54a53fa9d1"
 
 S = "${WORKDIR}/libsoup-${PV}"
 
-- 
1.7.10.4



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

* [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
                   ` (3 preceding siblings ...)
  2013-05-24  9:18 ` [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1 Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:24   ` Martin Jansa
  2013-05-24  9:26   ` Burton, Ross
  2013-05-24  9:18 ` [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e Ionut Radu
                   ` (2 subsequent siblings)
  7 siblings, 2 replies; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>

matchbox-keyboard: png-fix.patch was backported. (The newest version
contains 'png-fix.patch' changes).

---
 .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index 6944a07..e6ffad7 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -4,21 +4,19 @@ BUGTRACKER = "http://bugzilla.openedhand.com/"
 SECTION = "x11"
 
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-                    file://src/matchbox-keyboard.h;endline=20;md5=4ba16ff913ad245dd6d95a6c67f72526 \
-                    file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
+                    file://src/matchbox-keyboard.h;endline=20;md5=d12cc878e2a99870458c83c61714d99e \
+                    file://applet/applet.c;endline=20;md5=16d84e4d1572415c1295d37ca6d05dd4"
 
 DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
 
-SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac"
+SRCREV = "a17b1135daab9eb4cd3647c02e82687f96d93619"
 PV = "0.0+git${SRCPV}"
-PR = "r4"
 
 SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
            file://configure_fix.patch;maxrev=1819 \
            file://single-instance.patch \
-           file://80matchboxkeyboard.shbg \
-           file://png-fix.patch"
+           file://80matchboxkeyboard.shbg"
 
 S = "${WORKDIR}/git"
 
@@ -32,7 +30,8 @@ FILES_${PN} = "${bindir}/ \
 	       ${sysconfdir} \
 	       ${datadir}/applications \
 	       ${datadir}/pixmaps \
-	       ${datadir}/matchbox-keyboard"
+	       ${datadir}/matchbox-keyboard \
+           ${libdir}/libmatchbox-keyboard.so.*"
 
 FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/immodules/.debug"
 
-- 
1.7.10.4



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

* [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
                   ` (4 preceding siblings ...)
  2013-05-24  9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:27   ` Martin Jansa
  2013-05-24  9:18 ` [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1 Ionut Radu
  2013-05-27 23:14 ` [PATCH 0/7] Package Upgrades Saul Wold
  7 siblings, 1 reply; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
index f4ad463..9d5e5d7 100644
--- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 DEPENDS = "gtk+ vte"
 SECTION = "x11/utils"
-SRCREV = "3fc25cb811a8ed306de897edf9b930f4402f3852"
+SRCREV = "452bca253492a97a587f440289b9ab27d217353e"
 PV = "0.0+git${SRCPV}"
 PR = "r0"
 
-- 
1.7.10.4



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

* [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
                   ` (5 preceding siblings ...)
  2013-05-24  9:18 ` [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e Ionut Radu
@ 2013-05-24  9:18 ` Ionut Radu
  2013-05-24  9:31   ` Burton, Ross
  2013-05-27 23:14 ` [PATCH 0/7] Package Upgrades Saul Wold
  7 siblings, 1 reply; 20+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-sato/settings-daemon/settings-daemon_git.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
index b76f4d8..168d778 100644
--- a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
+++ b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc
                     file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b"
 DEPENDS = "gconf glib-2.0 gtk+"
 SECTION = "x11"
-SRCREV = "0f174f463dfed500b65533e249cd22942e439c77"
+SRCREV = "9a99528b02255450db81176abd9bbcc1dab9a4c1"
 PV = "0.0+git${SRCPV}"
 
 PR = "r0"
-- 
1.7.10.4



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

* Re: [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
  2013-05-24  9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
@ 2013-05-24  9:24   ` Martin Jansa
  2013-05-24  9:26   ` Burton, Ross
  1 sibling, 0 replies; 20+ messages in thread
From: Martin Jansa @ 2013-05-24  9:24 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2744 bytes --]

On Fri, May 24, 2013 at 12:18:09PM +0300, Ionut Radu wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
> 
> matchbox-keyboard: png-fix.patch was backported. (The newest version
> contains 'png-fix.patch' changes).

do we need 0.0+gitAUTOINCa+ in subject? and where did it get 'a' after
AUTOINC?

> 
> ---
>  .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
> 
> diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
> index 6944a07..e6ffad7 100644
> --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
> +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
> @@ -4,21 +4,19 @@ BUGTRACKER = "http://bugzilla.openedhand.com/"
>  SECTION = "x11"
>  
>  LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> -                    file://src/matchbox-keyboard.h;endline=20;md5=4ba16ff913ad245dd6d95a6c67f72526 \
> -                    file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> +                    file://src/matchbox-keyboard.h;endline=20;md5=d12cc878e2a99870458c83c61714d99e \
> +                    file://applet/applet.c;endline=20;md5=16d84e4d1572415c1295d37ca6d05dd4"
>  
>  DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
>  
> -SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac"
> +SRCREV = "a17b1135daab9eb4cd3647c02e82687f96d93619"
>  PV = "0.0+git${SRCPV}"
> -PR = "r4"
>  
>  SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
>             file://configure_fix.patch;maxrev=1819 \
>             file://single-instance.patch \
> -           file://80matchboxkeyboard.shbg \
> -           file://png-fix.patch"
> +           file://80matchboxkeyboard.shbg"
>  
>  S = "${WORKDIR}/git"
>  
> @@ -32,7 +30,8 @@ FILES_${PN} = "${bindir}/ \
>  	       ${sysconfdir} \
>  	       ${datadir}/applications \
>  	       ${datadir}/pixmaps \
> -	       ${datadir}/matchbox-keyboard"
> +	       ${datadir}/matchbox-keyboard \
> +           ${libdir}/libmatchbox-keyboard.so.*"

don't mix tabs and spaces on the same line, multiline variables should 
use only spaces.

>  FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/immodules/.debug"
>  
> -- 
> 1.7.10.4
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
  2013-05-24  9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
  2013-05-24  9:24   ` Martin Jansa
@ 2013-05-24  9:26   ` Burton, Ross
  2013-05-24  9:31     ` Radu, IonutX
  1 sibling, 1 reply; 20+ messages in thread
From: Burton, Ross @ 2013-05-24  9:26 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 24 May 2013 10:18, Ionut Radu <ionutx.radu@intel.com> wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
>
> matchbox-keyboard: png-fix.patch was backported. (The newest version
> contains 'png-fix.patch' changes).

Did you test this worked on a device/qemu?  There's been some heavy
work upstream that hasn't been tested in our environment.

Ross


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

* Re: [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
  2013-05-24  9:18 ` [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e Ionut Radu
@ 2013-05-24  9:27   ` Martin Jansa
  0 siblings, 0 replies; 20+ messages in thread
From: Martin Jansa @ 2013-05-24  9:27 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

On Fri, May 24, 2013 at 12:18:10PM +0300, Ionut Radu wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
> ---
>  meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
> index f4ad463..9d5e5d7 100644
> --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
> +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>  
>  DEPENDS = "gtk+ vte"
>  SECTION = "x11/utils"
> -SRCREV = "3fc25cb811a8ed306de897edf9b930f4402f3852"
> +SRCREV = "452bca253492a97a587f440289b9ab27d217353e"
>  PV = "0.0+git${SRCPV}"
>  PR = "r0"

The same about subject as in previous, but maybe you want to drop PR
here too.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12
  2013-05-24  9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
@ 2013-05-24  9:29   ` Burton, Ross
  2013-05-24  9:32   ` Paul Eggleton
  1 sibling, 0 replies; 20+ messages in thread
From: Burton, Ross @ 2013-05-24  9:29 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 24 May 2013 10:18, Ionut Radu <ionutx.radu@intel.com> wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
>
> freetype: no-hardcode.patch does not apply to 2.4.12 version because
> hardcode_libdir_flag_spec variable is set to '' in 2.4.12

If you change the license checksum, please say why.  Handily Marko
just sent the same upgrade with an explanation in the commit!

Ross


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

* Re: [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1
  2013-05-24  9:18 ` [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1 Ionut Radu
@ 2013-05-24  9:30   ` Burton, Ross
  2013-05-24  9:36     ` Paul Eggleton
  0 siblings, 1 reply; 20+ messages in thread
From: Burton, Ross @ 2013-05-24  9:30 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

NACK.  libsoup is GNOMEy, so odd minor versions indicate development
releases.  Stick with 2.42.x until 2.44.x appears.

Ross


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

* Re: [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
  2013-05-24  9:26   ` Burton, Ross
@ 2013-05-24  9:31     ` Radu, IonutX
  0 siblings, 0 replies; 20+ messages in thread
From: Radu, IonutX @ 2013-05-24  9:31 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core


________________________________________
From: Burton, Ross [ross.burton@intel.com]
Sent: Friday, May 24, 2013 12:26 PM
To: Radu, IonutX
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619

On 24 May 2013 10:18, Ionut Radu <ionutx.radu@intel.com> wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
>
> matchbox-keyboard: png-fix.patch was backported. (The newest version
> contains 'png-fix.patch' changes).

Did you test this worked on a device/qemu?  There's been some heavy
work upstream that hasn't been tested in our environment.

I have tested only the basic functionality on qemu (core-image-sato).

Ross


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

* Re: [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1
  2013-05-24  9:18 ` [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1 Ionut Radu
@ 2013-05-24  9:31   ` Burton, Ross
  0 siblings, 0 replies; 20+ messages in thread
From: Burton, Ross @ 2013-05-24  9:31 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 24 May 2013 10:18, Ionut Radu <ionutx.radu@intel.com> wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>

Signed-off-by: Ross Burton <ross.burton@intel.com>

Ross


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

* Re: [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12
  2013-05-24  9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
  2013-05-24  9:29   ` Burton, Ross
@ 2013-05-24  9:32   ` Paul Eggleton
  1 sibling, 0 replies; 20+ messages in thread
From: Paul Eggleton @ 2013-05-24  9:32 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

Hi Ionut,

On Friday 24 May 2013 12:18:06 Ionut Radu wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
> 
> freetype: no-hardcode.patch does not apply to 2.4.12 version because
> hardcode_libdir_flag_spec variable is set to '' in 2.4.12
> 
> ---
>  .../{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch  |    0
>  .../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb}     |   11
> ++++------- 2 files changed, 4 insertions(+), 7 deletions(-)
>  rename meta/recipes-graphics/freetype/{freetype-2.4.11 =>
> freetype-2.4.12}/no-hardcode.patch (100%) rename
> meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb}
> (83%)
> 
> diff --git
> a/meta/recipes-graphics/freetype/freetype-2.4.11/no-hardcode.patch
> b/meta/recipes-graphics/freetype/freetype-2.4.12/no-hardcode.patch
> similarity index 100%
> rename from meta/recipes-graphics/freetype/freetype-2.4.11/no-hardcode.patch
> rename to meta/recipes-graphics/freetype/freetype-2.4.12/no-hardcode.patch
> diff --git a/meta/recipes-graphics/freetype/freetype_2.4.11.bb
> b/meta/recipes-graphics/freetype/freetype_2.4.12.bb similarity index 83%
> rename from meta/recipes-graphics/freetype/freetype_2.4.11.bb
> rename to meta/recipes-graphics/freetype/freetype_2.4.12.bb
> index 53fde1d..36817a6 100644
> --- a/meta/recipes-graphics/freetype/freetype_2.4.11.bb
> +++ b/meta/recipes-graphics/freetype/freetype_2.4.12.bb
> @@ -7,19 +7,16 @@ HOMEPAGE = "http://www.freetype.org/"
>  BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype"
> 
>  LICENSE = "FreeType | GPLv2+"
> -LIC_FILES_CHKSUM =
> "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39 \
> +LIC_FILES_CHKSUM =
> "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56 \
> file://docs/FTL.TXT;md5=d479e83797f699fe873b38dadd0fcd4c \
> file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec"

If you change LIC_FILES_CHKSUM you need to explain exactly why in the commit 
message.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1
  2013-05-24  9:30   ` Burton, Ross
@ 2013-05-24  9:36     ` Paul Eggleton
  2013-05-24 10:40       ` Ciobanu, Emilia Maria Silvia
  0 siblings, 1 reply; 20+ messages in thread
From: Paul Eggleton @ 2013-05-24  9:36 UTC (permalink / raw)
  To: openembedded-core

On Friday 24 May 2013 10:30:00 Burton, Ross wrote:
> NACK.  libsoup is GNOMEy, so odd minor versions indicate development
> releases.  Stick with 2.42.x until 2.44.x appears.

Could we just add some logic to distrodata.bbclass so that we don't get 
reports of needing to upgrade to these unstable releases?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1
  2013-05-24  9:36     ` Paul Eggleton
@ 2013-05-24 10:40       ` Ciobanu, Emilia Maria Silvia
  2013-05-24 10:49         ` Paul Eggleton
  0 siblings, 1 reply; 20+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-05-24 10:40 UTC (permalink / raw)
  To: Paul Eggleton, openembedded-core

Hi,

> -----Original Message-----
> From: Paul Eggleton [mailto:paul.eggleton@linux.intel.com]
> Sent: Friday, May 24, 2013 12:36 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Burton, Ross; Radu, IonutX; Saul Wold; Ciobanu, Emilia Maria Silvia
> Subject: Re: [OE-core] [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1
> 
> On Friday 24 May 2013 10:30:00 Burton, Ross wrote:
> > NACK.  libsoup is GNOMEy, so odd minor versions indicate development
> > releases.  Stick with 2.42.x until 2.44.x appears.
> 
> Could we just add some logic to distrodata.bbclass so that we don't get
> reports of needing to upgrade to these unstable releases?

We thought about this situation. Because for different packages, the 
development  versions have their own naming convention, the solution
was to hardcode each case individually.

For the moment, when a maintainer finds such a package, he/she should 
update the  upstream_tracking.inc file with the flag NO_UPGRADE_REASON
set to "Development Version" or any relevant message and the CHECK_DATE
to the moment when the check was done.

Thanks,
Ema

> 
> Cheers,
> Paul
> 
> --
> 
> Paul Eggleton
> Intel Open Source Technology Centre


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

* Re: [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1
  2013-05-24 10:40       ` Ciobanu, Emilia Maria Silvia
@ 2013-05-24 10:49         ` Paul Eggleton
  0 siblings, 0 replies; 20+ messages in thread
From: Paul Eggleton @ 2013-05-24 10:49 UTC (permalink / raw)
  To: Ciobanu, Emilia Maria Silvia; +Cc: openembedded-core

On Friday 24 May 2013 10:40:24 Ciobanu, Emilia Maria Silvia wrote:
> On Friday, May 24, 2013 12:36 PM, Paul Eggleton wrote:
> > Could we just add some logic to distrodata.bbclass so that we don't get
> > reports of needing to upgrade to these unstable releases?
> 
> We thought about this situation. Because for different packages, the
> development  versions have their own naming convention, the solution
> was to hardcode each case individually.

We do have a number of common recipes (mostly from the GNOME project) that use 
odd numbers as versions though don't we? Even if the part of the version that 
is odd or even is different surely we could have some form of pattern that 
would parse out the part that needs to be checked in a way that could be 
specified on a per-recipe basis?

Cheers,
Paul
 
-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [PATCH 0/7] Package Upgrades
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
                   ` (6 preceding siblings ...)
  2013-05-24  9:18 ` [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1 Ionut Radu
@ 2013-05-27 23:14 ` Saul Wold
  7 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2013-05-27 23:14 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 05/24/2013 06:18 PM, Ionut Radu wrote:
> test: I've tested patches with autobuilder on all 5 architectures
> (nightly-x86, nightly-x86-64, nightly-arm, nightly-ppc, nightly-mips).
> A have also tested locally on all architectures and verified that all
> images successfully build and graphics is correcly displayed.
>
> For each package individually I tested the basic functionality.
>
> apt: I build an image with deb package management and I verified the
> version with command line.
>
> The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8:
>
>    ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 17:23:41 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib ionutx/work
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work
>
> Ionut Radu (7):
>    apt: Updated from 0.9.7.8 to 0.9.8.1
>    freetype: Updated from 2.4.11 to 2.4.12
>    libtasn1: Updated from 2.14 to 3.3
>    libsoup-2.4: Update from 2.42.1 to 2.43.1
>    matchbox-keyboard: Update to
>      0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
>    matchbox-terminal: Updated to
>      0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
>    settings-daemon: Updated to
>      0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1
>
A number of these had issues, in addition, please make sure that you 
include your "Signed-off-by" at the end of the commit messages, A couple 
of these had it early and I almost missed it.

I will take the good uncommented on ones.

Thanks

    Sau!


>   .../disable-configure-in-makefile.patch                 |    0
>   .../fix-gcc-4.6-null-not-defined.patch                  |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch     |    0
>   .../no-ko-translation.patch                             |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch  |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch  |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch        |    0
>   .../truncate-filename.patch                             |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch     |    0
>   .../{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb}    |    0
>   .../apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb}              |    4 ++--
>   .../no-hardcode.patch                                   |    0
>   .../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} |   11 ++++-------
>   .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
>   .../matchbox-terminal/matchbox-terminal_git.bb          |    2 +-
>   .../recipes-sato/settings-daemon/settings-daemon_git.bb |    2 +-
>   .../gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb}        |    6 ++----
>   .../{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb}    |    4 ++--
>   18 files changed, 19 insertions(+), 25 deletions(-)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%)
>   rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%)
>   rename meta/recipes-graphics/freetype/{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch (100%)
>   rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (83%)
>   rename meta/recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} (81%)
>   rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb} (85%)
>


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

end of thread, other threads:[~2013-05-27 23:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
2013-05-24  9:18 ` [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 Ionut Radu
2013-05-24  9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
2013-05-24  9:29   ` Burton, Ross
2013-05-24  9:32   ` Paul Eggleton
2013-05-24  9:18 ` [PATCH 3/7] libtasn1: Updated from 2.14 to 3.3 Ionut Radu
2013-05-24  9:18 ` [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1 Ionut Radu
2013-05-24  9:30   ` Burton, Ross
2013-05-24  9:36     ` Paul Eggleton
2013-05-24 10:40       ` Ciobanu, Emilia Maria Silvia
2013-05-24 10:49         ` Paul Eggleton
2013-05-24  9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
2013-05-24  9:24   ` Martin Jansa
2013-05-24  9:26   ` Burton, Ross
2013-05-24  9:31     ` Radu, IonutX
2013-05-24  9:18 ` [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e Ionut Radu
2013-05-24  9:27   ` Martin Jansa
2013-05-24  9:18 ` [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1 Ionut Radu
2013-05-24  9:31   ` Burton, Ross
2013-05-27 23:14 ` [PATCH 0/7] Package Upgrades Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.