* [RFC][PATCH 1/2] libjson: add 0.9
@ 2011-11-21 18:12 Koen Kooi
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Koen Kooi @ 2011-11-21 18:12 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
new file mode 100644
index 0000000..4d609a6
--- /dev/null
+++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "JSON-C - A JSON implementation in C"
+
+LICENSE = "MIT/X11"
+LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
+
+SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
+SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
+SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"
+
+S = "${WORKDIR}/json-c-${PV}"
+
+
+inherit autotools
--
1.7.2.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x
2011-11-21 18:12 [RFC][PATCH 1/2] libjson: add 0.9 Koen Kooi
@ 2011-11-21 18:12 ` Koen Kooi
2011-11-22 7:02 ` Martin Jansa
` (2 more replies)
2011-11-22 9:08 ` [RFC][PATCH 1/2] libjson: add 0.9 Paul Menzel
2011-11-22 16:19 ` Saul Wold
2 siblings, 3 replies; 14+ messages in thread
From: Koen Kooi @ 2011-11-21 18:12 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
As indicated in the subject, this is an RFC, please review and test.
1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using thumb1, please test
2) this is only buildtested on armv7a, more buildtests and runtime tests are on their way, so please test
.../pulseaudio/pulseaudio-0.9.22/armv4+v5asm.patch | 61 --------------------
.../pulseaudio-0.9.22/autoconf_version.patch | 17 ------
.../pulseaudio/pulseaudio-0.9.22/buildfix.patch | 17 ------
.../pulseaudio-0.9.22/configure_silent_rules.patch | 33 -----------
.../pulseaudio-0.9.22/gcc4-compile-fix.patch | 22 -------
.../pulseaudio/pulseaudio-0.9.22/tls_m4.patch | 34 -----------
.../pulseaudio-0.9.22/volatiles.04_pulse | 2 -
.../pulseaudio-0.9.23/autoconf_version.patch | 17 ------
.../pulseaudio/pulseaudio-0.9.23/buildfix.patch | 17 ------
.../pulseaudio-0.9.23/configure_silent_rules.patch | 33 -----------
.../pulseaudio-0.9.23/fix_bluez_build.patch | 26 --------
.../pulseaudio-0.9.23/gcc4-compile-fix.patch | 22 -------
.../pulseaudio/pulseaudio-0.9.23/tls_m4.patch | 34 -----------
.../pulseaudio-0.9.23/volatiles.04_pulse | 2 -
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
.../pulseaudio/pulseaudio/volatiles.04_pulse | 2 +
.../pulseaudio/pulseaudio_0.9.22.bb | 24 --------
.../pulseaudio/pulseaudio_0.9.23.bb | 27 ---------
.../pulseaudio/pulseaudio_1.1.bb | 19 ++++++
19 files changed, 22 insertions(+), 389 deletions(-)
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/armv4+v5asm.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/autoconf_version.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/buildfix.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/configure_silent_rules.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/gcc4-compile-fix.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/tls_m4.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/volatiles.04_pulse
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/autoconf_version.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/buildfix.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/configure_silent_rules.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/gcc4-compile-fix.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/tls_m4.patch
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/volatiles.04_pulse
create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb
delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb
create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/armv4+v5asm.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/armv4+v5asm.patch
deleted file mode 100644
index 4ce5a48..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/armv4+v5asm.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Index: pulseaudio-0.9.21/src/pulsecore/svolume_arm.c
-===================================================================
---- pulseaudio-0.9.21.orig/src/pulsecore/svolume_arm.c
-+++ pulseaudio-0.9.21/src/pulsecore/svolume_arm.c
-@@ -37,6 +37,14 @@
-
- #if defined (__arm__)
-
-+/*
-+ the code below uses armv6 instructions; we can safely ifdef this away as the code is only
-+ called if the arm architecture is v6 or higher
-+*/
-+#if (!defined (__ARM_ARCH_4__) && !defined (__ARM_ARCH_4T__) \
-+ && !defined (__ARM_ARCH_5__)&& !defined (__ARM_ARCH_5E__) && !defined (__ARM_ARCH_5T__) \
-+ && !defined (__ARM_ARCH_5TE__) && !defined (__ARM_ARCH_5TEJ__))
-+
- #define MOD_INC() \
- " subs r0, r6, %2 \n\t" \
- " addcs r0, %1 \n\t" \
-@@ -179,11 +187,15 @@ static void run_test (void) {
- }
- #endif
-
-+#endif /* (!defined (__ARM_ARCH_4__) && !defined (__ARM_ARCH_4T__) ... */
- #endif /* defined (__arm__) */
-
-
- void pa_volume_func_init_arm (pa_cpu_arm_flag_t flags) {
- #if defined (__arm__)
-+#if (!defined (__ARM_ARCH_4__) && !defined (__ARM_ARCH_4T__) \
-+ && !defined (__ARM_ARCH_5__)&& !defined (__ARM_ARCH_5E__) && !defined (__ARM_ARCH_5T__) \
-+ && !defined (__ARM_ARCH_5TE__) && !defined (__ARM_ARCH_5TEJ__))
- pa_log_info("Initialising ARM optimized functions.");
-
- #ifdef RUN_TEST
-@@ -191,5 +203,6 @@ void pa_volume_func_init_arm (pa_cpu_arm
- #endif
-
- pa_set_volume_func (PA_SAMPLE_S16NE, (pa_do_volume_func_t) pa_volume_s16ne_arm);
-+#endif /* (!defined (__ARM_ARCH_4__) && !defined (__ARM_ARCH_4T__) ... */
- #endif /* defined (__arm__) */
- }
-Index: pulseaudio-0.9.21/src/modules/bluetooth/sbc_math.h
-===================================================================
---- pulseaudio-0.9.21.orig/src/modules/bluetooth/sbc_math.h
-+++ pulseaudio-0.9.21/src/modules/bluetooth/sbc_math.h
-@@ -47,7 +47,9 @@ typedef int32_t sbc_fixed_t;
-
- #define SBC_FIXED_0(val) { val = 0; }
- #define MUL(a, b) ((a) * (b))
--#ifdef __arm__
-+#if (defined(__arm__) && !defined (__ARM_ARCH_4__) && !defined (__ARM_ARCH_4T__) \
-+ && !defined (__ARM_ARCH_5__)&& !defined (__ARM_ARCH_5E__) && !defined (__ARM_ARCH_5T__) \
-+ && !defined (__ARM_ARCH_5TE__) && !defined (__ARM_ARCH_5TEJ__))
- #define MULA(a, b, res) ({ \
- int tmp = res; \
- __asm__( \
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/autoconf_version.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/autoconf_version.patch
deleted file mode 100644
index 86e3972..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/autoconf_version.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: pulseaudio-0.9.15/configure.ac
-===================================================================
---- pulseaudio-0.9.15.orig/configure.ac 2009-04-14 00:09:53.000000000 +0100
-+++ pulseaudio-0.9.15/configure.ac 2009-05-22 11:32:50.000000000 +0100
-@@ -20,7 +20,7 @@
- # along with PulseAudio; if not, write to the Free Software Foundation,
- # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-
--AC_PREREQ(2.63)
-+AC_PREREQ(2.61)
-
- m4_define(pa_major, [0])
- m4_define(pa_minor, [9])
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/buildfix.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/buildfix.patch
deleted file mode 100644
index 99ceff8..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/buildfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-Index: pulseaudio-0.9.11/src/pulsecore/atomic.h
-===================================================================
---- pulseaudio-0.9.11.orig/src/pulsecore/atomic.h
-+++ pulseaudio-0.9.11/src/pulsecore/atomic.h
-@@ -40,6 +40,8 @@
- #error "Please include config.h before including this file!"
- #endif
-
-+#include "macro.h"
-+
- #ifdef HAVE_ATOMIC_BUILTINS
-
- /* __sync based implementation */
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/configure_silent_rules.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/configure_silent_rules.patch
deleted file mode 100644
index d4a247a..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/configure_silent_rules.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: pulseaudio-0.9.19/configure.ac
-===================================================================
---- pulseaudio-0.9.19.orig/configure.ac 2009-10-31 11:40:00.000000000 +0000
-+++ pulseaudio-0.9.19/configure.ac 2009-10-31 11:50:35.000000000 +0000
-@@ -27,12 +27,13 @@
- AC_CONFIG_SRCDIR([src/daemon/main.c])
- AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_HEADERS([config.h])
--AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
-+AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-portability tar-pax])
-
- m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`)
- m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`)
- m4_define(pa_micro, `echo $VERSION | cut -d. -f3 | cut -d- -f1`)
-
-+
- AC_SUBST(PA_MAJOR, pa_major)
- AC_SUBST(PA_MINOR, pa_minor)
- AC_SUBST(PA_MICRO, pa_micro)
-@@ -80,7 +81,8 @@
- ;;
- esac
-
--AM_SILENT_RULES([yes])
-+# only use if available
-+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
- #### Checks for programs. ####
-
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/gcc4-compile-fix.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/gcc4-compile-fix.patch
deleted file mode 100644
index f8b07ea..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/gcc4-compile-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-| fix for more strict syntax compliance in gcc4.x
-| pulsecore/core-util.c: In function 'pa_raise_priority':
-| pulsecore/core-util.c:547: error: label at end of compound statement
-| Signed off: mickey@openmoko.org
-|
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-Index: pulseaudio-0.9.6/src/pulsecore/core-util.c
-===================================================================
---- pulseaudio-0.9.6.orig/src/pulsecore/core-util.c
-+++ pulseaudio-0.9.6/src/pulsecore/core-util.c
-@@ -535,7 +535,7 @@ void pa_raise_priority(void) {
- pa_log_info("Successfully gained high priority class.");
- #endif
-
--fail:
-+fail:;
-
- #if defined(HAVE_SYS_CAPABILITY_H)
- if (caps) {
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/tls_m4.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/tls_m4.patch
deleted file mode 100644
index bae0a25..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/tls_m4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: pulseaudio-0.9.15/m4/tls.m4
-===================================================================
---- pulseaudio-0.9.15.orig/m4/tls.m4 2008-08-19 23:25:02.000000000 +0200
-+++ pulseaudio-0.9.15/m4/tls.m4 2009-07-10 09:55:25.266365511 +0200
-@@ -1,12 +1,19 @@
- AC_DEFUN([CC_CHECK_TLS], [
- AC_CACHE_CHECK([whether $CC knows __thread for Thread-Local Storage],
- cc_cv_tls___thread,
-- [AC_COMPILE_IFELSE(
-- AC_LANG_PROGRAM(
-- [[static __thread int a = 6;]],
-- [[a = 5;]]),
-- [cc_cv_tls___thread=yes],
-- [cc_cv_tls___thread=no])
-+ [AC_LINK_IFELSE([__thread int a; int b; int main() { return a = b; }],
-+ [chktls_save_LDFLAGS="$LDFLAGS"
-+ LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
-+ chktls_save_CFLAGS="$CFLAGS"
-+ CFLAGS="-fPIC $CFLAGS"
-+ dnl If -shared works, test if TLS works in a shared library.
-+ AC_LINK_IFELSE([int f() { return 0; }],
-+ AC_LINK_IFELSE([__thread int a; int b; int f() { return a = b; }],
-+ [cc_cv_tls___thread=yes],
-+ [cc_cv_tls___thread=no]),
-+ [cc_cv_tls___thread=yes])
-+ CFLAGS="$chktls_save_CFLAGS"
-+ LDFLAGS="$chktls_save_LDFLAGS"], [cc_cv_tls___thread=no])
- ])
-
- AS_IF([test "x$cc_cv_tls___thread" = "xyes"],
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/volatiles.04_pulse b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/volatiles.04_pulse
deleted file mode 100644
index 5b19980..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.22/volatiles.04_pulse
+++ /dev/null
@@ -1,2 +0,0 @@
-# <type> <owner> <group> <mode> <path> <linksource>
-d pulse pulse 0755 /var/run/pulse none
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/autoconf_version.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/autoconf_version.patch
deleted file mode 100644
index 86e3972..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/autoconf_version.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: pulseaudio-0.9.15/configure.ac
-===================================================================
---- pulseaudio-0.9.15.orig/configure.ac 2009-04-14 00:09:53.000000000 +0100
-+++ pulseaudio-0.9.15/configure.ac 2009-05-22 11:32:50.000000000 +0100
-@@ -20,7 +20,7 @@
- # along with PulseAudio; if not, write to the Free Software Foundation,
- # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-
--AC_PREREQ(2.63)
-+AC_PREREQ(2.61)
-
- m4_define(pa_major, [0])
- m4_define(pa_minor, [9])
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/buildfix.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/buildfix.patch
deleted file mode 100644
index 99ceff8..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/buildfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-Index: pulseaudio-0.9.11/src/pulsecore/atomic.h
-===================================================================
---- pulseaudio-0.9.11.orig/src/pulsecore/atomic.h
-+++ pulseaudio-0.9.11/src/pulsecore/atomic.h
-@@ -40,6 +40,8 @@
- #error "Please include config.h before including this file!"
- #endif
-
-+#include "macro.h"
-+
- #ifdef HAVE_ATOMIC_BUILTINS
-
- /* __sync based implementation */
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/configure_silent_rules.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/configure_silent_rules.patch
deleted file mode 100644
index d4a247a..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/configure_silent_rules.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: pulseaudio-0.9.19/configure.ac
-===================================================================
---- pulseaudio-0.9.19.orig/configure.ac 2009-10-31 11:40:00.000000000 +0000
-+++ pulseaudio-0.9.19/configure.ac 2009-10-31 11:50:35.000000000 +0000
-@@ -27,12 +27,13 @@
- AC_CONFIG_SRCDIR([src/daemon/main.c])
- AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_HEADERS([config.h])
--AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
-+AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-portability tar-pax])
-
- m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`)
- m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`)
- m4_define(pa_micro, `echo $VERSION | cut -d. -f3 | cut -d- -f1`)
-
-+
- AC_SUBST(PA_MAJOR, pa_major)
- AC_SUBST(PA_MINOR, pa_minor)
- AC_SUBST(PA_MICRO, pa_micro)
-@@ -80,7 +81,8 @@
- ;;
- esac
-
--AM_SILENT_RULES([yes])
-+# only use if available
-+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
- #### Checks for programs. ####
-
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch
deleted file mode 100644
index fbb22d7..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/fix_bluez_build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-using uClibc $(INTLLIBS) is not empty but set to -lintl
-this means that AM_LIBADD wont be empty as well and hence
-a missing space which otherwise works starts to show up as error
-
-| make[4]: *** No rule to make target `-lintl', needed by `libbluetooth-ipc.la'. Stop.
-| make[4]: Leaving directory `/home/kraj/work/angstrom/sources/openembedded-core/build/tmp-uclibc/work/armv5te-oe-linux-uclibceabi/pulseaudio-0.9.23-r7/pulseaudio-0.9.23/src'
-| make[3]: *** [all-recursive] Error 1
-
-We add missing space
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
-Upstream-Status: Pending
-Index: pulseaudio-0.9.23/src/Makefile.am
-===================================================================
---- pulseaudio-0.9.23.orig/src/Makefile.am 2011-06-23 13:18:54.000000000 -0700
-+++ pulseaudio-0.9.23/src/Makefile.am 2011-11-20 09:04:00.986917207 -0800
-@@ -1701,7 +1701,7 @@
-
- libbluetooth_ipc_la_SOURCES = modules/bluetooth/ipc.c modules/bluetooth/ipc.h
- libbluetooth_ipc_la_LDFLAGS = -avoid-version
--libbluetooth_ipc_la_LIBADD = $(AM_LIBADD)libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
-+libbluetooth_ipc_la_LIBADD = $(AM_LIBADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
- libbluetooth_ipc_la_CFLAGS = $(AM_CFLAGS)
- BLUETOOTH_IPC_FILES = $(subst modules/bluetooth/,,$(libbluetooth_ipc_la_SOURCES)) rtp.h
-
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/gcc4-compile-fix.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/gcc4-compile-fix.patch
deleted file mode 100644
index f8b07ea..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/gcc4-compile-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-| fix for more strict syntax compliance in gcc4.x
-| pulsecore/core-util.c: In function 'pa_raise_priority':
-| pulsecore/core-util.c:547: error: label at end of compound statement
-| Signed off: mickey@openmoko.org
-|
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-Index: pulseaudio-0.9.6/src/pulsecore/core-util.c
-===================================================================
---- pulseaudio-0.9.6.orig/src/pulsecore/core-util.c
-+++ pulseaudio-0.9.6/src/pulsecore/core-util.c
-@@ -535,7 +535,7 @@ void pa_raise_priority(void) {
- pa_log_info("Successfully gained high priority class.");
- #endif
-
--fail:
-+fail:;
-
- #if defined(HAVE_SYS_CAPABILITY_H)
- if (caps) {
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/tls_m4.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/tls_m4.patch
deleted file mode 100644
index bae0a25..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/tls_m4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: pulseaudio-0.9.15/m4/tls.m4
-===================================================================
---- pulseaudio-0.9.15.orig/m4/tls.m4 2008-08-19 23:25:02.000000000 +0200
-+++ pulseaudio-0.9.15/m4/tls.m4 2009-07-10 09:55:25.266365511 +0200
-@@ -1,12 +1,19 @@
- AC_DEFUN([CC_CHECK_TLS], [
- AC_CACHE_CHECK([whether $CC knows __thread for Thread-Local Storage],
- cc_cv_tls___thread,
-- [AC_COMPILE_IFELSE(
-- AC_LANG_PROGRAM(
-- [[static __thread int a = 6;]],
-- [[a = 5;]]),
-- [cc_cv_tls___thread=yes],
-- [cc_cv_tls___thread=no])
-+ [AC_LINK_IFELSE([__thread int a; int b; int main() { return a = b; }],
-+ [chktls_save_LDFLAGS="$LDFLAGS"
-+ LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
-+ chktls_save_CFLAGS="$CFLAGS"
-+ CFLAGS="-fPIC $CFLAGS"
-+ dnl If -shared works, test if TLS works in a shared library.
-+ AC_LINK_IFELSE([int f() { return 0; }],
-+ AC_LINK_IFELSE([__thread int a; int b; int f() { return a = b; }],
-+ [cc_cv_tls___thread=yes],
-+ [cc_cv_tls___thread=no]),
-+ [cc_cv_tls___thread=yes])
-+ CFLAGS="$chktls_save_CFLAGS"
-+ LDFLAGS="$chktls_save_LDFLAGS"], [cc_cv_tls___thread=no])
- ])
-
- AS_IF([test "x$cc_cv_tls___thread" = "xyes"],
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/volatiles.04_pulse b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/volatiles.04_pulse
deleted file mode 100644
index 5b19980..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.23/volatiles.04_pulse
+++ /dev/null
@@ -1,2 +0,0 @@
-# <type> <owner> <group> <mode> <path> <linksource>
-d pulse pulse 0755 /var/run/pulse none
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 747b650..a94c398 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -68,7 +68,7 @@ FILES_libpulse-mainloop-glib = "${libdir}/libpulse-mainloop-glib.so.*"
FILES_${PN}-dbg += "${libexecdir}/pulse/.debug \
${libdir}/pulse-${PV}/modules/.debug"
-FILES_${PN}-dev += "${libdir}/pulse-${PV}/modules/*.la ${datadir}/vala"
+FILES_${PN}-dev += "${libdir}/pulse-${PV}/modules/*.la ${datadir}/vala ${libdir}/cmake"
FILES_${PN}-conf = "${sysconfdir}"
FILES_${PN}-bin = "${bindir}/* \
${sysconfdir}/default/volatiles/volatiles.04_pulse"
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse b/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse
new file mode 100644
index 0000000..5b19980
--- /dev/null
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse
@@ -0,0 +1,2 @@
+# <type> <owner> <group> <mode> <path> <linksource>
+d pulse pulse 0755 /var/run/pulse none
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb
deleted file mode 100644
index 3067365..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.22.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require pulseaudio.inc
-
-PR = "r7"
-
-DEPENDS += "gdbm speex"
-
-inherit gettext
-
-SRC_URI += "\
- file://buildfix.patch \
- file://autoconf_version.patch \
- file://tls_m4.patch \
- file://configure_silent_rules.patch \
- file://armv4+v5asm.patch \
-"
-
-do_compile_prepend() {
- cd ${S}
- mkdir -p ${S}/libltdl
- cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
-}
-
-SRC_URI[md5sum] = "ca85ab470669b05e100861654cf5eb3c"
-SRC_URI[sha256sum] = "c6019324395117a258c048a6db5e9734551cc2c61dc35b46403ff00d64be55f0"
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb
deleted file mode 100644
index e712cab..0000000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require pulseaudio.inc
-
-PR = "r8"
-
-DEPENDS += "gdbm speex libxml-parser-perl-native"
-
-inherit gettext perlnative
-
-SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \
- file://buildfix.patch \
- file://autoconf_version.patch \
- file://tls_m4.patch \
- file://configure_silent_rules.patch \
- file://volatiles.04_pulse \
- file://fix_bluez_build.patch \
-"
-
-SRC_URI[md5sum] = "7391205a337d1e04a9ff38025f684034"
-SRC_URI[sha256sum] = "af3e84c614cb632fd1f57105489fcd5f93f906da1ce5aa9019492212031fba4e"
-
-do_compile_prepend() {
- cd ${S}
- mkdir -p ${S}/libltdl
- cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
-}
-
-ARM_INSTRUCTION_SET = "arm"
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
new file mode 100644
index 0000000..d97c932
--- /dev/null
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
@@ -0,0 +1,19 @@
+require pulseaudio.inc
+
+DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
+
+inherit gettext perlnative
+
+SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.xz \
+ file://volatiles.04_pulse \
+"
+
+SRC_URI[md5sum] = "17d21df798cee407b769c6355fae397a"
+SRC_URI[sha256sum] = "6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee"
+
+do_compile_prepend() {
+ cd ${S}
+ mkdir -p ${S}/libltdl
+ cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
+}
+
--
1.7.2.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
@ 2011-11-22 7:02 ` Martin Jansa
2011-11-22 7:03 ` Martin Jansa
2011-11-22 18:54 ` Martin Jansa
2011-11-22 18:55 ` Martin Jansa
2 siblings, 1 reply; 14+ messages in thread
From: Martin Jansa @ 2011-11-22 7:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
On Mon, Nov 21, 2011 at 07:12:35PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>
> As indicated in the subject, this is an RFC, please review and test.
>
> 1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using thumb1, please test
where is libjson?
ERROR: Nothing PROVIDES 'libjson' (but
/OE/shr-core/openembedded-core/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
DEPENDS on or otherwise requires it
Cheers,
> 2) this is only buildtested on armv7a, more buildtests and runtime tests are on their way, so please test
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x
2011-11-22 7:02 ` Martin Jansa
@ 2011-11-22 7:03 ` Martin Jansa
0 siblings, 0 replies; 14+ messages in thread
From: Martin Jansa @ 2011-11-22 7:03 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 833 bytes --]
On Tue, Nov 22, 2011 at 08:02:41AM +0100, Martin Jansa wrote:
> On Mon, Nov 21, 2011 at 07:12:35PM +0100, Koen Kooi wrote:
> > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> > ---
> >
> > As indicated in the subject, this is an RFC, please review and test.
> >
> > 1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using thumb1, please test
>
> where is libjson?
> ERROR: Nothing PROVIDES 'libjson' (but
> /OE/shr-core/openembedded-core/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
> DEPENDS on or otherwise requires it
nevermind, I'm still sleeping, now I see 1/1 too
sorry
>
> Cheers,
>
> > 2) this is only buildtested on armv7a, more buildtests and runtime tests are on their way, so please test
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-21 18:12 [RFC][PATCH 1/2] libjson: add 0.9 Koen Kooi
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
@ 2011-11-22 9:08 ` Paul Menzel
2011-11-22 10:19 ` Koen Kooi
2011-11-22 16:19 ` Saul Wold
2 siblings, 1 reply; 14+ messages in thread
From: Paul Menzel @ 2011-11-22 9:08 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]
Dear Koen,
Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
> create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
>
> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
> new file mode 100644
> index 0000000..4d609a6
> --- /dev/null
> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "JSON-C - A JSON implementation in C"
> +
> +LICENSE = "MIT/X11"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
please add at least the field `HOMEPAGE` as it is done in OE-classic
[1].
> +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
> +SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
> +SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"
> +
> +S = "${WORKDIR}/json-c-${PV}"
> +
> +
> +inherit autotools
Thanks,
Paul
[1] http://git.openembedded.org/openembedded/tree/recipes/libjson/libjson_0.9.bb?id=55b3912f14b1919bf2cd330e48546f11c179794f
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-22 9:08 ` [RFC][PATCH 1/2] libjson: add 0.9 Paul Menzel
@ 2011-11-22 10:19 ` Koen Kooi
2011-11-22 10:27 ` Paul Menzel
0 siblings, 1 reply; 14+ messages in thread
From: Koen Kooi @ 2011-11-22 10:19 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
Op 22 nov. 2011, om 10:08 heeft Paul Menzel het volgende geschreven:
> Dear Koen,
>
>
> Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi:
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
>> 1 files changed, 13 insertions(+), 0 deletions(-)
>> create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
>>
>> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
>> new file mode 100644
>> index 0000000..4d609a6
>> --- /dev/null
>> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
>> @@ -0,0 +1,13 @@
>> +DESCRIPTION = "JSON-C - A JSON implementation in C"
>> +
>> +LICENSE = "MIT/X11"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
>
> please add at least the field `HOMEPAGE` as it is done in OE-classic
> [1].
>
>> +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
Since the homepage can be derived from SRC_URI, is it really needed?
regards,
Koen
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-22 10:19 ` Koen Kooi
@ 2011-11-22 10:27 ` Paul Menzel
2011-11-22 10:50 ` Koen Kooi
0 siblings, 1 reply; 14+ messages in thread
From: Paul Menzel @ 2011-11-22 10:27 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]
Am Dienstag, den 22.11.2011, 11:19 +0100 schrieb Koen Kooi:
> Op 22 nov. 2011, om 10:08 heeft Paul Menzel het volgende geschreven:
> > Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi:
> >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> >> ---
> >> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
> >> 1 files changed, 13 insertions(+), 0 deletions(-)
> >> create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
> >>
> >> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
> >> new file mode 100644
> >> index 0000000..4d609a6
> >> --- /dev/null
> >> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
> >> @@ -0,0 +1,13 @@
> >> +DESCRIPTION = "JSON-C - A JSON implementation in C"
> >> +
> >> +LICENSE = "MIT/X11"
> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
> >
> > please add at least the field `HOMEPAGE` as it is done in OE-classic
> > [1].
> >
> >> +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
>
> Since the homepage can be derived from SRC_URI, is it really needed?
I always thought these metadata fields are used by interfaces like
package managers to allow people to know more about the package/program.
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-22 10:27 ` Paul Menzel
@ 2011-11-22 10:50 ` Koen Kooi
0 siblings, 0 replies; 14+ messages in thread
From: Koen Kooi @ 2011-11-22 10:50 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]
Op 22 nov. 2011, om 11:27 heeft Paul Menzel het volgende geschreven:
> Am Dienstag, den 22.11.2011, 11:19 +0100 schrieb Koen Kooi:
>> Op 22 nov. 2011, om 10:08 heeft Paul Menzel het volgende geschreven:
>
>>> Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi:
>>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>>>> ---
>>>> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
>>>> 1 files changed, 13 insertions(+), 0 deletions(-)
>>>> create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
>>>>
>>>> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
>>>> new file mode 100644
>>>> index 0000000..4d609a6
>>>> --- /dev/null
>>>> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
>>>> @@ -0,0 +1,13 @@
>>>> +DESCRIPTION = "JSON-C - A JSON implementation in C"
>>>> +
>>>> +LICENSE = "MIT/X11"
>>>> +LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
>>>
>>> please add at least the field `HOMEPAGE` as it is done in OE-classic
>>> [1].
>>>
>>>> +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
>>
>> Since the homepage can be derived from SRC_URI, is it really needed?
>
> I always thought these metadata fields are used by interfaces like
> package managers to allow people to know more about the package/program.
You are right, I've modified the patch and will show up in v2.
regards,
Koen
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-21 18:12 [RFC][PATCH 1/2] libjson: add 0.9 Koen Kooi
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
2011-11-22 9:08 ` [RFC][PATCH 1/2] libjson: add 0.9 Paul Menzel
@ 2011-11-22 16:19 ` Saul Wold
2011-11-22 18:40 ` Koen Kooi
2 siblings, 1 reply; 14+ messages in thread
From: Saul Wold @ 2011-11-22 16:19 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On 11/21/2011 10:12 AM, Koen Kooi wrote:
> Signed-off-by: Koen Kooi<koen@dominion.thruhere.net>
> ---
> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
> create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
>
> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
> new file mode 100644
> index 0000000..4d609a6
> --- /dev/null
> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "JSON-C - A JSON implementation in C"
> +
> +LICENSE = "MIT/X11"
I believe that LICENSE = "MIT" (or MIT-X) as the standard entry.
Maybe Beth can give the correct version here.
Thanks
Sau!
> +LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
> +
> +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
> +SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
> +SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"
> +
> +S = "${WORKDIR}/json-c-${PV}"
> +
> +
> +inherit autotools
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-22 16:19 ` Saul Wold
@ 2011-11-22 18:40 ` Koen Kooi
2011-11-22 18:52 ` Joshua Lock
0 siblings, 1 reply; 14+ messages in thread
From: Koen Kooi @ 2011-11-22 18:40 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 958 bytes --]
Op 22 nov. 2011, om 17:19 heeft Saul Wold het volgende geschreven:
> On 11/21/2011 10:12 AM, Koen Kooi wrote:
>> Signed-off-by: Koen Kooi<koen@dominion.thruhere.net>
>> ---
>> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 +++++++++++++
>> 1 files changed, 13 insertions(+), 0 deletions(-)
>> create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
>>
>> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
>> new file mode 100644
>> index 0000000..4d609a6
>> --- /dev/null
>> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
>> @@ -0,0 +1,13 @@
>> +DESCRIPTION = "JSON-C - A JSON implementation in C"
>> +
>> +LICENSE = "MIT/X11"
>
> I believe that LICENSE = "MIT" (or MIT-X) as the standard entry.
> Maybe Beth can give the correct version here.
Thanks for the feedback, I'll wait for Beth to tell use the proper form before sending a v2.
regrds,
Koen
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-22 18:40 ` Koen Kooi
@ 2011-11-22 18:52 ` Joshua Lock
2011-11-22 19:42 ` Saul Wold
0 siblings, 1 reply; 14+ messages in thread
From: Joshua Lock @ 2011-11-22 18:52 UTC (permalink / raw)
To: openembedded-core
On 22/11/11 10:40, Koen Kooi wrote:
>
> Op 22 nov. 2011, om 17:19 heeft Saul Wold het volgende geschreven:
>
>> On 11/21/2011 10:12 AM, Koen Kooi wrote:
>>> +LICENSE = "MIT/X11"
>>
>> I believe that LICENSE = "MIT" (or MIT-X) as the standard entry.
>> Maybe Beth can give the correct version here.
>
I think it's MIT, there's no MIT-X in the SPDX registry:
http://spdx.org/licenses/
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
2011-11-22 7:02 ` Martin Jansa
@ 2011-11-22 18:54 ` Martin Jansa
2011-11-22 18:55 ` Martin Jansa
2 siblings, 0 replies; 14+ messages in thread
From: Martin Jansa @ 2011-11-22 18:54 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
On Mon, Nov 21, 2011 at 07:12:35PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>
> As indicated in the subject, this is an RFC, please review and test.
>
> 1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using thumb1, please test
FWIW all my 5 devices including armv4t and armv5te built it fine today,
definetely improvement wrt ARM_INSTRUCTION_SET, thanks for update!
> 2) this is only buildtested on armv7a, more buildtests and runtime tests are on their way, so please test
I haven't done any runtime test at least yet as I wasn't using pa and
don't plan to use it soon.
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
2011-11-22 7:02 ` Martin Jansa
2011-11-22 18:54 ` Martin Jansa
@ 2011-11-22 18:55 ` Martin Jansa
2 siblings, 0 replies; 14+ messages in thread
From: Martin Jansa @ 2011-11-22 18:55 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 615 bytes --]
On Mon, Nov 21, 2011 at 07:12:35PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>
> As indicated in the subject, this is an RFC, please review and test.
>
> 1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using thumb1, please test
> 2) this is only buildtested on armv7a, more buildtests and runtime tests are on their way, so please test
Ah, please update or drop
meta/conf/distro/include/default-versions.inc:PREFERRED_VERSION_pulseaudio ?= "0.9.23"
with your patchset.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RFC][PATCH 1/2] libjson: add 0.9
2011-11-22 18:52 ` Joshua Lock
@ 2011-11-22 19:42 ` Saul Wold
0 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2011-11-22 19:42 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 11/22/2011 10:52 AM, Joshua Lock wrote:
>
>
> On 22/11/11 10:40, Koen Kooi wrote:
>>
>> Op 22 nov. 2011, om 17:19 heeft Saul Wold het volgende geschreven:
>>
>>> On 11/21/2011 10:12 AM, Koen Kooi wrote:
>>>> +LICENSE = "MIT/X11"
>>>
>>> I believe that LICENSE = "MIT" (or MIT-X) as the standard entry.
>>> Maybe Beth can give the correct version here.
>>
>
> I think it's MIT, there's no MIT-X in the SPDX registry:
> http://spdx.org/licenses/
>
In that case, we need to fix some older recipes that still contain MIT-X
in the LICENSE field (that's why I was unsure, and I did not have the
spdx.org website loaded in my brain).
Sau!
> Joshua
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2011-11-22 19:49 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 18:12 [RFC][PATCH 1/2] libjson: add 0.9 Koen Kooi
2011-11-21 18:12 ` [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
2011-11-22 7:02 ` Martin Jansa
2011-11-22 7:03 ` Martin Jansa
2011-11-22 18:54 ` Martin Jansa
2011-11-22 18:55 ` Martin Jansa
2011-11-22 9:08 ` [RFC][PATCH 1/2] libjson: add 0.9 Paul Menzel
2011-11-22 10:19 ` Koen Kooi
2011-11-22 10:27 ` Paul Menzel
2011-11-22 10:50 ` Koen Kooi
2011-11-22 16:19 ` Saul Wold
2011-11-22 18:40 ` Koen Kooi
2011-11-22 18:52 ` Joshua Lock
2011-11-22 19:42 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox