* [PATCH 00/14] Upgrade Packages, Dec 23, 2011
@ 2011-12-23 16:35 Shane Wang
2011-12-23 16:35 ` [PATCH 01/14] polkit: upgrade to 0.103 Shane Wang
` (13 more replies)
0 siblings, 14 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
All,
These are recipe upgrading for polkit, gst-plugins-ugly, gst-plugins-bad, gst-fluendo-mp3, gst-fluendo-mpegdemux, gst-ffmpeg, glib-2.0, dbus, mtd-utils, valgrind, telepathy-glib, ofono, and libpcap. Please review and pull.
The following changes since commit d350b3168bab234e326c8cf1609d13803e6aba9e:
opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:18 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib shane/upgrade
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/upgrade
Shane Wang (14):
polkit: upgrade to 0.103
gst-plugins-ugly: upgrade to 0.10.18
gst-plugins-bad: upgrade to 0.10.22
gst-fluendo-mp3: upgrade to 0.10.16
gst-fluendo-mpegdemux: upgrade to 0.10.69
gst-ffmpeg: upgrade to 0.10.13
glib-2.0: upgrade to 2.30.2
dbus: upgrade to 1.5.8
mtd-utils: upgrade to 1.4.9
valgrind: upgrade to 3.7.0
telepathy-glib: upgrade to 0.17.4
ofono: upgrade to 1.0
libpcap: upgrade to 1.2.0
distro_tracking_fields: update the info for recipe upgrading
.../conf/distro/include/distro_tracking_fields.inc | 89 ++++++++++----------
.../{libpcap-1.1.1 => libpcap-1.2.0}/aclocal.patch | 0
.../ieee80215-arphrd.patch | 4 +-
meta/recipes-connectivity/libpcap/libpcap.inc | 2 +-
.../libpcap/{libpcap_1.1.1.bb => libpcap_1.2.0.bb} | 4 +-
meta/recipes-connectivity/ofono/ofono.inc | 2 +-
.../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +-
...thy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} | 4 +-
.../dbus/{dbus-1.4.16 => dbus-1.5.8}/dbus-1.init | 0
.../dbus/{dbus-1.4.16 => dbus-1.5.8}/tmpdir.patch | 0
meta/recipes-core/dbus/dbus_1.4.16.bb | 5 -
meta/recipes-core/dbus/dbus_1.5.8.bb | 6 ++
.../{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} | 7 +-
.../add-exclusion-to-mkfs-jffs2-git-2.patch | 0
.../add-exclusion-to-mkfs-jffs2-git-2.patch | 0
.../mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} | 2 +-
.../valgrind/valgrind-3.7.0/configure-fix.patch | 23 +++++
.../fix_issue_caused_by_ccache.patch | 0
.../fix_unsupporting_kernel_3.patch | 0
.../fixed-perl-path.patch | 0
.../{valgrind_3.6.1.bb => valgrind_3.7.0.bb} | 13 ++--
.../introspection.patch | 0
.../polkit-1_pam.patch | 0
.../polkit/{polkit_0.102.bb => polkit_0.103.bb} | 6 +-
.../gst-ffmpeg-0.10.13/configure-fix.patch | 20 +++++
.../lower-rank.diff | 0
...gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} | 19 +++--
...o-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} | 4 +-
...0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} | 4 +-
...s-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} | 7 +-
...ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} | 6 +-
31 files changed, 142 insertions(+), 91 deletions(-)
rename meta/recipes-connectivity/libpcap/{libpcap-1.1.1 => libpcap-1.2.0}/aclocal.patch (100%)
rename meta/recipes-connectivity/libpcap/{libpcap-1.1.1 => libpcap-1.2.0}/ieee80215-arphrd.patch (91%)
rename meta/recipes-connectivity/libpcap/{libpcap_1.1.1.bb => libpcap_1.2.0.bb} (73%)
rename meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%)
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} (80%)
rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.8}/dbus-1.init (100%)
rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.8}/tmpdir.patch (100%)
delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb
rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} (88%)
rename meta/recipes-devtools/mtd/{mtd-utils-1.4.6 => mtd-utils-1.4.9}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
rename meta/recipes-devtools/mtd/{mtd-utils-1.4.6 => mtd-utils-1.4.9}/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
rename meta/recipes-devtools/mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} (95%)
create mode 100644 meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_issue_caused_by_ccache.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_unsupporting_kernel_3.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fixed-perl-path.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind_3.6.1.bb => valgrind_3.7.0.bb} (71%)
rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/introspection.patch (100%)
rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/polkit-1_pam.patch (100%)
rename meta/recipes-extended/polkit/{polkit_0.102.bb => polkit_0.103.bb} (84%)
create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg-0.10.11 => gst-ffmpeg-0.10.13}/lower-rank.diff (100%)
rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} (58%)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} (61%)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} (71%)
rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} (76%)
rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} (84%)
--
1.7.6
^ permalink raw reply [flat|nested] 29+ messages in thread
* [PATCH 01/14] polkit: upgrade to 0.103
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:40 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 02/14] gst-plugins-ugly: upgrade to 0.10.18 Shane Wang
` (12 subsequent siblings)
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../introspection.patch | 0
.../polkit-1_pam.patch | 0
.../polkit/{polkit_0.102.bb => polkit_0.103.bb} | 6 +++---
3 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/introspection.patch (100%)
rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/polkit-1_pam.patch (100%)
rename meta/recipes-extended/polkit/{polkit_0.102.bb => polkit_0.103.bb} (84%)
diff --git a/meta/recipes-extended/polkit/polkit-0.102/introspection.patch b/meta/recipes-extended/polkit/polkit-0.103/introspection.patch
similarity index 100%
rename from meta/recipes-extended/polkit/polkit-0.102/introspection.patch
rename to meta/recipes-extended/polkit/polkit-0.103/introspection.patch
diff --git a/meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
similarity index 100%
rename from meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch
rename to meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
diff --git a/meta/recipes-extended/polkit/polkit_0.102.bb b/meta/recipes-extended/polkit/polkit_0.103.bb
similarity index 84%
rename from meta/recipes-extended/polkit/polkit_0.102.bb
rename to meta/recipes-extended/polkit/polkit_0.103.bb
index 714aa8e..0498494 100644
--- a/meta/recipes-extended/polkit/polkit_0.102.bb
+++ b/meta/recipes-extended/polkit/polkit_0.103.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://code.google.com/p/polkit/"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
- file://docs/polkit/html/license.html;md5=570dd8c794dc8df913cb03b86e78d936"
+ file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
file://introspection.patch \
@@ -28,5 +28,5 @@ do_install_append() {
rm -f ${D}${libdir}/${PN}-1/extensions/*.a
}
-SRC_URI[md5sum] = "a3726bdb9728c103e58f62131e26693a"
-SRC_URI[sha256sum] = "0a6573da841c6f5c428218f1456aed45724a0127932af0de563d568bb9058641"
+SRC_URI[md5sum] = "aaacf2ef18774ea8a825a426a7cfe763"
+SRC_URI[sha256sum] = "36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3bc5"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 02/14] gst-plugins-ugly: upgrade to 0.10.18
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
2011-12-23 16:35 ` [PATCH 01/14] polkit: upgrade to 0.103 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:35 ` [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22 Shane Wang
` (11 subsequent siblings)
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
...ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} (84%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.17.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb
similarity index 84%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.17.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb
index 26bc0ba..2d7fa91 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.17.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9"
DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
-PR = "r2"
+PR = "r0"
inherit gettext
@@ -18,5 +18,5 @@ do_configure_prepend() {
rm ${S}/m4/lib-link.m4 || true
}
-SRC_URI[md5sum] = "504ed6508c3a8f035a2002ed69d68506"
-SRC_URI[sha256sum] = "0cbd4aa8dceafea21ddd547dfde686a8836f68ba547afa5575a52b64cfa0b369"
+SRC_URI[md5sum] = "04a7009a4efea2844075949c111f5e4d"
+SRC_URI[sha256sum] = "f9c16748cd9269fae86422d8254a579fa6db073797a5a19a9dc5c72cd66c8e14"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
2011-12-23 16:35 ` [PATCH 01/14] polkit: upgrade to 0.103 Shane Wang
2011-12-23 16:35 ` [PATCH 02/14] gst-plugins-ugly: upgrade to 0.10.18 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:41 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 04/14] gst-fluendo-mp3: upgrade to 0.10.16 Shane Wang
` (10 subsequent siblings)
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
...s-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} (76%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
similarity index 76%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
index a7023e3..ec067b8 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
@@ -4,12 +4,11 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ "
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \
file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
- file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a44697c1527c5a4bcf8d5d69b \
file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c"
DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg"
-PR = "r1"
+PR = "r0"
inherit gettext
@@ -23,5 +22,5 @@ do_configure_prepend() {
rm ${S}/m4/lib-link.m4 || true
}
-SRC_URI[md5sum] = "f501336ab1d18d2565f47c36ce653a82"
-SRC_URI[sha256sum] = "422badacbda37ac33cb446c6751dabcd0b223c308dbb01024a34ded682fa47e3"
+SRC_URI[md5sum] = "9a2acee1f386f71247003d0d7090fb1c"
+SRC_URI[sha256sum] = "d8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 04/14] gst-fluendo-mp3: upgrade to 0.10.16
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (2 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:35 ` [PATCH 05/14] gst-fluendo-mpegdemux: upgrade to 0.10.69 Shane Wang
` (9 subsequent siblings)
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
...o-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} (61%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
similarity index 61%
rename from meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb
rename to meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
index da9cb2b..5975513 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
@@ -9,5 +9,5 @@ PR = "r0"
DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in"
-SRC_URI[md5sum] = "dac7a9fa988650ec1be6c4c743a86cd4"
-SRC_URI[sha256sum] = "b444e6f3f87f5b819c1327ff3ed1afe9c09c195ba79ecf7e7409b375fa81cb06"
+SRC_URI[md5sum] = "33df57590e3f21f945fe7bace6146fa0"
+SRC_URI[sha256sum] = "12dbd307b25fed502a52666a9c956230da09ee140a18d987452492393340f442"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 05/14] gst-fluendo-mpegdemux: upgrade to 0.10.69
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (3 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 04/14] gst-fluendo-mp3: upgrade to 0.10.16 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:35 ` [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13 Shane Wang
` (8 subsequent siblings)
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
...0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} (71%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.67.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.69.bb
similarity index 71%
rename from meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.67.bb
rename to meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.69.bb
index 85ebb43..d5a3a95 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.67.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.69.bb
@@ -9,5 +9,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
PR = "r0"
-SRC_URI[md5sum] = "4ee0353eaa386f9b1c5570298d204357"
-SRC_URI[sha256sum] = "410897527f8bd8f007c9915c9450113c9e73c76f89aee3d36da825422a83a621"
+SRC_URI[md5sum] = "098105ecb68779f34097faf35214fc97"
+SRC_URI[sha256sum] = "a62a1249f05c5b6d9d0ab31a0d5cb15f2682587dec0050fc57c1102a6d76b32d"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (4 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 05/14] gst-fluendo-mpegdemux: upgrade to 0.10.69 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:43 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 07/14] glib-2.0: upgrade to 2.30.2 Shane Wang
` (7 subsequent siblings)
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../gst-ffmpeg-0.10.13/configure-fix.patch | 20 ++++++++++++++++++++
.../lower-rank.diff | 0
...gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} | 19 ++++++++++++-------
3 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg-0.10.11 => gst-ffmpeg-0.10.13}/lower-rank.diff (100%)
rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} (58%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
new file mode 100644
index 0000000..81029ca
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
@@ -0,0 +1,20 @@
+Disable yasm for libav when --disable-yasm
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Shane Wang <shane.wang@intel.com>
+
+diff -r f2f8f74c6e30 configure.ac
+--- a/configure.ac Thu Dec 22 23:56:09 2011 +0800
++++ b/configure.ac Thu Dec 22 23:57:37 2011 +0800
+@@ -325,6 +325,10 @@
+ --enable-gpl"
+ fi
+
++ if test "x$disable_yasm" != "xyes"; then
++ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
++ fi
++
+ # if we are cross-compiling, tell ffmpeg so
+ target_os=`echo $host_os | sed 's/-gnu//'`
+ if test "x$cross_compiling" = xyes; then
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/lower-rank.diff
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
rename to meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/lower-rank.diff
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
similarity index 58%
rename from meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
rename to meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
index c3512e1..a1b7cbb 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://ext/libpostproc/gstpostproc.c;beginline=1;endline=18;md5=5896e445e41681324381f5869ee33d38 \
file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
file://ext/ffmpeg/gstffmpeg.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9 \
- file://gst-libs/ext/ffmpeg/LICENSE;md5=524b5ee4bdbbf755ebbb76727ba80b0d \
- file://gst-libs/ext/ffmpeg/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://gst-libs/ext/ffmpeg/COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
- file://gst-libs/ext/ffmpeg/COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
- file://gst-libs/ext/ffmpeg/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
+ file://gst-libs/ext/libav/LICENSE;md5=abc3b8cb02856aa7823bbbd162d16232 \
+ file://gst-libs/ext/libav/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://gst-libs/ext/libav/COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
+ file://gst-libs/ext/libav/COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
+ file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
HOMEPAGE = "http://www.gstreamer.net/"
DEPENDS = "gstreamer gst-plugins-base zlib"
@@ -17,15 +17,20 @@ inherit autotools pkgconfig
SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
file://lower-rank.diff \
+ file://configure-fix.patch \
"
-SRC_URI[md5sum] = "0d23197ba7ac06ea34fa66d38469ebe5"
-SRC_URI[sha256sum] = "ff36a138e5af4ed8dcc459d6d6521fe66ed31ec29ba9a924dc3675c6749a692e"
+SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4"
+SRC_URI[sha256sum] = "76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62"
PR = "r0"
EXTRA_OECONF = "--with-ffmpeg-extra-configure=\"--target-os=linux\" "
+# yasm not found, use --disable-yasm for a crippled build for libav
+EXTRA_OECONF_append_x86-64 = " --disable-yasm "
+EXTRA_OECONF_append_x86 = " --disable-yasm "
+
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 07/14] glib-2.0: upgrade to 2.30.2
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (5 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:45 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 08/14] dbus: upgrade to 1.5.8 Shane Wang
` (6 subsequent siblings)
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} (88%)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb
similarity index 88%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb
index bf415a1..62f7dc6 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb
@@ -1,6 +1,6 @@
require glib.inc
-PR = "r1"
+PR = "r0"
PE = "1"
DEPENDS += "libffi python-argparse-native"
@@ -13,10 +13,9 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \
file://configure-libtool.patch \
file://60_wait-longer-for-threads-to-die.patch \
file://g_once_init_enter.patch \
- file://glib-2.0_fix_for_x32.patch \
"
-SRC_URI[md5sum] = "921ef2e86e911feb5e21f656f1ac305b"
-SRC_URI[sha256sum] = "4e560319450f31d85b6cdb2b530c3324a510ca04817e360943d0774327d21804"
+SRC_URI[md5sum] = "b40f3889e8d24e1b367763673ca6deb5"
+SRC_URI[sha256sum] = "94b1f1a1456c67060ca868d299bef3f7268a2c1c5c360aabb7149d4d9b2fdcd3"
# Only apply this patch for target recipe on uclibc
SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 08/14] dbus: upgrade to 1.5.8
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (6 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 07/14] glib-2.0: upgrade to 2.30.2 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:44 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 09/14] mtd-utils: upgrade to 1.4.9 Shane Wang
` (5 subsequent siblings)
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../dbus/{dbus-1.4.16 => dbus-1.5.8}/dbus-1.init | 0
.../dbus/{dbus-1.4.16 => dbus-1.5.8}/tmpdir.patch | 0
meta/recipes-core/dbus/dbus_1.4.16.bb | 5 -----
meta/recipes-core/dbus/dbus_1.5.8.bb | 6 ++++++
4 files changed, 6 insertions(+), 5 deletions(-)
rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.8}/dbus-1.init (100%)
rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.8}/tmpdir.patch (100%)
delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb
diff --git a/meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init b/meta/recipes-core/dbus/dbus-1.5.8/dbus-1.init
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init
rename to meta/recipes-core/dbus/dbus-1.5.8/dbus-1.init
diff --git a/meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.5.8/tmpdir.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch
rename to meta/recipes-core/dbus/dbus-1.5.8/tmpdir.patch
diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb
deleted file mode 100644
index f87f266..0000000
--- a/meta/recipes-core/dbus/dbus_1.4.16.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-include dbus.inc
-
-SRC_URI[md5sum] = "44a2a10678e7e50460879c3eb4453a65"
-SRC_URI[sha256sum] = "1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6"
-
diff --git a/meta/recipes-core/dbus/dbus_1.5.8.bb b/meta/recipes-core/dbus/dbus_1.5.8.bb
new file mode 100644
index 0000000..d50999e
--- /dev/null
+++ b/meta/recipes-core/dbus/dbus_1.5.8.bb
@@ -0,0 +1,6 @@
+include dbus.inc
+
+SRC_URI[md5sum] = "87fee7d4de53d88abf93d4915a77a2c1"
+SRC_URI[sha256sum] = "6e1cd5248562b5362e9a1ad8314459fe2f60ee3b9622ce0afd68cc9df8ae7c5e"
+
+
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 09/14] mtd-utils: upgrade to 1.4.9
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (7 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 08/14] dbus: upgrade to 1.5.8 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:35 ` [PATCH 10/14] valgrind: upgrade to 3.7.0 Shane Wang
` (4 subsequent siblings)
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../add-exclusion-to-mkfs-jffs2-git-2.patch | 0
.../add-exclusion-to-mkfs-jffs2-git-2.patch | 0
.../mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} | 2 +-
3 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-devtools/mtd/{mtd-utils-1.4.6 => mtd-utils-1.4.9}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
rename meta/recipes-devtools/mtd/{mtd-utils-1.4.6 => mtd-utils-1.4.9}/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
rename meta/recipes-devtools/mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} (95%)
diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.6/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils-1.4.6/add-exclusion-to-mkfs-jffs2-git-2.patch
rename to meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.6/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.4.9/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils-1.4.6/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch
rename to meta/recipes-devtools/mtd/mtd-utils-1.4.9/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.6.bb b/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
similarity index 95%
rename from meta/recipes-devtools/mtd/mtd-utils_1.4.6.bb
rename to meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
index 79f4f15..519472c 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.4.6.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
-SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=baafd8ace3301e9d2ba314a376bad008314b34ff \
+SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf32f381c140bf72b21bf91cef1b \
file://add-exclusion-to-mkfs-jffs2-git-2.patch"
S = "${WORKDIR}/git/"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 10/14] valgrind: upgrade to 3.7.0
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (8 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 09/14] mtd-utils: upgrade to 1.4.9 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:46 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 11/14] telepathy-glib: upgrade to 0.17.4 Shane Wang
` (3 subsequent siblings)
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../valgrind/valgrind-3.7.0/configure-fix.patch | 23 ++++++++++++++++++++
.../fix_issue_caused_by_ccache.patch | 0
.../fix_unsupporting_kernel_3.patch | 0
.../fixed-perl-path.patch | 0
.../{valgrind_3.6.1.bb => valgrind_3.7.0.bb} | 13 ++++++-----
5 files changed, 30 insertions(+), 6 deletions(-)
create mode 100644 meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_issue_caused_by_ccache.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_unsupporting_kernel_3.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fixed-perl-path.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind_3.6.1.bb => valgrind_3.7.0.bb} (71%)
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch b/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
new file mode 100644
index 0000000..f57897c
--- /dev/null
+++ b/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
@@ -0,0 +1,23 @@
+To recognize gcc version from poky in configure.in
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Shane Wang <shane.wang@intel.com>
+
+diff -r 91a8df96084a configure.in
+--- a/configure.in Fri Dec 23 20:57:01 2011 +0800
++++ b/configure.in Fri Dec 23 20:59:21 2011 +0800
+@@ -104,11 +104,13 @@
+ #
+ # i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
+ # i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
++# i586-poky-linux-gcc (GCC) 4.6.3 (prerelease) Copyright
+ #
+ [gcc_version=`${CC} --version \
+ | head -n 1 \
+ | $SED 's/i686-apple-darwin10//' \
+ | $SED 's/i686-apple-darwin11//' \
++ | $SED 's/.*poky[^0-9]*//' \
+ | $SED 's/^[^0-9]*\([0-9.]*\).*$/\1/'`]
+
+ is_clang="notclang"
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch b/meta/recipes-devtools/valgrind/valgrind-3.7.0/fix_issue_caused_by_ccache.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.7.0/fix_issue_caused_by_ccache.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_unsupporting_kernel_3.patch b/meta/recipes-devtools/valgrind/valgrind-3.7.0/fix_unsupporting_kernel_3.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_unsupporting_kernel_3.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.7.0/fix_unsupporting_kernel_3.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch b/meta/recipes-devtools/valgrind/valgrind-3.7.0/fixed-perl-path.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.7.0/fixed-perl-path.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.7.0.bb
similarity index 71%
rename from meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
rename to meta/recipes-devtools/valgrind/valgrind_3.7.0.bb
index 021caa8..03cdd28 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.7.0.bb
@@ -3,19 +3,20 @@ HOMEPAGE = "http://valgrind.org/"
BUGTRACKER = "http://valgrind.org/support/bug_reports.html"
LICENSE = "GPLv2 & GPLv2+ & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=c46082167a314d785d012a244748d803 \
- file://include/pub_tool_basics.h;beginline=1;endline=29;md5=b4765f122b7672cdf9b2e8fd75a33172 \
- file://include/valgrind.h;beginline=1;endline=56;md5=13a71cedba99112334d8596162aec37e \
+ file://include/pub_tool_basics.h;beginline=1;endline=29;md5=0ef036a7ddce4cdc738d65d63b3e8153 \
+ file://include/valgrind.h;beginline=1;endline=56;md5=aee56014c1dd64260a59fd4df38752f6 \
file://COPYING.DOCS;md5=8fdeb5abdb235a08e76835f8f3260215"
DEPENDS = "virtual/libx11"
-PR = "r1"
+PR = "r0"
SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
file://fix_issue_caused_by_ccache.patch \
file://fix_unsupporting_kernel_3.patch \
- file://fixed-perl-path.patch"
+ file://fixed-perl-path.patch \
+ file://configure-fix.patch"
-SRC_URI[md5sum] = "2c3aa122498baecc9d69194057ca88f5"
-SRC_URI[sha256sum] = "49bdcc4fbcf060049b5f0dcfd8a187a6e90e0b0e57309f633b64e44430726a0e"
+SRC_URI[md5sum] = "a855fda56edf05614f099dca316d1775"
+SRC_URI[sha256sum] = "5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 11/14] telepathy-glib: upgrade to 0.17.4
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (9 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 10/14] valgrind: upgrade to 3.7.0 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:35 ` [PATCH 12/14] ofono: upgrade to 1.0 Shane Wang
` (2 subsequent siblings)
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
...thy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} (80%)
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.0.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.17.0.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb
index db5fd41..1ad91b2 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb
@@ -7,8 +7,8 @@ PR = "r0"
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "5ea748c581db611b097c4926f0467c1e"
-SRC_URI[sha256sum] = "06f61e9a8b12e55ac8c62cad29baa5b14f2b75118a9b01f0874f8048ec33d845"
+SRC_URI[md5sum] = "2e1d583af92e7e88bd5478eab1755696"
+SRC_URI[sha256sum] = "bd9395178d2e11e6caaf14100bbfcb8bf3ceeb574538c670dbef68750dd24b3c"
LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 12/14] ofono: upgrade to 1.0
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (10 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 11/14] telepathy-glib: upgrade to 0.17.4 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:47 ` Koen Kooi
2011-12-23 16:35 ` [PATCH 13/14] libpcap: upgrade to 1.2.0 Shane Wang
2011-12-23 16:35 ` [PATCH 14/14] distro_tracking_fields: update the info for recipe upgrading Shane Wang
13 siblings, 1 reply; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
meta/recipes-connectivity/ofono/ofono.inc | 2 +-
.../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%)
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index 0cc58ae..bf6f6a5 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -3,7 +3,7 @@ SUMMARY = "open source telephony"
DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
- file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779"
+ file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
inherit autotools pkgconfig update-rc.d
diff --git a/meta/recipes-connectivity/ofono/ofono_0.50.bb b/meta/recipes-connectivity/ofono/ofono_1.0.bb
similarity index 63%
rename from meta/recipes-connectivity/ofono/ofono_0.50.bb
rename to meta/recipes-connectivity/ofono/ofono_1.0.bb
index b4ef413..276efdb 100644
--- a/meta/recipes-connectivity/ofono/ofono_0.50.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.0.bb
@@ -1,6 +1,6 @@
require ofono.inc
-PR = "r2"
+PR = "r0"
SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
file://ofono"
@@ -10,5 +10,5 @@ EXTRA_OECONF += "\
${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
"
-SRC_URI[md5sum] = "b2656fd0bbf33f926fc86c1e8915d697"
-SRC_URI[sha256sum] = "f8f8dd917847a007e4d441b949efc4d28dc3644526d5293016844c2536c65ff9"
+SRC_URI[md5sum] = "09a36c923c8c0f491899aa7eebe92193"
+SRC_URI[sha256sum] = "7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 13/14] libpcap: upgrade to 1.2.0
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (11 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 12/14] ofono: upgrade to 1.0 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
2011-12-23 16:35 ` [PATCH 14/14] distro_tracking_fields: update the info for recipe upgrading Shane Wang
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../{libpcap-1.1.1 => libpcap-1.2.0}/aclocal.patch | 0
.../ieee80215-arphrd.patch | 4 ++--
meta/recipes-connectivity/libpcap/libpcap.inc | 2 +-
.../libpcap/{libpcap_1.1.1.bb => libpcap_1.2.0.bb} | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-connectivity/libpcap/{libpcap-1.1.1 => libpcap-1.2.0}/aclocal.patch (100%)
rename meta/recipes-connectivity/libpcap/{libpcap-1.1.1 => libpcap-1.2.0}/ieee80215-arphrd.patch (91%)
rename meta/recipes-connectivity/libpcap/{libpcap_1.1.1.bb => libpcap_1.2.0.bb} (73%)
diff --git a/meta/recipes-connectivity/libpcap/libpcap-1.1.1/aclocal.patch b/meta/recipes-connectivity/libpcap/libpcap-1.2.0/aclocal.patch
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap-1.1.1/aclocal.patch
rename to meta/recipes-connectivity/libpcap/libpcap-1.2.0/aclocal.patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch b/meta/recipes-connectivity/libpcap/libpcap-1.2.0/ieee80215-arphrd.patch
similarity index 91%
rename from meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch
rename to meta/recipes-connectivity/libpcap/libpcap-1.2.0/ieee80215-arphrd.patch
index 8041d7a..2f5cd21 100644
--- a/meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch
+++ b/meta/recipes-connectivity/libpcap/libpcap-1.2.0/ieee80215-arphrd.patch
@@ -9,10 +9,10 @@ Index: libpcap-1.0.0/pcap-linux.c
//handle->md.cooked = 1;
break;
+#ifndef ARPHRD_IEEE80215
-+#define ARPHRD_IEEE80215 804
++#define ARPHRD_IEEE80215 805
+#endif
+#ifndef ARPHRD_IEEE80215_PHY
-+#define ARPHRD_IEEE80215_PHY 805
++#define ARPHRD_IEEE80215_PHY 806
+#endif
+
+ case ARPHRD_IEEE80215:
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc
index 84001e5..6051bbc 100644
--- a/meta/recipes-connectivity/libpcap/libpcap.inc
+++ b/meta/recipes-connectivity/libpcap/libpcap.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \
file://pcap.h;beginline=1;endline=34;md5=8d6cf7e17d5745010d633e30bc529ea9"
DEPENDS = "flex-native bison-native"
-INC_PR = "r1"
+INC_PR = "r0"
SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb b/meta/recipes-connectivity/libpcap/libpcap_1.2.0.bb
similarity index 73%
rename from meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.2.0.bb
index 2700bb7..bc7c03b 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.2.0.bb
@@ -5,8 +5,8 @@ PR = "${INC_PR}.0"
SRC_URI += "file://aclocal.patch \
file://ieee80215-arphrd.patch"
-SRC_URI[md5sum] = "1bca27d206970badae248cfa471bbb47"
-SRC_URI[sha256sum] = "508cca15547e55d1318498b838456a21770c450beb2dc7d7d4a96d90816e5a85"
+SRC_URI[md5sum] = "dfb8aa690b7a29821bfa183025436569"
+SRC_URI[sha256sum] = "702ac51cfaa5c17d6b92771b22835d58eda4dc9e1f596c80a0b031e4c45c07d6"
#
# make install doesn't cover the shared lib
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [PATCH 14/14] distro_tracking_fields: update the info for recipe upgrading
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
` (12 preceding siblings ...)
2011-12-23 16:35 ` [PATCH 13/14] libpcap: upgrade to 1.2.0 Shane Wang
@ 2011-12-23 16:35 ` Shane Wang
13 siblings, 0 replies; 29+ messages in thread
From: Shane Wang @ 2011-12-23 16:35 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 89 ++++++++++----------
1 files changed, 46 insertions(+), 43 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index ab18e12..2f13350 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -169,15 +169,15 @@ RECIPE_MAINTAINER_pn-libdaemon = "Saul Wold <sgw@linux.intel.com>"
RECIPE_STATUS_pn-glib-2.0 = "green"
DISTRO_PN_ALIAS_pn-glib-2.0 = "Meego=glib2 Fedora=glib2 OpenSuSE=glib2 Ubuntu=glib2.0 Mandriva=glib2.0 Debian=glib2.0"
RECIPE_DEPENDENCY_CHECK_pn-glib-2.0 = "not done"
-RECIPE_LATEST_VERSION_pn-glib-2.0 = "2.30.1"
+RECIPE_LATEST_VERSION_pn-glib-2.0 = "2.30.2"
RECIPE_PATCH_pn-glib-2.0+60_wait-longer-for-threads-to-die = "to be pushed upstream"
RECIPE_PATCH_pn-glib-2.0+configure-libtool = "local"
RECIPE_PATCH_pn-glib-2.0+glib-gettextize-dir = "marked as REMOVAL"
RECIPE_INTEL_SECTION_pn-glib-2.0 = "base libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-glib-2.0 = "20 days"
-RECIPE_LATEST_RELEASE_DATE_pn-glib-2.0 = "Oct 14, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-glib-2.0 = "Nov 11, 2011"
RECIPE_COMMENTS_pn-glib-2.0 = ""
-RECIPE_LAST_UPDATE_pn-glib-2.0 = "Dec 1, 2011"
+RECIPE_LAST_UPDATE_pn-glib-2.0 = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-glib-2.0 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libpam = "green"
@@ -227,10 +227,11 @@ RECIPE_MANUAL_CHECK_DATE_pn-expat = "Nov 14, 2011"
RECIPE_MAINTAINER_pn-expat = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-dbus = "green"
-RECIPE_LATEST_VERSION_pn-dbus = "1.4.1"
+RECIPE_LATEST_VERSION_pn-dbus = "1.5.8"
RECIPE_INTEL_SECTION_pn-dbus = "base libs"
-RECIPE_LATEST_RELEASE_DATE_pn-dbus = "Dec 01, 2010"
-RECIPE_LAST_UPDATE_pn-dbus = "Jan 20, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dbus = "2 months"
+RECIPE_LATEST_RELEASE_DATE_pn-dbus = "Sep 21, 2011"
+RECIPE_LAST_UPDATE_pn-dbus = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-dbus = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-dbus-glib = "green"
@@ -795,12 +796,12 @@ DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=http://svn.openmoko.org/trunk/sr
RECIPE_STATUS_pn-polkit = "green"
RECIPE_DEPENDENCY_CHECK_pn-polkit = "not done"
-RECIPE_LATEST_VERSION_pn-polkit = "0.102"
+RECIPE_LATEST_VERSION_pn-polkit = "0.103"
RECIPE_INTEL_SECTION_pn-polkit = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-polkit = "Aug 01, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-polkit = "Dec 06, 2011"
RECIPE_COMMENTS_pn-polkit = ""
-RECIPE_LAST_UPDATE_pn-polkit = "Oct 28, 2011"
+RECIPE_LAST_UPDATE_pn-polkit = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-polkit = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-psplash = "not done"
@@ -954,12 +955,12 @@ RECIPE_MAINTAINER_pn-gperf = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-valgrind = "green"
RECIPE_DEPENDENCY_CHECK_pn-valgrind = "not done"
-RECIPE_LATEST_VERSION_pn-valgrind = "3.6.1"
+RECIPE_LATEST_VERSION_pn-valgrind = "3.7.0"
RECIPE_INTEL_SECTION_pn-valgrind = "base utils"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-valgrind = "4 months"
-RECIPE_LATEST_RELEASE_DATE_pn-valgrind = "Feb 16, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-valgrind = "Nov 05, 2011"
RECIPE_COMMENTS_pn-valgrind = ""
-RECIPE_LAST_UPDATE_pn-valgrind = "Apr 26, 2011"
+RECIPE_LAST_UPDATE_pn-valgrind = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-valgrind = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-formfactor = "green"
@@ -1242,12 +1243,12 @@ RECIPE_MAINTAINER_pn-modutils-collateral = "Saul Wold <sgw@linux.intel.com>"
RECIPE_STATUS_pn-mtd-utils = "green"
RECIPE_DEPENDENCY_CHECK_pn-mtd-utils = "not done"
-RECIPE_LATEST_VERSION_pn-mtd-utils = "1.4.1"
+RECIPE_LATEST_VERSION_pn-mtd-utils = "1.4.9"
RECIPE_INTEL_SECTION_pn-mtd-utils = "base utils"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mtd-utils = "1 months"
-RECIPE_LATEST_RELEASE_DATE_pn-mtd-utils = "Oct 15, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-mtd-utils = "Dec 17, 2011"
RECIPE_COMMENTS_pn-mtd-utils = ""
-RECIPE_LAST_UPDATE_pn-mtd-utils = "Nov 18, 2010"
+RECIPE_LAST_UPDATE_pn-mtd-utils = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-mtd-utils = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-procps = "red"
@@ -2132,11 +2133,11 @@ RECIPE_LAST_UPDATE_pn-bluez4 = "Dec 30, 2010"
RECIPE_MAINTAINER_pn-bluez4 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libpcap="green"
-RECIPE_LATEST_VERSION_pn-libpcap="1.1.1"
+RECIPE_LATEST_VERSION_pn-libpcap="1.2.0"
RECIPE_NO_OF_PATCHES_pn-libpcap="2"
-RECIPE_LATEST_RELEASE_DATE_pn-libpcap="Apr 05, 2010"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libpcap="2 months"
-RECIPE_LAST_UPDATE_pn-libpcap = "Jun 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-libpcap="Jul 24, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libpcap="15 months"
+RECIPE_LAST_UPDATE_pn-libpcap = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-libpcap = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-wpa-supplicant="green"
@@ -2239,11 +2240,11 @@ RECIPE_LAST_UPDATE_pn-libopensync-plugin-syncml = "Jul 31, 2009"
RECIPE_MAINTAINER_pn-libopensync-plugin-syncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-ofono = "green"
-RECIPE_LATEST_VERSION_pn-ofono = "0.45"
+RECIPE_LATEST_VERSION_pn-ofono = "1.0"
RECIPE_NO_OF_PATCHES_pn-ofono="0"
-RECIPE_LATEST_RELEASE_DATE_pn-ofono="Mar 15, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-ofono="Dec 22, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ofono="15 days"
-RECIPE_LAST_UPDATE_pn-ofono = "Apr 15, 2011"
+RECIPE_LAST_UPDATE_pn-ofono = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-ofono = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-ofono = "Debian=ofono Ubuntu=ofono"
@@ -2265,10 +2266,10 @@ RECIPE_MAINTAINER_pn-telepathy-gabble = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-telepathy-glib = "green"
RECIPE_NO_OF_PATCHES_pn-telepathy-glib ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "Nov 8, 2011"
-RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.17.0"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "Dec 19, 2011"
+RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.17.4"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-glib = "10 days"
-RECIPE_LAST_UPDATE_pn-telepathy-glib = "Dec 1, 2011"
+RECIPE_LAST_UPDATE_pn-telepathy-glib = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-telepathy-glib = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-telepathy-idle = "green"
@@ -2615,6 +2616,7 @@ RECIPE_STATUS_pn-gstreamer="green"
RECIPE_LATEST_VERSION_pn-gstreamer="0.10.32"
RECIPE_NO_OF_PATCHES_pn-gstreamer="2"
RECIPE_LATEST_RELEASE_DATE_pn-gstreamer="Jan 31, 2011"
+RECIPE_NO_UPDATE_REASON_pn-gstreamer="upgrading to 0.11.1 causes gst-fluendo-mpegdemux compilation failure due to API conflicts. Probably 0.11 is not stable enough for some gst-* recipes"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gstreamer="2 month"
RECIPE_LAST_UPDATE_pn-gstreamer = "Apr 15, 2011"
RECIPE_MAINTAINER_pn-gstreamer = "Dongxiao Xu <dongxiao.xu@intel.com>"
@@ -2622,6 +2624,7 @@ RECIPE_MAINTAINER_pn-gstreamer = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gst-plugins-base="green"
DISTRO_PN_ALIAS_pn-gst-plugins-base = "Meego=gst-plugins-base Fedora=gstreamer-plugins-base OpenSuSE=gstreamer-plugins-base Ubuntu=gst-plugins-base0.10 Mandriva=gstreamer0.10-plugins-base Debian=gst-plugins-base0.10"
RECIPE_LATEST_VERSION_pn-gst-plugins-base="0.10.32"
+RECIPE_NO_UPDATE_REASON_pn-gst-plugins-base="gstreamer can not be upgraded to 0.11 and gst-plugins-base depends on gstreamer"
RECIPE_NO_OF_PATCHES_pn-gst-plugins-base="0"
RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-base="Jan 21, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-base="2 months"
@@ -2639,20 +2642,20 @@ RECIPE_MAINTAINER_pn-gst-plugins-good = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gst-plugins-ugly="green"
DISTRO_PN_ALIAS_pn-gst-plugins-ugly = "OpenSuSE=gstreamer-plugins-ugly Mandriva=gstreamer0.10-plugins-ugly Debian=gst-plugins-ugly0.10"
-RECIPE_LATEST_VERSION_pn-gst-plugins-ugly="0.10.17"
+RECIPE_LATEST_VERSION_pn-gst-plugins-ugly="0.10.18"
RECIPE_NO_OF_PATCHES_pn-gst-plugins-ugly="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-ugly="Jan 21, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-ugly="May 10, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-ugly="4 months"
-RECIPE_LAST_UPDATE_pn-gst-plugins-ugly = "Apr 15, 2011"
+RECIPE_LAST_UPDATE_pn-gst-plugins-ugly = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-gst-plugins-ugly = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gst-plugins-bad="green"
DISTRO_PN_ALIAS_pn-gst-plugins-bad = "Fedora=gstreamer-plugins-bad-free OpenSuSE=gstreamer-plugins-bad Debian=gst-plugins-bad0.10"
-RECIPE_LATEST_VERSION_pn-gst-plugins-bad="0.10.21"
+RECIPE_LATEST_VERSION_pn-gst-plugins-bad="0.10.22"
RECIPE_NO_OF_PATCHES_pn-gst-plugins-bad="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-bad="Jan 21, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-bad="May 10, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-bad="4 months"
-RECIPE_LAST_UPDATE_pn-gst-plugins-bad = "Apr 15, 2011"
+RECIPE_LAST_UPDATE_pn-gst-plugins-bad = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-gst-plugins-bad = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-alsa-utils="green"
@@ -2729,11 +2732,11 @@ DISTRO_PN_ALIAS_pn-gst-openmax="OSPDT upstream=http://cgit.freedesktop.org/gstre
RECIPE_STATUS_pn-gst-ffmpeg = "green"
DISTRO_PN_ALIAS_pn-gst-ffmpeg = "Mandriva=gstreamer0.10-ffmpeg Debian=gstreamer0.10-ffmpeg"
-RECIPE_LATEST_VERSION_pn-gst-ffmpeg = "0.10.11"
+RECIPE_LATEST_VERSION_pn-gst-ffmpeg = "0.10.13"
RECIPE_NO_OF_PATCHES_pn-gst-ffmpeg = "1"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-ffmpeg = "Jul 15, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-ffmpeg = "Nov 02, 2011"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-ffmpeg = "4 months"
-RECIPE_LAST_UPDATE_pn-gst-ffmpeg = "Dec 14, 2010"
+RECIPE_LAST_UPDATE_pn-gst-ffmpeg = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-gst-ffmpeg = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libsndfile1 = "green"
@@ -2768,20 +2771,20 @@ RECIPE_LAST_UPDATE_pn-libnice = "Aug 19, 2009"
RECIPE_MAINTAINER_pn-libnice = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gst-fluendo-mp3 = "green"
-RECIPE_LATEST_VERSION_pn-gst-fluendo-mp3 = "0.10.15"
+RECIPE_LATEST_VERSION_pn-gst-fluendo-mp3 = "0.10.16"
RECIPE_NO_OF_PATCHES_pn-gst-fluendo-mp3 = "1"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mp3 = "Oct 21, 2010"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mp3 = "3 months"
-RECIPE_LAST_UPDATE_pn-gst-fluendo-mp3 = "Dec 7, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mp3 = "Dec 5, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mp3 = "14 months"
+RECIPE_LAST_UPDATE_pn-gst-fluendo-mp3 = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-gst-fluendo-mp3 = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-gst-fluendo-mp3 = "Debian=gstreamer0.10-fluendo-mp3 Ubuntu=gstreamer0.10-fluendo-mp3"
RECIPE_STATUS_pn-gst-fluendo-mpegdemux = "green"
-RECIPE_LATEST_VERSION_pn-gst-fluendo-mpegdemux = "0.10.67"
+RECIPE_LATEST_VERSION_pn-gst-fluendo-mpegdemux = "0.10.69"
RECIPE_NO_OF_PATCHES_pn-gst-fluendo-mpegdemux = "0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mpegdemux = "Mar 17, 2011"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mpegdemux = "6 days"
-RECIPE_LAST_UPDATE_pn-gst-fluendo-mpegdemux = "Apr 26, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mpegdemux = "Oct 19, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mpegdemux = "3 months"
+RECIPE_LAST_UPDATE_pn-gst-fluendo-mpegdemux = "Dec 23, 2011"
RECIPE_MAINTAINER_pn-gst-fluendo-mpegdemux = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-gst-fluendo-mpegdemux = "Ubuntu=gstreamer0.10-fluendo-mpegdemux Debian=gstreamer0.10-fluendo-mpegdemux"
--
1.7.6
^ permalink raw reply related [flat|nested] 29+ messages in thread
* Re: [PATCH 01/14] polkit: upgrade to 0.103
2011-12-23 16:35 ` [PATCH 01/14] polkit: upgrade to 0.103 Shane Wang
@ 2011-12-23 16:40 ` Koen Kooi
2011-12-24 7:07 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:40 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2740 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> .../introspection.patch | 0
> .../polkit-1_pam.patch | 0
> .../polkit/{polkit_0.102.bb => polkit_0.103.bb} | 6 +++---
> 3 files changed, 3 insertions(+), 3 deletions(-)
> rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/introspection.patch (100%)
> rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/polkit-1_pam.patch (100%)
> rename meta/recipes-extended/polkit/{polkit_0.102.bb => polkit_0.103.bb} (84%)
>
> diff --git a/meta/recipes-extended/polkit/polkit-0.102/introspection.patch b/meta/recipes-extended/polkit/polkit-0.103/introspection.patch
> similarity index 100%
> rename from meta/recipes-extended/polkit/polkit-0.102/introspection.patch
> rename to meta/recipes-extended/polkit/polkit-0.103/introspection.patch
> diff --git a/meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
> similarity index 100%
> rename from meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch
> rename to meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
> diff --git a/meta/recipes-extended/polkit/polkit_0.102.bb b/meta/recipes-extended/polkit/polkit_0.103.bb
> similarity index 84%
> rename from meta/recipes-extended/polkit/polkit_0.102.bb
> rename to meta/recipes-extended/polkit/polkit_0.103.bb
> index 714aa8e..0498494 100644
> --- a/meta/recipes-extended/polkit/polkit_0.102.bb
> +++ b/meta/recipes-extended/polkit/polkit_0.103.bb
> @@ -4,7 +4,7 @@ HOMEPAGE = "http://code.google.com/p/polkit/"
> LICENSE = "LGPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
> file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
> - file://docs/polkit/html/license.html;md5=570dd8c794dc8df913cb03b86e78d936"
> + file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
What changed?
>
> SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
> file://introspection.patch \
> @@ -28,5 +28,5 @@ do_install_append() {
> rm -f ${D}${libdir}/${PN}-1/extensions/*.a
> }
>
> -SRC_URI[md5sum] = "a3726bdb9728c103e58f62131e26693a"
> -SRC_URI[sha256sum] = "0a6573da841c6f5c428218f1456aed45724a0127932af0de563d568bb9058641"
> +SRC_URI[md5sum] = "aaacf2ef18774ea8a825a426a7cfe763"
> +SRC_URI[sha256sum] = "36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3bc5"
These should go next to SRC_URI, not at the bottom
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22
2011-12-23 16:35 ` [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22 Shane Wang
@ 2011-12-23 16:41 ` Koen Kooi
2011-12-24 7:13 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:41 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> ...s-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} | 7 +++----
> 1 files changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} (76%)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
> similarity index 76%
> rename from meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
> rename to meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
> index a7023e3..ec067b8 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
> @@ -4,12 +4,11 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ "
> LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \
> file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
> - file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a44697c1527c5a4bcf8d5d69b \
Why is that removed?
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13
2011-12-23 16:35 ` [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13 Shane Wang
@ 2011-12-23 16:43 ` Koen Kooi
2011-12-24 7:23 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:43 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 5040 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> .../gst-ffmpeg-0.10.13/configure-fix.patch | 20 ++++++++++++++++++++
> .../lower-rank.diff | 0
> ...gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} | 19 ++++++++++++-------
> 3 files changed, 32 insertions(+), 7 deletions(-)
> create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
> rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg-0.10.11 => gst-ffmpeg-0.10.13}/lower-rank.diff (100%)
> rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} (58%)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
> new file mode 100644
> index 0000000..81029ca
> --- /dev/null
> +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
> @@ -0,0 +1,20 @@
> +Disable yasm for libav when --disable-yasm
> +
> +Upstream-Status: Inappropriate [configuration]
> +
> +Signed-off-by: Shane Wang <shane.wang@intel.com>
> +
> +diff -r f2f8f74c6e30 configure.ac
> +--- a/configure.ac Thu Dec 22 23:56:09 2011 +0800
> ++++ b/configure.ac Thu Dec 22 23:57:37 2011 +0800
> +@@ -325,6 +325,10 @@
> + --enable-gpl"
> + fi
> +
> ++ if test "x$disable_yasm" != "xyes"; then
> ++ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
> ++ fi
> ++
> + # if we are cross-compiling, tell ffmpeg so
> + target_os=`echo $host_os | sed 's/-gnu//'`
> + if test "x$cross_compiling" = xyes; then
> diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/lower-rank.diff
> similarity index 100%
> rename from meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
> rename to meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/lower-rank.diff
> diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
> similarity index 58%
> rename from meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
> rename to meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
> index c3512e1..a1b7cbb 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
> +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
> @@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> file://ext/libpostproc/gstpostproc.c;beginline=1;endline=18;md5=5896e445e41681324381f5869ee33d38 \
> file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
> file://ext/ffmpeg/gstffmpeg.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9 \
> - file://gst-libs/ext/ffmpeg/LICENSE;md5=524b5ee4bdbbf755ebbb76727ba80b0d \
> - file://gst-libs/ext/ffmpeg/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> - file://gst-libs/ext/ffmpeg/COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
> - file://gst-libs/ext/ffmpeg/COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
> - file://gst-libs/ext/ffmpeg/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
> + file://gst-libs/ext/libav/LICENSE;md5=abc3b8cb02856aa7823bbbd162d16232 \
> + file://gst-libs/ext/libav/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> + file://gst-libs/ext/libav/COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
> + file://gst-libs/ext/libav/COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
> + file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
What changed?
> HOMEPAGE = "http://www.gstreamer.net/"
> DEPENDS = "gstreamer gst-plugins-base zlib"
>
> @@ -17,15 +17,20 @@ inherit autotools pkgconfig
>
> SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
> file://lower-rank.diff \
> + file://configure-fix.patch \
> "
>
> -SRC_URI[md5sum] = "0d23197ba7ac06ea34fa66d38469ebe5"
> -SRC_URI[sha256sum] = "ff36a138e5af4ed8dcc459d6d6521fe66ed31ec29ba9a924dc3675c6749a692e"
> +SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4"
> +SRC_URI[sha256sum] = "76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62"
>
> PR = "r0"
>
> EXTRA_OECONF = "--with-ffmpeg-extra-configure=\"--target-os=linux\" "
>
> +# yasm not found, use --disable-yasm for a crippled build for libav
> +EXTRA_OECONF_append_x86-64 = " --disable-yasm "
> +EXTRA_OECONF_append_x86 = " --disable-yasm "
Since yasm is x86 only it should be safe go globally disable it, no? And a related question: why isn't this bulding against an external libav like OE-classic does?
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 08/14] dbus: upgrade to 1.5.8
2011-12-23 16:35 ` [PATCH 08/14] dbus: upgrade to 1.5.8 Shane Wang
@ 2011-12-23 16:44 ` Koen Kooi
2011-12-24 7:37 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:44 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
>
> delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
> create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb
From the dbus website:
The current stable branch is 1.4.x, and the latest stable release is D-Bus 1.4.16 (2011-09-21). See the 1.4.16 release announcement.
[..]
The current development branch is 1.5.x, and the latest development release is D-Bus 1.5.8 (2011-09-21). See the 1.5.8 release announcement.
Why is this switching dbus to the unstable branch?
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 07/14] glib-2.0: upgrade to 2.30.2
2011-12-23 16:35 ` [PATCH 07/14] glib-2.0: upgrade to 2.30.2 Shane Wang
@ 2011-12-23 16:45 ` Koen Kooi
2011-12-24 7:45 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:45 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> .../{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} | 7 +++----
> 1 files changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} (88%)
>
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb
> similarity index 88%
> rename from meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb
> rename to meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb
> index bf415a1..62f7dc6 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb
> +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb
> @@ -1,6 +1,6 @@
> require glib.inc
>
> -PR = "r1"
> +PR = "r0"
> PE = "1"
>
> DEPENDS += "libffi python-argparse-native"
> @@ -13,10 +13,9 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \
> file://configure-libtool.patch \
> file://60_wait-longer-for-threads-to-die.patch \
> file://g_once_init_enter.patch \
> - file://glib-2.0_fix_for_x32.patch \
Please delete the patch file as well when removing it from SRC_URI
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 10/14] valgrind: upgrade to 3.7.0
2011-12-23 16:35 ` [PATCH 10/14] valgrind: upgrade to 3.7.0 Shane Wang
@ 2011-12-23 16:46 ` Koen Kooi
2011-12-24 8:11 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:46 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2280 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> .../valgrind/valgrind-3.7.0/configure-fix.patch | 23 ++++++++++++++++++++
> .../fix_issue_caused_by_ccache.patch | 0
> .../fix_unsupporting_kernel_3.patch | 0
> .../fixed-perl-path.patch | 0
> .../{valgrind_3.6.1.bb => valgrind_3.7.0.bb} | 13 ++++++-----
> 5 files changed, 30 insertions(+), 6 deletions(-)
> create mode 100644 meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
> rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_issue_caused_by_ccache.patch (100%)
> rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_unsupporting_kernel_3.patch (100%)
> rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fixed-perl-path.patch (100%)
> rename meta/recipes-devtools/valgrind/{valgrind_3.6.1.bb => valgrind_3.7.0.bb} (71%)
>
> diff --git a/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch b/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
> new file mode 100644
> index 0000000..f57897c
> --- /dev/null
> +++ b/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
> @@ -0,0 +1,23 @@
> +To recognize gcc version from poky in configure.in
> +
> +Upstream-Status: Inappropriate [configuration]
> +
> +Signed-off-by: Shane Wang <shane.wang@intel.com>
> +
> +diff -r 91a8df96084a configure.in
> +--- a/configure.in Fri Dec 23 20:57:01 2011 +0800
> ++++ b/configure.in Fri Dec 23 20:59:21 2011 +0800
> +@@ -104,11 +104,13 @@
> + #
> + # i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
> + # i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
> ++# i586-poky-linux-gcc (GCC) 4.6.3 (prerelease) Copyright
> + #
> + [gcc_version=`${CC} --version \
> + | head -n 1 \
> + | $SED 's/i686-apple-darwin10//' \
> + | $SED 's/i686-apple-darwin11//' \
> ++ | $SED 's/.*poky[^0-9]*//' \
Either change this to work with every TARGET_VENDOR or put it in the poky layer as bbappend.
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 12/14] ofono: upgrade to 1.0
2011-12-23 16:35 ` [PATCH 12/14] ofono: upgrade to 1.0 Shane Wang
@ 2011-12-23 16:47 ` Koen Kooi
2011-12-24 8:14 ` Wang, Shane
0 siblings, 1 reply; 29+ messages in thread
From: Koen Kooi @ 2011-12-23 16:47 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> meta/recipes-connectivity/ofono/ofono.inc | 2 +-
> .../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
> rename meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%)
>
> diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
> index 0cc58ae..bf6f6a5 100644
> --- a/meta/recipes-connectivity/ofono/ofono.inc
> +++ b/meta/recipes-connectivity/ofono/ofono.inc
> @@ -3,7 +3,7 @@ SUMMARY = "open source telephony"
> DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
> - file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779"
> + file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
what changed?
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 01/14] polkit: upgrade to 0.103
2011-12-23 16:40 ` Koen Kooi
@ 2011-12-24 7:07 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 7:07 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com> ---
>> .../introspection.patch | 0
>> .../polkit-1_pam.patch | 0
>> .../polkit/{polkit_0.102.bb => polkit_0.103.bb} | 6 +++--- 3
>> files changed, 3 insertions(+), 3 deletions(-) rename
>> meta/recipes-extended/polkit/{polkit-0.102 =>
>> polkit-0.103}/introspection.patch (100%) rename
>> meta/recipes-extended/polkit/{polkit-0.102 =>
>> polkit-0.103}/polkit-1_pam.patch (100%) rename
>> meta/recipes-extended/polkit/{polkit_0.102.bb => polkit_0.103.bb} (84%)
>>
>> diff --git
>> a/meta/recipes-extended/polkit/polkit-0.102/introspection.patch
>> b/meta/recipes-extended/polkit/polkit-0.103/introspection.patch
>> similarity index 100% rename from
>> meta/recipes-extended/polkit/polkit-0.102/introspection.patch rename to
>> meta/recipes-extended/polkit/polkit-0.103/introspection.patch diff
>> --git a/meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch
>> b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
>> similarity index 100% rename from
>> meta/recipes-extended/polkit/polkit-0.102/polkit-1_pam.patch rename to
>> meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch diff --git
>> a/meta/recipes-extended/polkit/polkit_0.102.bb
>> b/meta/recipes-extended/polkit/polkit_0.103.bb similarity index 84%
>> rename from meta/recipes-extended/polkit/polkit_0.102.bb rename to
>> meta/recipes-extended/polkit/polkit_0.103.bb index 714aa8e..0498494
>> 100644 --- a/meta/recipes-extended/polkit/polkit_0.102.bb +++
>> b/meta/recipes-extended/polkit/polkit_0.103.bb @@ -4,7 +4,7 @@ HOMEPAGE
>> = "http://code.google.com/p/polkit/" LICENSE = "LGPLv2+"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb
>> \
>>
> file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806b
> e820c14e783f8 \
>> -
> file://docs/polkit/html/license.html;md5=570dd8c794dc8df913cb03b86e78d
> 936"
>> +
> file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0
> e38"
>
> What changed?
>
The diff is trivial:
< <meta name="generator" content="GTK-Doc V1.17 (XML mode)">
---
> <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
514c514
< Generated by GTK-Doc V1.17</div>
---
> Generated by GTK-Doc V1.18</div>
>>
>> SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
>> file://introspection.patch \
>> @@ -28,5 +28,5 @@ do_install_append() {
>> rm -f ${D}${libdir}/${PN}-1/extensions/*.a
>> }
>>
>> -SRC_URI[md5sum] = "a3726bdb9728c103e58f62131e26693a"
>> -SRC_URI[sha256sum] =
> "0a6573da841c6f5c428218f1456aed45724a0127932af0de563d568bb90586
> 41"
>> +SRC_URI[md5sum] = "aaacf2ef18774ea8a825a426a7cfe763"
>> +SRC_URI[sha256sum] =
> "36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3b c5"
>
> These should go next to SRC_URI, not at the bottom
Will update
--
Shane
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22
2011-12-23 16:41 ` Koen Kooi
@ 2011-12-24 7:13 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 7:13 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote on 2011-12-24:
>
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com> ---
>> ...s-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} | 7 +++---- 1
>> files changed, 3 insertions(+), 4 deletions(-) rename
>> meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.21.bb =>
>> gst-plugins-bad_0.10.22.bb} (76%)
>>
>> diff --git
> a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
> b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb
>> similarity index 76% rename from
>> meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb rename to
>> meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb index
>> a7023e3..ec067b8 100644 ---
>> a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb +++
>> b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb @@ -4,12
>> +4,11 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " LIC_FILES_CHKSUM =
>> "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>>
> file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a667
> 7778f4460ec06 \
>>
>> file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ -
> file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a446
> 97c1527c5a4bcf8d5d69b \
>
> Why is that removed?
Because the file as well as the folder disappeared in the new version.
--
Shane
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13
2011-12-23 16:43 ` Koen Kooi
@ 2011-12-24 7:23 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 7:23 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote on 2011-12-24:
>
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com> ---
>> .../gst-ffmpeg-0.10.13/configure-fix.patch | 20
>> ++++++++++++++++++++ .../lower-rank.diff
>> | 0 ...gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} | 19
>> ++++++++++++------- 3 files changed, 32 insertions(+), 7 deletions(-)
>> create mode 100644
> meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patc
> h
>> rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg-0.10.11 =>
>> gst-ffmpeg-0.10.13}/lower-rank.diff (100%) rename
>> meta/recipes-multimedia/gstreamer/{gst-ffmpeg_0.10.11.bb =>
>> gst-ffmpeg_0.10.13.bb} (58%)
>>
>> diff --git
> a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.pa
> tch
> b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.pa
> tch
>> new file mode 100644
>> index 0000000..81029ca
>> --- /dev/null
>> +++
> b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.pa
> tch
>> @@ -0,0 +1,20 @@ +Disable yasm for libav when --disable-yasm +
>> +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Shane
>> Wang <shane.wang@intel.com> + +diff -r f2f8f74c6e30 configure.ac +---
>> a/configure.ac Thu Dec 22 23:56:09 2011 +0800 ++++ b/configure.ac Thu
>> Dec 22 23:57:37 2011 +0800 +@@ -325,6 +325,10 @@ +
>> --enable-gpl" + fi + ++ if test "x$disable_yasm" != "xyes"; then ++
>> embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
>> ++ fi ++ + # if we are cross-compiling, tell ffmpeg so +
>> target_os=`echo $host_os | sed 's/-gnu//'` + if test
>> "x$cross_compiling" = xyes; then diff --git
> a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
> b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/lower-rank.diff
>> similarity index 100% rename from
>> meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
>> rename to
>> meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/lower-rank.diff
>> diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
>> b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb similarity
>> index 58% rename from
>> meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb rename to
>> meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb index
>> c3512e1..a1b7cbb 100644 ---
>> a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb +++
>> b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb @@ -5,11
>> +5,11 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>>
> file://ext/libpostproc/gstpostproc.c;beginline=1;endline=18;md5=5896e445
> e41681324381f5869ee33d38 \
>>
>> file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
>>
> file://ext/ffmpeg/gstffmpeg.h;beginline=1;endline=18;md5=ff65467b0c53cd
> fa98d0684c1bc240a9 \
>> -
> file://gst-libs/ext/ffmpeg/LICENSE;md5=524b5ee4bdbbf755ebbb76727ba80
> b0d \
>> -
> file://gst-libs/ext/ffmpeg/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fd
> af4a4263 \
>> -
> file://gst-libs/ext/ffmpeg/COPYING.GPLv3;md5=d32239bcb673463ab874e80
> d47fae504 \
>> -
> file://gst-libs/ext/ffmpeg/COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd
> 79d7bd3a379 \
>> -
> file://gst-libs/ext/ffmpeg/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983
> 680233ad02"
>> +
> file://gst-libs/ext/libav/LICENSE;md5=abc3b8cb02856aa7823bbbd162d1623
> 2 \
>> +
> file://gst-libs/ext/libav/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf
> 4a4263 \
>> +
> file://gst-libs/ext/libav/COPYING.GPLv3;md5=d32239bcb673463ab874e80d4
> 7fae504 \
>> +
> file://gst-libs/ext/libav/COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79
> d7bd3a379 \
>> +
> file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d98368
> 0233ad02"
>
> What changed?
>
For the five, ffmpeg doesn't exist, so I used libav, four of them are the same.
For LICENSE, the diff is:
==================================
1,2c1,2
< FFmpeg:
< -------
---
> Libav:
> ------
4c4
< Most files in FFmpeg are under the GNU Lesser General Public License version 2.1
---
> Most files in Libav are under the GNU Lesser General Public License version 2.1
7c7
< FFmpeg.
---
> Libav.
9c9
< Some optional parts of FFmpeg are licensed under the GNU General Public License
---
> Some optional parts of Libav are licensed under the GNU General Public License
12c12
< configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
---
> configure to activate them. In this case, Libav's license changes to GPL v2+.
14c14
< Specifically, the GPL parts of FFmpeg are
---
> Specifically, the GPL parts of Libav are
17,18d16
< - optional MMX optimizations for YUV to RGB colorspace conversion in
< libswscale/x86/yuv2rgb_template.c
20,21d17
< libavcodec/x86/h264_deblock_sse2.asm
< libavcodec/x86/h264_idct_sse2.asm
40c36
< conjunction with FFmpeg. They require --enable-gpl to be passed to configure
---
> conjunction with Libav. They require --enable-gpl to be passed to configure
45c41
< those licenses. So to combine the OpenCORE libraries with FFmpeg, the license
---
> those licenses. So to combine the OpenCORE libraries with Libav, the license
48c44
< The nonfree external library libfaac can be hooked up in FFmpeg. You need to
---
> The nonfree external library libfaac can be hooked up in Libav. You need to
50c46
< as FFmpeg then becomes nonfree and unredistributable.
---
> as Libav then becomes nonfree and unredistributable.
==================================
>> HOMEPAGE = "http://www.gstreamer.net/"
>> DEPENDS = "gstreamer gst-plugins-base zlib"
>>
>> @@ -17,15 +17,20 @@ inherit autotools pkgconfig
>>
>> SRC_URI =
> "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
>> file://lower-rank.diff \
>> + file://configure-fix.patch \
>> "
>>
>> -SRC_URI[md5sum] = "0d23197ba7ac06ea34fa66d38469ebe5"
>> -SRC_URI[sha256sum] =
> "ff36a138e5af4ed8dcc459d6d6521fe66ed31ec29ba9a924dc3675c6749a692
> e"
>> +SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4"
>> +SRC_URI[sha256sum] =
> "76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb6
> 2"
>>
>> PR = "r0"
>>
>> EXTRA_OECONF = "--with-ffmpeg-extra-configure=\"--target-os=linux\" "
>>
>> +# yasm not found, use --disable-yasm for a crippled build for libav
>> +EXTRA_OECONF_append_x86-64 = " --disable-yasm "
>> +EXTRA_OECONF_append_x86 = " --disable-yasm "
>
> Since yasm is x86 only it should be safe go globally disable it, no? And a
> related question: why isn't this bulding against an external libav like
> OE-classic does?
Libav recipe in OE doesn't disable yasm globally. So I didn't.
The answer for the second question: the tar bar for the new version of gst-ffmpeg contains libav code and its configure in ffmpeg's configure.ac
--
Shane
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 08/14] dbus: upgrade to 1.5.8
2011-12-23 16:44 ` Koen Kooi
@ 2011-12-24 7:37 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 7:37 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote on 2011-12-24:
>
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com>
>> ---
>>
>> delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
>> create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb
>
> From the dbus website:
>
> The current stable branch is 1.4.x, and the latest stable release is D-Bus
> 1.4.16 (2011-09-21). See the 1.4.16 release announcement.
> [..]
> The current development branch is 1.5.x, and the latest development release
> is D-Bus 1.5.8 (2011-09-21). See the 1.5.8 release announcement.
>
> Why is this switching dbus to the unstable branch?
Sorry, I am not aware of it but just find the version update from the package report system.
Will remove the patch.
--
Shane
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 07/14] glib-2.0: upgrade to 2.30.2
2011-12-23 16:45 ` Koen Kooi
@ 2011-12-24 7:45 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 7:45 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote on 2011-12-24:
>
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com> ---
>> .../{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} | 7 +++---- 1
>> files changed, 3 insertions(+), 4 deletions(-) rename
>> meta/recipes-core/glib-2.0/{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb}
>> (88%)
>>
>> diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb
>> b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb similarity index 88%
>> rename from meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb rename to
>> meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb index bf415a1..62f7dc6
>> 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb +++
>> b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb @@ -1,6 +1,6 @@ require
>> glib.inc
>>
>> -PR = "r1"
>> +PR = "r0"
>> PE = "1"
>>
>> DEPENDS += "libffi python-argparse-native"
>> @@ -13,10 +13,9 @@ SRC_URI =
> "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \
>> file://configure-libtool.patch \
>> file://60_wait-longer-for-threads-to-die.patch \
>> file://g_once_init_enter.patch \
>> - file://glib-2.0_fix_for_x32.patch \
>
> Please delete the patch file as well when removing it from SRC_URI
OK.
--
Shane
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 10/14] valgrind: upgrade to 3.7.0
2011-12-23 16:46 ` Koen Kooi
@ 2011-12-24 8:11 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 8:11 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote on 2011-12-24:
>
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com> ---
>> .../valgrind/valgrind-3.7.0/configure-fix.patch | 23
>> ++++++++++++++++++++ .../fix_issue_caused_by_ccache.patch
>> | 0 .../fix_unsupporting_kernel_3.patch | 0
>> .../fixed-perl-path.patch | 0
>> .../{valgrind_3.6.1.bb => valgrind_3.7.0.bb} | 13 ++++++----- 5
>> files changed, 30 insertions(+), 6 deletions(-) create mode 100644
>> meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
>> rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 =>
>> valgrind-3.7.0}/fix_issue_caused_by_ccache.patch (100%) rename
>> meta/recipes-devtools/valgrind/{valgrind-3.6.1 =>
>> valgrind-3.7.0}/fix_unsupporting_kernel_3.patch (100%) rename
>> meta/recipes-devtools/valgrind/{valgrind-3.6.1 =>
>> valgrind-3.7.0}/fixed-perl-path.patch (100%) rename
>> meta/recipes-devtools/valgrind/{valgrind_3.6.1.bb => valgrind_3.7.0.bb}
>> (71%)
>>
>> diff --git
> a/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
> b/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
>> new file mode 100644 index 0000000..f57897c --- /dev/null +++
>> b/meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch @@
>> -0,0 +1,23 @@ +To recognize gcc version from poky in configure.in +
>> +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Shane
>> Wang <shane.wang@intel.com> + +diff -r 91a8df96084a configure.in +---
>> a/configure.in Fri Dec 23 20:57:01 2011 +0800 ++++ b/configure.in Fri
>> Dec 23 20:59:21 2011 +0800 +@@ -104,11 +104,13 @@ + # + #
>> i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot
>> 3) + # i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple
>> Inc. build 5658) (LLVM build 2335.15.00) ++# i586-poky-linux-gcc (GCC)
>> 4.6.3 (prerelease) Copyright + # + [gcc_version=`${CC} --version \ +
>> | head -n 1 \ + | $SED 's/i686-apple-darwin10//'
>> \ + | $SED 's/i686-apple-darwin11//' \ ++ |
>> $SED 's/.*poky[^0-9]*//' \
>
> Either change this to work with every TARGET_VENDOR or put it in the poky
> layer as bbappend.
Understood.
--
Shane
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [PATCH 12/14] ofono: upgrade to 1.0
2011-12-23 16:47 ` Koen Kooi
@ 2011-12-24 8:14 ` Wang, Shane
0 siblings, 0 replies; 29+ messages in thread
From: Wang, Shane @ 2011-12-24 8:14 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote on 2011-12-24:
>
> Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven:
>
>> Signed-off-by: Shane Wang <shane.wang@intel.com> ---
>> meta/recipes-connectivity/ofono/ofono.inc | 2 +-
>> .../ofono/{ofono_0.50.bb => ofono_1.0.bb} | 6 +++--- 2
>> files changed, 4 insertions(+), 4 deletions(-) rename
>> meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%)
>>
>> diff --git a/meta/recipes-connectivity/ofono/ofono.inc
>> b/meta/recipes-connectivity/ofono/ofono.inc index 0cc58ae..bf6f6a5
>> 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++
>> b/meta/recipes-connectivity/ofono/ofono.inc @@ -3,7 +3,7 @@ SUMMARY =
>> "open source telephony" DESCRIPTION = "oFono is a stack for mobile
>> telephony devices on Linux.
> oFono supports speaking to telephony devices through specific drivers, or
> with generic AT commands."
>> LICENSE = "GPLv2" LIC_FILES_CHKSUM =
>> "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ -
> file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e5
> 20f22779"
>> +
> file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b9
> 8899c2ee"
>
> what changed?
Trivial, only version:
===================
5c5
< * Copyright (C) 2008-2010 Intel Corporation. All rights reserved.
---
> * Copyright (C) 2008-2011 Intel Corporation. All rights reserved.
37c37,38
===================
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2011-12-24 8:21 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 16:35 [PATCH 00/14] Upgrade Packages, Dec 23, 2011 Shane Wang
2011-12-23 16:35 ` [PATCH 01/14] polkit: upgrade to 0.103 Shane Wang
2011-12-23 16:40 ` Koen Kooi
2011-12-24 7:07 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 02/14] gst-plugins-ugly: upgrade to 0.10.18 Shane Wang
2011-12-23 16:35 ` [PATCH 03/14] gst-plugins-bad: upgrade to 0.10.22 Shane Wang
2011-12-23 16:41 ` Koen Kooi
2011-12-24 7:13 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 04/14] gst-fluendo-mp3: upgrade to 0.10.16 Shane Wang
2011-12-23 16:35 ` [PATCH 05/14] gst-fluendo-mpegdemux: upgrade to 0.10.69 Shane Wang
2011-12-23 16:35 ` [PATCH 06/14] gst-ffmpeg: upgrade to 0.10.13 Shane Wang
2011-12-23 16:43 ` Koen Kooi
2011-12-24 7:23 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 07/14] glib-2.0: upgrade to 2.30.2 Shane Wang
2011-12-23 16:45 ` Koen Kooi
2011-12-24 7:45 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 08/14] dbus: upgrade to 1.5.8 Shane Wang
2011-12-23 16:44 ` Koen Kooi
2011-12-24 7:37 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 09/14] mtd-utils: upgrade to 1.4.9 Shane Wang
2011-12-23 16:35 ` [PATCH 10/14] valgrind: upgrade to 3.7.0 Shane Wang
2011-12-23 16:46 ` Koen Kooi
2011-12-24 8:11 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 11/14] telepathy-glib: upgrade to 0.17.4 Shane Wang
2011-12-23 16:35 ` [PATCH 12/14] ofono: upgrade to 1.0 Shane Wang
2011-12-23 16:47 ` Koen Kooi
2011-12-24 8:14 ` Wang, Shane
2011-12-23 16:35 ` [PATCH 13/14] libpcap: upgrade to 1.2.0 Shane Wang
2011-12-23 16:35 ` [PATCH 14/14] distro_tracking_fields: update the info for recipe upgrading Shane Wang
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.