* [PATCH 01/13] rxvt-unicode: upgrade to version 9.10
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
@ 2011-04-26 6:45 ` Dongxiao Xu
2011-04-26 6:45 ` [PATCH 02/13] valgrind: upgrade to version 3.6.1 Dongxiao Xu
` (11 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:45 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Remove some patches since some logic doesn't exist in upstream.
This upgrades fixes CVE:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126
Also it fixes [Yocto #980]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../recipes-sato/rxvt-unicode/files/makefile.patch | 20 ----------
meta/recipes-sato/rxvt-unicode/files/rxvt.desktop | 11 ------
.../rxvt-unicode/files/signedchar.patch | 11 ------
meta/recipes-sato/rxvt-unicode/files/xwc.patch | 28 --------------
.../rxvt-unicode/rxvt-unicode-5.6/xwc.patch | 24 ------------
.../rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop | 9 +++++
.../{files => rxvt-unicode-9.10}/rxvt.png | Bin 2847 -> 2847 bytes
.../rxvt-unicode/rxvt-unicode-9.10/xwc.patch | 26 +++++++++++++
.../{rxvt-unicode_5.6.bb => rxvt-unicode_9.10.bb} | 39 ++++++++------------
9 files changed, 51 insertions(+), 117 deletions(-)
delete mode 100644 meta/recipes-sato/rxvt-unicode/files/makefile.patch
delete mode 100644 meta/recipes-sato/rxvt-unicode/files/rxvt.desktop
delete mode 100644 meta/recipes-sato/rxvt-unicode/files/signedchar.patch
delete mode 100644 meta/recipes-sato/rxvt-unicode/files/xwc.patch
delete mode 100644 meta/recipes-sato/rxvt-unicode/rxvt-unicode-5.6/xwc.patch
create mode 100644 meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop
rename meta/recipes-sato/rxvt-unicode/{files => rxvt-unicode-9.10}/rxvt.png (100%)
create mode 100644 meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/xwc.patch
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_5.6.bb => rxvt-unicode_9.10.bb} (69%)
diff --git a/meta/recipes-sato/rxvt-unicode/files/makefile.patch b/meta/recipes-sato/rxvt-unicode/files/makefile.patch
deleted file mode 100644
index 86f82ee..0000000
--- a/meta/recipes-sato/rxvt-unicode/files/makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../rxvt-unicode-cvs-r0/rxvt-unicode/Makefile.in 2004-08-12 22:32:40 +01:00
-+++ rxvt-unicode/Makefile.in 2004-12-24 03:09:00 +00:00
-@@ -9,7 +9,7 @@
- first_rule: all
- dummy:
-
--subdirs = src doc src/test
-+subdirs = src src/test
- allsubdirs = W11 $(subdirs)
-
- DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
-@@ -24,7 +24,7 @@
-
- #-------------------------------------------------------------------------
-
--all allbin alldoc tags:
-+all allbin tags:
- @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
- @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
-
diff --git a/meta/recipes-sato/rxvt-unicode/files/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/files/rxvt.desktop
deleted file mode 100644
index a419c98..0000000
--- a/meta/recipes-sato/rxvt-unicode/files/rxvt.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Terminal
-Comment=When all else fails.
-Exec=/usr/bin/rxvt
-Icon=utilities-terminal.png
-Terminal=false
-Type=Application
-Categories=Utility
-StartupNotify=false
-
diff --git a/meta/recipes-sato/rxvt-unicode/files/signedchar.patch b/meta/recipes-sato/rxvt-unicode/files/signedchar.patch
deleted file mode 100644
index 6faa175..0000000
--- a/meta/recipes-sato/rxvt-unicode/files/signedchar.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../rxvt-unicode-cvs-r0/rxvt-unicode/src/command.C 2004-12-21 06:43:00 +00:00
-+++ rxvt-unicode/src/command.C 2004-12-24 02:31:36 +00:00
-@@ -1862,7 +1862,7 @@
- #endif /* NO_SCROLLBAR_REPORT */
-
- {
-- char upordown = 0;
-+ signed char upordown = 0;
-
- if (scrollBar.style == R_SB_NEXT)
- {
diff --git a/meta/recipes-sato/rxvt-unicode/files/xwc.patch b/meta/recipes-sato/rxvt-unicode/files/xwc.patch
deleted file mode 100644
index 7cf5965..0000000
--- a/meta/recipes-sato/rxvt-unicode/files/xwc.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- rxvt-unicode-4.8/src/screen.C~xwc.c
-+++ rxvt-unicode-4.8/src/screen.C
-@@ -3058,7 +3058,7 @@
- else
- rxvt_warn ("can't get primary selection, ignoring.\n");
-
--#if 0
-+#ifdef HAVE_XWC
- XTextProperty ct;
-
- if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0)
-@@ -3632,9 +3632,11 @@
- }
- else
- #endif
-+#ifdef HAVE_XWC
- if (XwcTextListToTextProperty (display->display, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0)
- freect = 1;
- else
-+#endif
- {
- /* if we failed to convert then send it raw */
- ct.value = (unsigned char *)cl;
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-5.6/xwc.patch b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-5.6/xwc.patch
deleted file mode 100644
index eb87b84..0000000
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-5.6/xwc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urNd ../rxvt-unicode-5.3-r2/rxvt-unicode-5.3/src/screen.C rxvt-unicode-5.3/src/screen.C
---- ../rxvt-unicode-5.3-r2/rxvt-unicode-5.3/src/screen.C 2005-02-22 21:39:10 +00:00
-+++ rxvt-unicode-5.3/src/screen.C 2005-04-05 22:12:45 +01:00
-@@ -3064,7 +3064,7 @@
- else
- rxvt_warn ("can't get primary selection, ignoring.\n");
-
--#if 0
-+#ifdef HAVE_XWC
- XTextProperty ct;
-
- if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0)
-@@ -3648,9 +3648,11 @@
- }
- else
- #endif
-+#ifdef HAVE_XWC
- if (XwcTextListToTextProperty (disp, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0)
- freect = 1;
- else
-+#endif
- {
- /* if we failed to convert then send it raw */
- ct.value = (unsigned char *)cl;
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop
new file mode 100644
index 0000000..882ea41
--- /dev/null
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Terminal
+Comment=A unicode capable rxvt clone
+Exec=rxvt
+Icon=terminal
+Terminal=false
+Type=Application
+Categories=Utility;TerminalEmulator;
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/xwc.patch b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/xwc.patch
new file mode 100644
index 0000000..16efeef
--- /dev/null
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/xwc.patch
@@ -0,0 +1,26 @@
+Upstream-Status: Pending
+
+diff -ruN rxvt-unicode-9.10-orig//src/screen.C rxvt-unicode-9.10/src/screen.C
+--- rxvt-unicode-9.10-orig//src/screen.C 2011-04-19 13:34:01.327664984 +0800
++++ rxvt-unicode-9.10/src/screen.C 2011-04-19 13:34:47.037665001 +0800
+@@ -3152,7 +3152,7 @@
+ return false;
+ }
+
+-#if 0
++#if HAVE_XWC
+ XTextProperty ct;
+
+ if (XwcTextListToTextProperty (dpy, &selection.text, 1, XStringStyle, &ct) >= 0)
+@@ -3734,9 +3734,11 @@
+ }
+ else
+ #endif
++#ifdef HAVE_XWC
+ if (XwcTextListToTextProperty (dpy, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0)
+ freect = 1;
+ else
++#endif
+ {
+ /* if we failed to convert then send it raw */
+ ct.value = (unsigned char *)cl;
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_5.6.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.10.bb
similarity index 69%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode_5.6.bb
rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.10.bb
index d130895..9657e21 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_5.6.bb
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.10.bb
@@ -5,13 +5,14 @@ terminal emulator rxvt, modified to store text in Unicode \
(either UCS-2 or UCS-4) and to use locale-correct input and \
output. It also supports mixing multiple fonts at the \
same time, including Xft fonts."
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+ file://src/main.C;beginline=1;endline=31;md5=633e23cdeb89fe980ded9a3af4f335c2"
SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
- file://xwc.patch;patch=1 \
- file://signedchar.patch;patch=1 \
+ file://xwc.patch \
file://rxvt.desktop \
file://rxvt.png"
-PR = "r5"
+PR = "r0"
inherit autotools update-alternatives
@@ -35,29 +36,18 @@ EXTRA_OECONF = "--enable-menubar --enable-xim \
--enable-text-blink --enable-rxvt-scroll \
--enable-combining --enable-shared \
--enable-xgetdefault \
+ --disable-perl \
--with-x=${STAGING_DIR_HOST}${prefix}"
-EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
- 'XLIB=-L${STAGING_LIBDIR} -lX11'"
-do_configure () {
- mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
- libtoolize --force
- autotools_do_configure
- echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
- echo '#define RXVT_WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
- echo '#define RXVT_LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
- echo '#define HAVE_XLOCALE 1' >> config.h
+do_configure_prepend () {
+ cp aclocal.m4 acinclude.m4
}
-do_compile () {
- if test -e ${S}/${HOST_SYS}-libtool; then
- LIBTOOL=${S}/${HOST_SYS}-libtool
- else
- LIBTOOL=${S}/libtool
- fi
- # docs need "yodl" and I have no idea what that is
- oe_runmake -C src "LIBTOOL=$LIBTOOL"
+do_compile_prepend () {
+ echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
+ echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
+ echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
+ echo '#define HAVE_XLOCALE 1' >> config.h
}
do_install_append () {
@@ -70,3 +60,6 @@ do_install_append () {
}
FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png"
+
+SRC_URI[md5sum] = "a23aa40b31e843878b6f9c44768de430"
+SRC_URI[sha256sum] = "1c238f7e545b1a8da81239b826fb2a7d196c73effbcbd211db7a50995a0a067a"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 02/13] valgrind: upgrade to version 3.6.1
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
2011-04-26 6:45 ` [PATCH 01/13] rxvt-unicode: upgrade to version 9.10 Dongxiao Xu
@ 2011-04-26 6:45 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 03/13] bluez-hcidump: upgrade to version 2.0 Dongxiao Xu
` (10 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:45 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../fix_issue_caused_by_ccache.patch | 2 ++
.../fixed-perl-path.patch | 2 ++
.../{valgrind_3.6.0.bb => valgrind_3.6.1.bb} | 4 ++--
3 files changed, 6 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/valgrind/{valgrind-3.6.0 => valgrind-3.6.1}/fix_issue_caused_by_ccache.patch (94%)
rename meta/recipes-devtools/valgrind/{valgrind-3.6.0 => valgrind-3.6.1}/fixed-perl-path.patch (97%)
rename meta/recipes-devtools/valgrind/{valgrind_3.6.0.bb => valgrind_3.6.1.bb} (86%)
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
similarity index 94%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
index a5c273c..4658567 100644
--- a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch
+++ b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
@@ -3,6 +3,8 @@ The script does not expect use of ccache, hence fix it to recognise it.
2010/08/17
Nitin A Kamble <nitin.a.kamble@intel.com>
+Upstream-Status: Inappropriate [configuration]
+
Index: valgrind-3.5.0/coregrind/link_tool_exe_linux.in
===================================================================
--- valgrind-3.5.0.orig/coregrind/link_tool_exe_linux.in
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
similarity index 97%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
index 2a0440a..b054d05 100644
--- a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch
+++ b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
@@ -9,6 +9,8 @@ a better fix would need:
8/31/2010 - created by Qing He <qing.he@intel.com>
+Upstream-Status: Inappropriate [configuration]
+
diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in
index 9dc9565..cc4ef05 100644
--- a/cachegrind/cg_annotate.in
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
similarity index 86%
rename from meta/recipes-devtools/valgrind/valgrind_3.6.0.bb
rename to meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
index a33a540..4dbc628 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
@@ -13,8 +13,8 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
file://fix_issue_caused_by_ccache.patch \
file://fixed-perl-path.patch"
-SRC_URI[md5sum] = "b289c5f4ab8e39741602445f1dd09b34"
-SRC_URI[sha256sum] = "bc0f0153b5a47b986f1d8efa2c488e0aea85a1cf2c4b11c52be127903080285f"
+SRC_URI[md5sum] = "2c3aa122498baecc9d69194057ca88f5"
+SRC_URI[sha256sum] = "49bdcc4fbcf060049b5f0dcfd8a187a6e90e0b0e57309f633b64e44430726a0e"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 03/13] bluez-hcidump: upgrade to version 2.0
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
2011-04-26 6:45 ` [PATCH 01/13] rxvt-unicode: upgrade to version 9.10 Dongxiao Xu
2011-04-26 6:45 ` [PATCH 02/13] valgrind: upgrade to version 3.6.1 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 04/13] gupnp-av: upgrade to version 0.8.0 Dongxiao Xu
` (9 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...{bluez-hcidump_1.42.bb => bluez-hcidump_2.0.bb} | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-connectivity/bluez/{bluez-hcidump_1.42.bb => bluez-hcidump_2.0.bb} (69%)
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
similarity index 69%
rename from meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb
rename to meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
index 7291548..67dd2c6 100644
--- a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
@@ -7,13 +7,13 @@ PRIORITY = "optional"
DEPENDS = "bluez4"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
- file://src/hcidump.c;beginline=1;endline=23;md5=22f51010959a0cd483c4d7f0bd77aaa3"
+ file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf"
PR = "r0"
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
+SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
-SRC_URI[md5sum] = "5704737aaf72104eeaf77335218a1827"
-SRC_URI[sha256sum] = "689e39f9432ab90af5f390d86cb46e06c35693d01ea29aec4e41c4f9e315f49f"
+SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9"
+SRC_URI[sha256sum] = "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd"
S = "${WORKDIR}/bluez-hcidump-${PV}"
EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 04/13] gupnp-av: upgrade to version 0.8.0
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (2 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 03/13] bluez-hcidump: upgrade to version 2.0 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 05/13] libsndfile1: upgrade to version 1.0.24 Dongxiao Xu
` (8 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../gupnp/{gupnp-av_0.7.0.bb => gupnp-av_0.8.0.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/gupnp/{gupnp-av_0.7.0.bb => gupnp-av_0.8.0.bb} (77%)
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb
similarity index 77%
rename from meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
rename to meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb
index fef907e..ce9ca30 100644
--- a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb
@@ -11,5 +11,5 @@ PR = "r0"
inherit autotools pkgconfig
-SRC_URI[md5sum] = "6eace748e9869cddb27daab46eb50635"
-SRC_URI[sha256sum] = "e13018d24abec9fafd75ef59c365adbb2ea3712fe5e69fff8c7284dc3f13cdeb"
+SRC_URI[md5sum] = "8a41a3bb60b50fceb5ece71c0dc4dcfb"
+SRC_URI[sha256sum] = "e6aa032377488cedc4e347519bd30701c583780b7c54f00bab083f2316a93dc9"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 05/13] libsndfile1: upgrade to version 1.0.24
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (3 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 04/13] gupnp-av: upgrade to version 0.8.0 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 06/13] glib-2.0: upgrade to version 2.28.6 Dongxiao Xu
` (7 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../libsndfile/libsndfile1/acincludefix.patch | 26 --------------------
.../libsndfile/libsndfile1/add-cxx.patch | 18 -------------
...libsndfile1_1.0.23.bb => libsndfile1_1.0.24.bb} | 4 +-
3 files changed, 2 insertions(+), 46 deletions(-)
delete mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch
delete mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch
rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.23.bb => libsndfile1_1.0.24.bb} (80%)
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch
deleted file mode 100644
index 46a21c1..0000000
--- a/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Fix m4 quoting to avoid an infinite loop in m4 with recent autoconf/automake
-
-RP 1/2/10
-
-Index: libsndfile-1.0.17/acinclude.m4
-===================================================================
---- libsndfile-1.0.17.orig/acinclude.m4 2010-02-01 14:53:35.517826746 +0000
-+++ libsndfile-1.0.17/acinclude.m4 2010-02-01 14:53:51.409122706 +0000
-@@ -255,7 +255,7 @@
-
- )
- ]
--
-+[
- if test $ac_cv_c_byte_order = big ; then
- ac_cv_c_big_endian=1
- ac_cv_c_little_endian=0
-@@ -272,7 +272,7 @@
- AC_MSG_WARN([[*** src/config.h may need to be hand editied. ]])
- AC_MSG_WARN([[*****************************************************************]])
- fi
--
-+]
- )# AC_C_FIND_ENDIAN
-
-
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch
deleted file mode 100644
index da0c401..0000000
--- a/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch
+++ /dev/null
@@ -1,18 +0,0 @@
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
---- libsndfile-1.0.17.orig/configure.ac
-+++ libsndfile-1.0.17/configure.ac
-@@ -29,10 +29,11 @@ AC_LANG([C])
- # to 0.
-
- SHARED_VERSION_INFO="1:17:0"
-
- AC_PROG_CC
-+AC_PROG_CXX
- AM_PROG_LIBTOOL
-
- AC_CHECK_PROG(autogen, autogen, yes, no)
-
- AC_PROG_INSTALL
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
similarity index 80%
rename from meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb
rename to meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
index 4d12a42..a547d76 100644
--- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
@@ -8,8 +8,8 @@ PR = "r0"
SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
-SRC_URI[md5sum] = "d0e22b5ff2ef945615db33960376d733"
-SRC_URI[sha256sum] = "54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d"
+SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e"
+SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4"
LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 06/13] glib-2.0: upgrade to version 2.28.6
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (4 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 05/13] libsndfile1: upgrade to version 1.0.24 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` Martin Jansa
2011-04-26 6:46 ` [PATCH 07/13] libfm: Remove the flag of G_DISABLE_DEPRECATED Dongxiao Xu
` (6 subsequent siblings)
12 siblings, 1 reply; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../60_wait-longer-for-threads-to-die.patch | 2 ++
.../glib-2.0/glib-2.0/configure-libtool.patch | 2 ++
.../glib-2.0/glib-2.0/g_once_init_enter.patch | 2 ++
.../glib-2.0/glib-2.0/glib-gettextize-dir.patch | 2 ++
.../{glib-2.0_2.26.1.bb => glib-2.0_2.28.6.bb} | 8 ++++----
meta/recipes-core/glib-2.0/glib.inc | 2 +-
6 files changed, 13 insertions(+), 5 deletions(-)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.26.1.bb => glib-2.0_2.28.6.bb} (57%)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
index 8195bd4..b65a474 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
@@ -2,6 +2,8 @@ copy from OE, said to borrow from Ubuntu. Not in glib-2.0 upstream yet. Add for
Added to poky by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
Rebased for glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
+Upstream-Status: Inappropriate [patches for test code]
+
diff -ruN glib-2.27.3-orig/tests/threadpool-test.c glib-2.27.3/tests/threadpool-test.c
--- glib-2.27.3-orig/tests/threadpool-test.c 2009-04-01 07:04:21.000000000 +0800
+++ glib-2.27.3/tests/threadpool-test.c 2010-11-16 12:28:09.002172678 +0800
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
index 7c170be..c21e378 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
@@ -4,6 +4,8 @@
# from PATH though
# Rebased to glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>
+Upstream-Status: Inappropriate [configuration]
+
diff -ruN glib-2.27.3-orig/configure.ac glib-2.27.3/configure.ac
--- glib-2.27.3-orig/configure.ac 2010-11-03 11:02:05.000000000 +0800
+++ glib-2.27.3/configure.ac 2010-11-16 12:38:12.610485990 +0800
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
index a2a506c..2eaa19b 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
@@ -7,6 +7,8 @@ http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg005
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
+Upstream-Status: Pending
+
Index: glib-2.27.5/glib/gthread.h
===================================================================
--- glib-2.27.5.orig/glib/gthread.h
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
index e54a8e5..ee43511 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
@@ -8,6 +8,8 @@
# by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
# Rebased by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
+Upstream-Status: Inappropriate [configuration]
+
diff -ruN glib-2.27.3-orig/glib-gettextize.in glib-2.27.3/glib-gettextize.in
--- glib-2.27.3-orig/glib-gettextize.in 2009-04-01 07:04:20.000000000 +0800
+++ glib-2.27.3/glib-gettextize.in 2010-11-16 12:55:06.874605916 +0800
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
similarity index 57%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
index 6a1fb6c..c9da861 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
@@ -1,16 +1,16 @@
require glib.inc
-PE = "1"
+PE = "0"
PR = "r0"
-SRC_URI = "${GNOME_MIRROR}/glib/2.26/glib-${PV}.tar.bz2 \
+SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
file://configure-libtool.patch \
file://60_wait-longer-for-threads-to-die.patch \
file://g_once_init_enter.patch \
"
-SRC_URI[md5sum] = "17535accceef55bcb17a74d73f9c2aef"
-SRC_URI[sha256sum] = "7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5"
+SRC_URI[md5sum] = "7d8fc15ae70d5111c0cf2a79d50ef717"
+SRC_URI[sha256sum] = "557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578"
SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
BBCLASSEXTEND = "native"
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 5ebff68..9b6e17b 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
file://gmodule/gmodule.h;startline=4;endline=17;md5=76ab161b37202cd004073c42fac276ed \
file://glib/pcre/COPYING;md5=266ebc3ff74ee9ce6fad65577667c0f4 \
- file://glib/pcre/pcre.h;startline=11;endline=35;md5=cc0858840d3c312ec3e45b28077eb0d8 \
+ file://glib/pcre/pcre.h;startline=11;endline=35;md5=ce867cf87ebbd2bb55e980d90328390d \
file://docs/reference/COPYING;md5=f51a5100c17af6bae00735cd791e1fcc"
BUGTRACKER = "http://bugzilla.gnome.org"
SECTION = "libs"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH 06/13] glib-2.0: upgrade to version 2.28.6
2011-04-26 6:46 ` [PATCH 06/13] glib-2.0: upgrade to version 2.28.6 Dongxiao Xu
@ 2011-04-26 6:46 ` Martin Jansa
2011-04-26 7:04 ` Xu, Dongxiao
0 siblings, 1 reply; 18+ messages in thread
From: Martin Jansa @ 2011-04-26 6:46 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky
[-- Attachment #1: Type: text/plain, Size: 6218 bytes --]
On Tue, Apr 26, 2011 at 02:46:04PM +0800, Dongxiao Xu wrote:
> From: Dongxiao Xu <dongxiao.xu@intel.com>
>
> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
> ---
> .../60_wait-longer-for-threads-to-die.patch | 2 ++
> .../glib-2.0/glib-2.0/configure-libtool.patch | 2 ++
> .../glib-2.0/glib-2.0/g_once_init_enter.patch | 2 ++
> .../glib-2.0/glib-2.0/glib-gettextize-dir.patch | 2 ++
> .../{glib-2.0_2.26.1.bb => glib-2.0_2.28.6.bb} | 8 ++++----
> meta/recipes-core/glib-2.0/glib.inc | 2 +-
> 6 files changed, 13 insertions(+), 5 deletions(-)
> rename meta/recipes-core/glib-2.0/{glib-2.0_2.26.1.bb => glib-2.0_2.28.6.bb} (57%)
>
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
> index 8195bd4..b65a474 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
> +++ b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
> @@ -2,6 +2,8 @@ copy from OE, said to borrow from Ubuntu. Not in glib-2.0 upstream yet. Add for
> Added to poky by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
> Rebased for glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
>
> +Upstream-Status: Inappropriate [patches for test code]
> +
> diff -ruN glib-2.27.3-orig/tests/threadpool-test.c glib-2.27.3/tests/threadpool-test.c
> --- glib-2.27.3-orig/tests/threadpool-test.c 2009-04-01 07:04:21.000000000 +0800
> +++ glib-2.27.3/tests/threadpool-test.c 2010-11-16 12:28:09.002172678 +0800
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> index 7c170be..c21e378 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> +++ b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> @@ -4,6 +4,8 @@
> # from PATH though
> # Rebased to glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>
>
> +Upstream-Status: Inappropriate [configuration]
> +
> diff -ruN glib-2.27.3-orig/configure.ac glib-2.27.3/configure.ac
> --- glib-2.27.3-orig/configure.ac 2010-11-03 11:02:05.000000000 +0800
> +++ glib-2.27.3/configure.ac 2010-11-16 12:38:12.610485990 +0800
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> index a2a506c..2eaa19b 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> +++ b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> @@ -7,6 +7,8 @@ http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg005
>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>
> +Upstream-Status: Pending
> +
> Index: glib-2.27.5/glib/gthread.h
> ===================================================================
> --- glib-2.27.5.orig/glib/gthread.h
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> index e54a8e5..ee43511 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> +++ b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> @@ -8,6 +8,8 @@
> # by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
> # Rebased by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
>
> +Upstream-Status: Inappropriate [configuration]
> +
> diff -ruN glib-2.27.3-orig/glib-gettextize.in glib-2.27.3/glib-gettextize.in
> --- glib-2.27.3-orig/glib-gettextize.in 2009-04-01 07:04:20.000000000 +0800
> +++ glib-2.27.3/glib-gettextize.in 2010-11-16 12:55:06.874605916 +0800
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
> similarity index 57%
> rename from meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
> rename to meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
> index 6a1fb6c..c9da861 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
> +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
> @@ -1,16 +1,16 @@
> require glib.inc
>
> -PE = "1"
> +PE = "0"
Hi,
do you really want PE going backwards?
Regards,
> PR = "r0"
>
> -SRC_URI = "${GNOME_MIRROR}/glib/2.26/glib-${PV}.tar.bz2 \
> +SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
> file://configure-libtool.patch \
> file://60_wait-longer-for-threads-to-die.patch \
> file://g_once_init_enter.patch \
> "
>
> -SRC_URI[md5sum] = "17535accceef55bcb17a74d73f9c2aef"
> -SRC_URI[sha256sum] = "7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5"
> +SRC_URI[md5sum] = "7d8fc15ae70d5111c0cf2a79d50ef717"
> +SRC_URI[sha256sum] = "557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578"
>
> SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
> BBCLASSEXTEND = "native"
> diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
> index 5ebff68..9b6e17b 100644
> --- a/meta/recipes-core/glib-2.0/glib.inc
> +++ b/meta/recipes-core/glib-2.0/glib.inc
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> file://gmodule/gmodule.h;startline=4;endline=17;md5=76ab161b37202cd004073c42fac276ed \
> file://glib/pcre/COPYING;md5=266ebc3ff74ee9ce6fad65577667c0f4 \
> - file://glib/pcre/pcre.h;startline=11;endline=35;md5=cc0858840d3c312ec3e45b28077eb0d8 \
> + file://glib/pcre/pcre.h;startline=11;endline=35;md5=ce867cf87ebbd2bb55e980d90328390d \
> file://docs/reference/COPYING;md5=f51a5100c17af6bae00735cd791e1fcc"
> BUGTRACKER = "http://bugzilla.gnome.org"
> SECTION = "libs"
> --
> 1.7.1
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH 06/13] glib-2.0: upgrade to version 2.28.6
2011-04-26 6:46 ` Martin Jansa
@ 2011-04-26 7:04 ` Xu, Dongxiao
0 siblings, 0 replies; 18+ messages in thread
From: Xu, Dongxiao @ 2011-04-26 7:04 UTC (permalink / raw)
To: Martin Jansa; +Cc: poky@yoctoproject.org
> -----Original Message-----
> From: Martin Jansa [mailto:martin.jansa@gmail.com]
> Sent: Tuesday, April 26, 2011 2:47 PM
> To: Xu, Dongxiao
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] [PATCH 06/13] glib-2.0: upgrade to version 2.28.6
>
> On Tue, Apr 26, 2011 at 02:46:04PM +0800, Dongxiao Xu wrote:
> > From: Dongxiao Xu <dongxiao.xu@intel.com>
> >
> > Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
> > ---
> > .../60_wait-longer-for-threads-to-die.patch | 2 ++
> > .../glib-2.0/glib-2.0/configure-libtool.patch | 2 ++
> > .../glib-2.0/glib-2.0/g_once_init_enter.patch | 2 ++
> > .../glib-2.0/glib-2.0/glib-gettextize-dir.patch | 2 ++
> > .../{glib-2.0_2.26.1.bb => glib-2.0_2.28.6.bb} | 8 ++++----
> > meta/recipes-core/glib-2.0/glib.inc | 2 +-
> > 6 files changed, 13 insertions(+), 5 deletions(-) rename
> > meta/recipes-core/glib-2.0/{glib-2.0_2.26.1.bb => glib-2.0_2.28.6.bb}
> > (57%)
> >
> > diff --git
> > a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-di
> > e.patch
> > b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-di
> > e.patch
> > index 8195bd4..b65a474 100644
> > ---
> > a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-di
> > e.patch
> > +++ b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-t
> > +++ o-die.patch
> > @@ -2,6 +2,8 @@ copy from OE, said to borrow from Ubuntu. Not in
> > glib-2.0 upstream yet. Add for Added to poky by Kevin Tian
> > <kevin.tian@intel.com>, 06/25/2010 Rebased for glib-2.27.3 by
> > Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
> >
> > +Upstream-Status: Inappropriate [patches for test code]
> > +
> > diff -ruN glib-2.27.3-orig/tests/threadpool-test.c
> glib-2.27.3/tests/threadpool-test.c
> > --- glib-2.27.3-orig/tests/threadpool-test.c 2009-04-01
> 07:04:21.000000000 +0800
> > +++ glib-2.27.3/tests/threadpool-test.c 2010-11-16 12:28:09.002172678
> +0800
> > diff --git
> > a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> > b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> > index 7c170be..c21e378 100644
> > --- a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> > +++ b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
> > @@ -4,6 +4,8 @@
> > # from PATH though
> > # Rebased to glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>
> >
> > +Upstream-Status: Inappropriate [configuration]
> > +
> > diff -ruN glib-2.27.3-orig/configure.ac glib-2.27.3/configure.ac
> > --- glib-2.27.3-orig/configure.ac 2010-11-03 11:02:05.000000000 +0800
> > +++ glib-2.27.3/configure.ac 2010-11-16 12:38:12.610485990 +0800
> > diff --git
> > a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> > b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> > index a2a506c..2eaa19b 100644
> > --- a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> > +++ b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
> > @@ -7,6 +7,8 @@
> >
> http://www.mail-archive.com/openembedded-devel@lists.openembedded.org
> /
> > msg005
> >
> > Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> >
> > +Upstream-Status: Pending
> > +
> > Index: glib-2.27.5/glib/gthread.h
> >
> ================================================================
> ===
> > --- glib-2.27.5.orig/glib/gthread.h
> > diff --git
> > a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> > b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> > index e54a8e5..ee43511 100644
> > --- a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> > +++ b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
> > @@ -8,6 +8,8 @@
> > # by Kevin Tian <kevin.tian@intel.com>, 06/25/2010 # Rebased by
> > Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
> >
> > +Upstream-Status: Inappropriate [configuration]
> > +
> > diff -ruN glib-2.27.3-orig/glib-gettextize.in glib-2.27.3/glib-gettextize.in
> > --- glib-2.27.3-orig/glib-gettextize.in 2009-04-01 07:04:20.000000000
> +0800
> > +++ glib-2.27.3/glib-gettextize.in 2010-11-16 12:55:06.874605916 +0800
> > diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
> > b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
> > similarity index 57%
> > rename from meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
> > rename to meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
> > index 6a1fb6c..c9da861 100644
> > --- a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
> > +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
> > @@ -1,16 +1,16 @@
> > require glib.inc
> >
> > -PE = "1"
> > +PE = "0"
>
> Hi,
>
> do you really want PE going backwards?
Thanks, it is a typo and I took it as PR...
I have updated in the repo.
http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=dxu4/upgrade&id=48e787a5d180de4a5ded8d87b181d4a981046574
Thanks,
Dongxiao
>
> Regards,
>
> > PR = "r0"
> >
> > -SRC_URI = "${GNOME_MIRROR}/glib/2.26/glib-${PV}.tar.bz2 \
> > +SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
> > file://configure-libtool.patch \
> > file://60_wait-longer-for-threads-to-die.patch \
> > file://g_once_init_enter.patch \
> > "
> >
> > -SRC_URI[md5sum] = "17535accceef55bcb17a74d73f9c2aef"
> > -SRC_URI[sha256sum] =
> "7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5"
> > +SRC_URI[md5sum] = "7d8fc15ae70d5111c0cf2a79d50ef717"
> > +SRC_URI[sha256sum] =
> "557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578"
> >
> > SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
> > BBCLASSEXTEND = "native"
> > diff --git a/meta/recipes-core/glib-2.0/glib.inc
> > b/meta/recipes-core/glib-2.0/glib.inc
> > index 5ebff68..9b6e17b 100644
> > --- a/meta/recipes-core/glib-2.0/glib.inc
> > +++ b/meta/recipes-core/glib-2.0/glib.inc
> > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> >
> file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> >
> file://gmodule/gmodule.h;startline=4;endline=17;md5=76ab161b37202cd0040
> 73c42fac276ed \
> >
> file://glib/pcre/COPYING;md5=266ebc3ff74ee9ce6fad65577667c0f4 \
> > -
> file://glib/pcre/pcre.h;startline=11;endline=35;md5=cc0858840d3c312ec3e45b
> 28077eb0d8 \
> > +
> > + file://glib/pcre/pcre.h;startline=11;endline=35;md5=ce867cf87ebbd2bb
> > + 55e980d90328390d \
> >
> file://docs/reference/COPYING;md5=f51a5100c17af6bae00735cd791e1fcc"
> > BUGTRACKER = "http://bugzilla.gnome.org"
> > SECTION = "libs"
> > --
> > 1.7.1
> >
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 07/13] libfm: Remove the flag of G_DISABLE_DEPRECATED
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (5 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 06/13] glib-2.0: upgrade to version 2.28.6 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-27 7:15 ` Saul Wold
2011-04-26 6:46 ` [PATCH 08/13] polkit: upgrade to version 0.101 Dongxiao Xu
` (5 subsequent siblings)
12 siblings, 1 reply; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Latest glib-2.0 changes some macros and function definitions to be
deprecated. However libfm still uses them. Therefore the flag
G_DISABLE_DEPRECATED should be removed in libfm's Makefile.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../libfm/libfm-0.1.14/use_deprecate_func.patch | 11 +++++++++++
meta/recipes-support/libfm/libfm_0.1.14.bb | 5 +++--
2 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
diff --git a/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
new file mode 100644
index 0000000..fade195
--- /dev/null
+++ b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
@@ -0,0 +1,11 @@
+diff -ruN libfm-0.1.14-orig//src/Makefile.am libfm-0.1.14/src/Makefile.am
+--- libfm-0.1.14-orig//src/Makefile.am 2011-04-26 10:01:44.297664993 +0800
++++ libfm-0.1.14/src/Makefile.am 2011-04-26 10:02:10.637665004 +0800
+@@ -285,7 +285,6 @@
+ $(GIO_CFLAGS) \
+ -DGIO_MODULE_DIR=\"$(giomodulesdir)\" \
+ -DGVFS_LOCALEDIR=\""$(localedir)"\" \
+- -DG_DISABLE_DEPRECATED \
+ $(NULL)
+
+ libgiofm_la_LDFLAGS = \
diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb
index c56ad33..5c7e95c 100644
--- a/meta/recipes-support/libfm/libfm_0.1.14.bb
+++ b/meta/recipes-support/libfm/libfm_0.1.14.bb
@@ -10,9 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
SECTION = "x11/libs"
DEPENDS = "gtk+ menu-cache intltool"
-PR = "r2"
+PR = "r3"
-SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
+ file://use_deprecate_func.patch"
SRC_URI[md5sum] = "d55e51dced6bb9ef46665243b079761f"
SRC_URI[sha256sum] = "e97bf3f9ed4f33b9f0be73e67d360b89337cccf816361faacd8422722269806b"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH 07/13] libfm: Remove the flag of G_DISABLE_DEPRECATED
2011-04-26 6:46 ` [PATCH 07/13] libfm: Remove the flag of G_DISABLE_DEPRECATED Dongxiao Xu
@ 2011-04-27 7:15 ` Saul Wold
2011-04-27 7:24 ` Xu, Dongxiao
0 siblings, 1 reply; 18+ messages in thread
From: Saul Wold @ 2011-04-27 7:15 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky
On 04/25/2011 11:46 PM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> Latest glib-2.0 changes some macros and function definitions to be
> deprecated. However libfm still uses them. Therefore the flag
> G_DISABLE_DEPRECATED should be removed in libfm's Makefile.
>
> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> ---
> .../libfm/libfm-0.1.14/use_deprecate_func.patch | 11 +++++++++++
> meta/recipes-support/libfm/libfm_0.1.14.bb | 5 +++--
> 2 files changed, 14 insertions(+), 2 deletions(-)
> create mode 100644 meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
>
This patch seems to be missing Comments, Signed-off-by and
Upstream-Status: info
Sau!
> diff --git a/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
> new file mode 100644
> index 0000000..fade195
> --- /dev/null
> +++ b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
> @@ -0,0 +1,11 @@
> +diff -ruN libfm-0.1.14-orig//src/Makefile.am libfm-0.1.14/src/Makefile.am
> +--- libfm-0.1.14-orig//src/Makefile.am 2011-04-26 10:01:44.297664993 +0800
> ++++ libfm-0.1.14/src/Makefile.am 2011-04-26 10:02:10.637665004 +0800
> +@@ -285,7 +285,6 @@
> + $(GIO_CFLAGS) \
> + -DGIO_MODULE_DIR=\"$(giomodulesdir)\" \
> + -DGVFS_LOCALEDIR=\""$(localedir)"\" \
> +- -DG_DISABLE_DEPRECATED \
> + $(NULL)
> +
> + libgiofm_la_LDFLAGS = \
> diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb
> index c56ad33..5c7e95c 100644
> --- a/meta/recipes-support/libfm/libfm_0.1.14.bb
> +++ b/meta/recipes-support/libfm/libfm_0.1.14.bb
> @@ -10,9 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> SECTION = "x11/libs"
> DEPENDS = "gtk+ menu-cache intltool"
>
> -PR = "r2"
> +PR = "r3"
>
> -SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz"
> +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
> + file://use_deprecate_func.patch"
>
> SRC_URI[md5sum] = "d55e51dced6bb9ef46665243b079761f"
> SRC_URI[sha256sum] = "e97bf3f9ed4f33b9f0be73e67d360b89337cccf816361faacd8422722269806b"
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH 07/13] libfm: Remove the flag of G_DISABLE_DEPRECATED
2011-04-27 7:15 ` Saul Wold
@ 2011-04-27 7:24 ` Xu, Dongxiao
0 siblings, 0 replies; 18+ messages in thread
From: Xu, Dongxiao @ 2011-04-27 7:24 UTC (permalink / raw)
To: Wold, Saul; +Cc: poky@yoctoproject.org
> -----Original Message-----
> From: Wold, Saul
> Sent: Wednesday, April 27, 2011 3:16 PM
> To: Xu, Dongxiao
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] [PATCH 07/13] libfm: Remove the flag of
> G_DISABLE_DEPRECATED
>
> On 04/25/2011 11:46 PM, Dongxiao Xu wrote:
> > From: Dongxiao Xu<dongxiao.xu@intel.com>
> >
> > Latest glib-2.0 changes some macros and function definitions to be
> > deprecated. However libfm still uses them. Therefore the flag
> > G_DISABLE_DEPRECATED should be removed in libfm's Makefile.
> >
> > Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> > ---
> > .../libfm/libfm-0.1.14/use_deprecate_func.patch | 11
> +++++++++++
> > meta/recipes-support/libfm/libfm_0.1.14.bb | 5 +++--
> > 2 files changed, 14 insertions(+), 2 deletions(-)
> > create mode 100644
> > meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
> >
> This patch seems to be missing Comments, Signed-off-by and
> Upstream-Status: info
Saul, thanks for reviewing it. I have updated the commit in
http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/commit/?h=dxu4/upgrade&id=f3f6fe8656ddd41dd89dda793d989404c87e3ee6.
Thanks,
Dongxiao
>
> Sau!
>
> > diff --git
> > a/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
> > b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
> > new file mode 100644
> > index 0000000..fade195
> > --- /dev/null
> > +++ b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch
> > @@ -0,0 +1,11 @@
> > +diff -ruN libfm-0.1.14-orig//src/Makefile.am libfm-0.1.14/src/Makefile.am
> > +--- libfm-0.1.14-orig//src/Makefile.am 2011-04-26 10:01:44.297664993
> +0800
> > ++++ libfm-0.1.14/src/Makefile.am 2011-04-26 10:02:10.637665004 +0800
> > +@@ -285,7 +285,6 @@
> > + $(GIO_CFLAGS) \
> > + -DGIO_MODULE_DIR=\"$(giomodulesdir)\" \
> > + -DGVFS_LOCALEDIR=\""$(localedir)"\" \
> > +- -DG_DISABLE_DEPRECATED \
> > + $(NULL)
> > +
> > + libgiofm_la_LDFLAGS = \
> > diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb
> > b/meta/recipes-support/libfm/libfm_0.1.14.bb
> > index c56ad33..5c7e95c 100644
> > --- a/meta/recipes-support/libfm/libfm_0.1.14.bb
> > +++ b/meta/recipes-support/libfm/libfm_0.1.14.bb
> > @@ -10,9 +10,10 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> > SECTION = "x11/libs"
> > DEPENDS = "gtk+ menu-cache intltool"
> >
> > -PR = "r2"
> > +PR = "r3"
> >
> > -SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz"
> > +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
> > + file://use_deprecate_func.patch"
> >
> > SRC_URI[md5sum] = "d55e51dced6bb9ef46665243b079761f"
> > SRC_URI[sha256sum] =
> "e97bf3f9ed4f33b9f0be73e67d360b89337cccf816361faacd8422722269806b"
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 08/13] polkit: upgrade to version 0.101.
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (6 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 07/13] libfm: Remove the flag of G_DISABLE_DEPRECATED Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 09/13] gst-fluendo-mpegdemux: upgrade to version 0.10.67 Dongxiao Xu
` (4 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Derive introspection.patch from gobject to fix autoconf issue.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../polkit/polkit-0.101/introspection.patch | 104 ++++++++++++++++++++
.../polkit/{polkit_0.99.bb => polkit_0.101.bb} | 11 +-
2 files changed, 110 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-extended/polkit/polkit-0.101/introspection.patch
rename meta/recipes-extended/polkit/{polkit_0.99.bb => polkit_0.101.bb} (77%)
diff --git a/meta/recipes-extended/polkit/polkit-0.101/introspection.patch b/meta/recipes-extended/polkit/polkit-0.101/introspection.patch
new file mode 100644
index 0000000..58c27ab
--- /dev/null
+++ b/meta/recipes-extended/polkit/polkit-0.101/introspection.patch
@@ -0,0 +1,104 @@
+Copied from gobject-introspection/m4/introspection.m4
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-By: Dongxiao Xu <dongxiao.xu@intel.com>
+
+diff -ruN polkit-0.101-orig/m4/introspection.m4 polkit-0.101/m4/introspection.m4
+--- polkit-0.101-orig/m4/introspection.m4 1970-01-01 08:00:00.000000000 +0800
++++ polkit-0.101/m4/introspection.m4 2010-12-06 11:08:16.000000000 +0800
+@@ -0,0 +1,94 @@
++dnl -*- mode: autoconf -*-
++dnl Copyright 2009 Johan Dahlin
++dnl
++dnl This file is free software; the author(s) gives unlimited
++dnl permission to copy and/or distribute it, with or without
++dnl modifications, as long as this notice is preserved.
++dnl
++
++# serial 1
++
++m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
++[
++ AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
++ AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
++ AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
++
++ dnl enable/disable introspection
++ m4_if([$2], [require],
++ [dnl
++ enable_introspection=yes
++ ],[dnl
++ AC_ARG_ENABLE(introspection,
++ AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
++ [Enable introspection for this build]),,
++ [enable_introspection=auto])
++ ])dnl
++
++ AC_MSG_CHECKING([for gobject-introspection])
++
++ dnl presence/version checking
++ AS_CASE([$enable_introspection],
++ [no], [dnl
++ found_introspection="no (disabled, use --enable-introspection to enable)"
++ ],dnl
++ [yes],[dnl
++ PKG_CHECK_EXISTS([gobject-introspection-1.0],,
++ AC_MSG_ERROR([gobject-introspection-1.0 is not installed]))
++ PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
++ found_introspection=yes,
++ AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME]))
++ ],dnl
++ [auto],[dnl
++ PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no)
++ ],dnl
++ [dnl
++ AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@])
++ ])dnl
++
++ AC_MSG_RESULT([$found_introspection])
++
++ INTROSPECTION_SCANNER=
++ INTROSPECTION_COMPILER=
++ INTROSPECTION_GENERATE=
++ INTROSPECTION_GIRDIR=
++ INTROSPECTION_TYPELIBDIR=
++ if test "x$found_introspection" = "xyes"; then
++ INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
++ INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
++ INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
++ INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
++ INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
++ INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
++ INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
++ INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
++ fi
++ AC_SUBST(INTROSPECTION_SCANNER)
++ AC_SUBST(INTROSPECTION_COMPILER)
++ AC_SUBST(INTROSPECTION_GENERATE)
++ AC_SUBST(INTROSPECTION_GIRDIR)
++ AC_SUBST(INTROSPECTION_TYPELIBDIR)
++ AC_SUBST(INTROSPECTION_CFLAGS)
++ AC_SUBST(INTROSPECTION_LIBS)
++ AC_SUBST(INTROSPECTION_MAKEFILE)
++
++ AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
++])
++
++
++dnl Usage:
++dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
++
++AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
++[
++ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
++])
++
++dnl Usage:
++dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
++
++
++AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
++[
++ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
++])
diff --git a/meta/recipes-extended/polkit/polkit_0.99.bb b/meta/recipes-extended/polkit/polkit_0.101.bb
similarity index 77%
rename from meta/recipes-extended/polkit/polkit_0.99.bb
rename to meta/recipes-extended/polkit/polkit_0.101.bb
index 7f96979..6769914 100644
--- a/meta/recipes-extended/polkit/polkit_0.99.bb
+++ b/meta/recipes-extended/polkit/polkit_0.101.bb
@@ -4,10 +4,11 @@ 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=54750ec6ece444c50b823234d445dd99"
+ file://docs/polkit/html/license.html;md5=07ddbf5f29e44c80c99be19c1690ec1f"
-SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
-PR = "r1"
+SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
+ file://introspection.patch"
+PR = "r0"
DEPENDS = "libpam expat dbus-glib eggdbus intltool"
RDEPENDS_${PN} = "libpam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
@@ -19,5 +20,5 @@ FILES_${PN} += "${libdir}/${PN}-1/extensions/*.so \
${datadir}/dbus-1/system-services/*"
FILES_${PN}-dbg += "${libdir}/${PN}-1/extensions/.debug/*.so"
-SRC_URI[md5sum] = "fcc4d7b19c08ad54d3ce0eae0ab12398"
-SRC_URI[sha256sum] = "f612c7c26ec822f67751420057a4ae113fc50ab51070758faacf2ad30bb3583f"
+SRC_URI[md5sum] = "f925ac93aba3c072977370c1e27feb7f"
+SRC_URI[sha256sum] = "927f65760e4fce23d7cdeae90245c22986eb0a39335a344915302158f73f9f1b"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 09/13] gst-fluendo-mpegdemux: upgrade to version 0.10.67
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (7 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 08/13] polkit: upgrade to version 0.101 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 10/13] libsamplerate0: upgrade to version 0.1.7 Dongxiao Xu
` (3 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...0.10.62.bb => gst-fluendo-mpegdemux_0.10.67.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.62.bb => gst-fluendo-mpegdemux_0.10.67.bb} (71%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.62.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.67.bb
similarity index 71%
rename from meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.62.bb
rename to meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.67.bb
index b0b4bc2..85ebb43 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.62.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.67.bb
@@ -9,5 +9,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
PR = "r0"
-SRC_URI[md5sum] = "de2a22760f73ba678b7cb51e9f94bc21"
-SRC_URI[sha256sum] = "c4ba24502f59849fc2f3948389213c99e23a0986506111cc22cce3a64a33ac05"
+SRC_URI[md5sum] = "4ee0353eaa386f9b1c5570298d204357"
+SRC_URI[sha256sum] = "410897527f8bd8f007c9915c9450113c9e73c76f89aee3d36da825422a83a621"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 10/13] libsamplerate0: upgrade to version 0.1.7
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (8 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 09/13] gst-fluendo-mpegdemux: upgrade to version 0.10.67 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 11/13] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
` (2 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Add libsamplerate-0.1.7-macro-quoting.patch to fix autoreconf issue
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../libsamplerate-0.1.7-macro-quoting.patch | 22 ++++++++++++++++++++
...amplerate0_0.1.2.bb => libsamplerate0_0.1.7.bb} | 11 +++++----
2 files changed, 28 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
rename meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.2.bb => libsamplerate0_0.1.7.bb} (59%)
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch b/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
new file mode 100644
index 0000000..878f969
--- /dev/null
+++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch
@@ -0,0 +1,22 @@
+Upstream-Status: Pending
+
+diff -ruN libsamplerate-0.1.7-orig//acinclude.m4 libsamplerate-0.1.7/acinclude.m4
+--- libsamplerate-0.1.7-orig//acinclude.m4 2011-04-20 15:04:25.147664992 +0800
++++ libsamplerate-0.1.7/acinclude.m4 2011-04-20 15:04:45.397665029 +0800
+@@ -135,7 +135,6 @@
+ fi
+
+ )
+-]
+
+ if test $ac_cv_c_byte_order = big ; then
+ ac_cv_c_big_endian=1
+@@ -154,7 +153,7 @@
+ AC_MSG_WARN([[*****************************************************************]])
+ fi
+
+-)# AC_C_FIND_ENDIAN
++])# AC_C_FIND_ENDIAN
+
+
+
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
similarity index 59%
rename from meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb
rename to meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
index 85eb7bc..d08640f 100644
--- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb
+++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb
@@ -2,14 +2,15 @@ DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
- file://src/samplerate.c;beginline=1;endline=17;md5=2deac26142757e825d957e5ac149b292"
+ file://src/samplerate.c;beginline=1;endline=17;md5=ed4dfdaa3bdf0f817ebc70cee0cccc88"
DEPENDS = "flac"
-PR = "r3"
+PR = "r0"
-SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
+SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
+ file://libsamplerate-0.1.7-macro-quoting.patch"
-SRC_URI[md5sum] = "06861c2c6b8e5273c9b80cf736b9fd0e"
-SRC_URI[sha256sum] = "98b8766323c78b7b718dfd4ef6b9292bbf0796b742abb2319b8278cbeee731d4"
+SRC_URI[md5sum] = "6731a81cb0c622c483b28c0d7f90867d"
+SRC_URI[sha256sum] = "78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc"
S = "${WORKDIR}/libsamplerate-${PV}"
inherit autotools pkgconfig
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 11/13] alsa-utils: upgrade to version 1.0.24.2
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (9 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 10/13] libsamplerate0: upgrade to version 0.1.7 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 12/13] cwautomacros: upgrade to version 20110201 Dongxiao Xu
2011-04-26 6:46 ` [PATCH 13/13] distro_tracking_fields: cwautomacros, valgrind, etc Dongxiao Xu
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../ncursesfix.patch | 22 ++++++++++---------
...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} | 4 +-
2 files changed, 14 insertions(+), 12 deletions(-)
rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 => alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} (95%)
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
similarity index 70%
rename from meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
rename to meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
index 0009c1a..9936ded 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
+++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
@@ -1,11 +1,13 @@
-# alsa-utils: Fix ncurses build failures
-# Richard Purdie <rpurdie@linux.intel.com>
-# Rebased to 1.0.23, Dongxiao Xu <dongxiao.xu@intel.com>
+Rebase the patch to fit 1.0.24.2
-diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
---- alsa-utils-1.0.23-orig/configure.in 2010-04-16 19:19:12.000000000 +0800
-+++ alsa-utils-1.0.23/configure.in 2010-06-22 15:22:06.731202478 +0800
-@@ -109,34 +109,16 @@
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
+
+diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
+--- alsa-utils-1.0.24.2-orig//configure.in 2011-04-13 13:51:20.337665010 +0800
++++ alsa-utils-1.0.24.2/configure.in 2011-04-13 13:51:54.437664986 +0800
+@@ -127,34 +127,16 @@
NCURSESLIBSUFFIX=""
CURSES_NLS="no"
if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a "$USE_NLS" = "yes" \); then
@@ -17,7 +19,7 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
- CURSES_CFLAGS=`ncursesw5-config --cflags`
- curseslib="ncursesw"
- else
- AC_CHECK_LIB(ncursesw, initscr,
+ AC_CHECK_LIB(ncursesw, initscr,
[ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
- fi
if test -n "$CURSESINC"; then
@@ -34,9 +36,9 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
- CURSES_CFLAGS=`ncurses5-config --cflags`
- curseslib="ncurses"
- else
- AC_CHECK_LIB(ncurses, initscr,
+ AC_CHECK_LIB(ncurses, initscr,
[ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
- fi
fi
if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
- AC_CHECK_LIB(curses, initscr,
+ AC_CHECK_LIB(curses, initscr,
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
similarity index 95%
rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
rename to meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
index 46283cc..953a3ac 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
@@ -11,8 +11,8 @@ PR = "r0"
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
file://ncursesfix.patch;patch=1 "
-SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1"
-SRC_URI[sha256sum] = "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0"
+SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2"
+SRC_URI[sha256sum] = "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2"
# lazy hack. needs proper fixing in gettext.m4, see
# http://bugs.openembedded.org/show_bug.cgi?id=2348
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 12/13] cwautomacros: upgrade to version 20110201
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (10 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 11/13] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
2011-04-26 6:46 ` [PATCH 13/13] distro_tracking_fields: cwautomacros, valgrind, etc Dongxiao Xu
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
...macros_20090610.bb => cwautomacros_20110201.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/cwautomacros/{cwautomacros_20090610.bb => cwautomacros_20110201.bb} (74%)
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
similarity index 74%
rename from meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
rename to meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
index bc588d7..18efced 100644
--- a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
+++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
@@ -8,8 +8,8 @@ SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2
PR = "r0"
-SRC_URI[md5sum] = "352b295897ddb30c0d7d0acdd0b2313a"
-SRC_URI[sha256sum] = "8f683713baa63e6b5c2ea72067f77cbacf0bee7d4efa907951c6bb5ac1ffd6b0"
+SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d"
+SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121"
do_install() {
oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 13/13] distro_tracking_fields: cwautomacros, valgrind, etc
2011-04-26 6:45 [PATCH 00/13][PULL] Connectivity/Multimedia/Base, Dongxiao Xu, 2011/04/26 Dongxiao Xu
` (11 preceding siblings ...)
2011-04-26 6:46 ` [PATCH 12/13] cwautomacros: upgrade to version 20110201 Dongxiao Xu
@ 2011-04-26 6:46 ` Dongxiao Xu
12 siblings, 0 replies; 18+ messages in thread
From: Dongxiao Xu @ 2011-04-26 6:46 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 72 ++++++++++---------
1 files changed, 38 insertions(+), 34 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index e7201b0..767c05b 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -169,16 +169,15 @@ RECIPE_MAINTAINER_pn-libdaemon = "Yu Ke <ke.yu@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.27.5"
+RECIPE_LATEST_VERSION_pn-glib-2.0 = "2.28.6"
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 = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-glib-2.0 = "2010/12/20"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-glib-2.0 = "15 days"
+RECIPE_LATEST_RELEASE_DATE_pn-glib-2.0 = "2011/04/14"
RECIPE_COMMENTS_pn-glib-2.0 = ""
-RECIPE_LAST_UPDATE_pn-glib-2.0 = "Dec 30, 2010"
-RECIPE_NO_UPDATE_REASON_pn-glib-2.0 ="do not upgrade to 2.27.5 because it is unstable version"
+RECIPE_LAST_UPDATE_pn-glib-2.0 = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-glib-2.0 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libpam = "green"
@@ -761,12 +760,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.99"
+RECIPE_LATEST_VERSION_pn-polkit = "0.101"
RECIPE_INTEL_SECTION_pn-polkit = "base utils"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "1 months"
-RECIPE_LATEST_RELEASE_DATE_pn-polkit = "2010/09/15"
+RECIPE_LATEST_RELEASE_DATE_pn-polkit = "2011/03/03"
RECIPE_COMMENTS_pn-polkit = ""
-RECIPE_LAST_UPDATE_pn-polkit = "Nov 18, 2010"
+RECIPE_LAST_UPDATE_pn-polkit = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-polkit = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-psplash = "not done"
@@ -916,12 +915,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.0"
+RECIPE_LATEST_VERSION_pn-valgrind = "3.6.1"
RECIPE_INTEL_SECTION_pn-valgrind = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-valgrind = "6 months"
-RECIPE_LATEST_RELEASE_DATE_pn-valgrind = "2010/10/21"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-valgrind = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-valgrind = "2011/02/16"
RECIPE_COMMENTS_pn-valgrind = ""
-RECIPE_LAST_UPDATE_pn-valgrind = "Nov 16, 2010"
+RECIPE_LAST_UPDATE_pn-valgrind = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-valgrind = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-formfactor = "green"
@@ -946,12 +945,12 @@ RECIPE_MAINTAINER_pn-makedevs = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-cwautomacros = "green"
RECIPE_DEPENDENCY_CHECK_pn-cwautomacros = "not done"
-RECIPE_LATEST_VERSION_pn-cwautomacros = "20090610"
+RECIPE_LATEST_VERSION_pn-cwautomacros = "20110201"
RECIPE_INTEL_SECTION_pn-cwautomacros = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cwautomacros = "6 months"
-RECIPE_LATEST_RELEASE_DATE_pn-cwautomacros = "06/2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cwautomacros = "3 days"
+RECIPE_LATEST_RELEASE_DATE_pn-cwautomacros = "2011/02/01"
RECIPE_COMMENTS_pn-cwautomacros = ""
-RECIPE_LAST_UPDATE_pn-cwautomacros = "Aug 6, 2010"
+RECIPE_LAST_UPDATE_pn-cwautomacros = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-cwautomacros = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-cwautomacros= "OSPDT upstream=http://cwautomacros.berlios.de/"
@@ -2093,12 +2092,11 @@ RECIPE_LAST_UPDATE_pn-gupnp = "Apr 15, 2011"
RECIPE_MAINTAINER_pn-gupnp= "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gupnp-av = "green"
-RECIPE_LATEST_VERSION_pn-gupnp-av = "0.7.1"
+RECIPE_LATEST_VERSION_pn-gupnp-av = "0.8.0"
RECIPE_NO_OF_PATCHES_pn-gupnp-av= "0"
-RECIPE_LATEST_RELEASE_DATE_pn-gupnp-av= "2010/11/08"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gupnp-av= "15 days"
-RECIPE_LAST_UPDATE_pn-gupnp-av = "Nov 25, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-gupnp-av = "Jan 30, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gupnp-av= "2011/04/08"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gupnp-av= "4 months"
+RECIPE_LAST_UPDATE_pn-gupnp-av = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-gupnp-av = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-gupnp-tools = "green"
@@ -2182,9 +2180,12 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-python="4 months"
RECIPE_LAST_UPDATE_pn-telepathy-python = "Dec 30, 2010"
RECIPE_MAINTAINER_pn-telepathy-python = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-bluez-hcidump = "red"
-RECIPE_LATEST_VERSION_pn-bluez-hcidump = "1.42"
-RECIPE_LAST_UPDATE_pn-bluez-hcidump = "Nov 7, 2008"
+RECIPE_STATUS_pn-bluez-hcidump = "green"
+RECIPE_LATEST_VERSION_pn-bluez-hcidump = "2.0"
+RECIPE_NO_OF_PATCHES_pn-bluez-hcidump = "0"
+RECIPE_LATEST_RELEASE_DATE_pn-bluez-hcidump = "2011/01/27"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-bluez-hcidump = "4 months"
+RECIPE_LAST_UPDATE_pn-bluez-hcidump = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-bluez-hcidump = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-ppp-dialin = "red"
@@ -2624,10 +2625,13 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-ffmpeg = "4 months"
RECIPE_LAST_UPDATE_pn-gst-ffmpeg = "Dec 14, 2010"
RECIPE_MAINTAINER_pn-gst-ffmpeg = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-libsndfile1 = "red"
+RECIPE_STATUS_pn-libsndfile1 = "green"
DISTRO_PN_ALIAS_pn-libsndfile1 = "Meego=libsndfile Fedora=libsndfile OpenSuSE=libsndfile Ubuntu=libsndfile Mandriva=libsndfile Debian=libsndfile"
-RECIPE_LATEST_VERSION_pn-libsndfile1 = "1.0.21 "
-RECIPE_LAST_UPDATE_pn-libsndfile1 = "Nov 11, 2010"
+RECIPE_LATEST_VERSION_pn-libsndfile1 = "1.0.24"
+RECIPE_NO_OF_PATCHES_pn-libsndfile1 = "0"
+RECIPE_LATEST_RELEASE_DATE_pn-libsndfile1 = "2011/03/23"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libsndfile1 = "5 months"
+RECIPE_LAST_UPDATE_pn-libsndfile1 = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-libsndfile1 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-pulseaudio = "green"
@@ -2662,11 +2666,11 @@ 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.20"
+RECIPE_LATEST_VERSION_pn-gst-fluendo-mpegdemux = "0.10.67"
RECIPE_NO_OF_PATCHES_pn-gst-fluendo-mpegdemux = "0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mpegdemux = "2010/10/20"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mpegdemux = "1 months"
-RECIPE_LAST_UPDATE_pn-gst-fluendo-mpegdemux = "Dec 7, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mpegdemux = "2011/03/17"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mpegdemux = "6 days"
+RECIPE_LAST_UPDATE_pn-gst-fluendo-mpegdemux = "Apr 26, 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"
@@ -2676,11 +2680,11 @@ RECIPE_LAST_UPDATE_pn-libomxil = "Jan 11, 2008"
RECIPE_MAINTAINER_pn-libomxil = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-libomxil = "OSPDT upstream=http://omxil.sourceforge.net/"
-RECIPE_STATUS_pn-libsamplerate0 = "red"
+RECIPE_STATUS_pn-libsamplerate0 = "green"
DISTRO_PN_ALIAS_pn-libsamplerate0 = "Meego=libsamplerate Fedora=libsamplerate OpenSuSE=libsamplerate Ubuntu=libsamplerate Mandriva=libsamplerate Debian=libsamplerate"
RECIPE_LATEST_VERSION_pn-libsamplerate0 = "0.1.7"
-RECIPE_LAST_UPDATE_pn-libsamplerate0 = "Nov 22, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-libsamplerate0 = "Jan 30, 2011"
+RECIPE_LAST_UPDATE_pn-libsamplerate0 = "Apr 26, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-libsamplerate0 = "Apr 26, 2011"
RECIPE_MAINTAINER_pn-libsamplerate0 = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-oprofileui = "green"
--
1.7.1
^ permalink raw reply related [flat|nested] 18+ messages in thread