[oe] [meta-oe][PATCH] numlockx: remove spurious imake dependency

2013-09-09 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb index daa2c52

[oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

2013-09-12 Thread Ross Burton
The tarballs used were the dynamically-generated tarballs from github, which recently have changed checksum. Avoid this problem entirely by fetching from git, locked to the relevant tag. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-multimedia/dleyna/media-service-upnp_0.4.0

[oe] [meta-oe][PATCH] python-mako: use BBCLASSEXTEND instead of native recipe

2013-11-01 Thread Ross Burton
There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb |5 - meta-oe/recipes-devtools/python/python-mako_0.7.2.bb|3 +++ 2 files

[oe] [meta-oe][PATCH] mesa-glut: add Mesa's OpenGL Utility Toolkit implementation

2013-11-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/licenses/Kilgard |5 + meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 14 ++ 2 files changed, 19 insertions(+) create mode 100644 meta-oe/licenses/Kilgard create mode 100644 meta-oe

[oe] [meta-oe][PATCH 1/2] pinpoint: add missing build dependency on cogl

2013-11-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index cc247f9..d9bc350

[oe] [meta-oe][PATCH 2/2] pinpoint: add gdk-pixbuf loaders to runtime recommendations

2013-11-01 Thread Ross Burton
A pinpoint that can't load images isn't really useful, so recommend the PNG and JPEG loaders. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-apps/pinpoint

[oe] [meta-oe][PATCH] python-mako: use BBCLASSEXTEND instead of native recipe

2013-11-18 Thread Ross Burton
There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb |5 - meta-oe/recipes-devtools/python/python-mako_0.7.2.bb|3 +++ 2 files

[oe] [meta-oe][PATCH] python-numpy: add native support

2013-11-18 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb |4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb index e6d328f

[oe] [meta-oe][PATCH] piglit: add OpenGL driver test suite

2013-11-18 Thread Ross Burton
Piglit is an OpenGL driver test suite that can automatically stress GL hardware and generate machine- or human-readable reports. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/piglit/piglit_git.bb | 44 + 1 file changed, 44 insertions

[oe] [meta-oe][PATCH][V2] python-numpy: add native support

2013-11-18 Thread Ross Burton
The compile hack to use a correct config.h isn't needed for native builds, so mark it as target-specific. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe

[oe] [PATCH] cmake: respect ${S} and ${B}

2013-12-04 Thread Ross Burton
are not respected at all, so recipes that manually set these in the past will need to be updated to either use something along the lines of separatebuilddir.inc or set B themselves. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/cmake.bbclass | 31

[oe] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-04 Thread Ross Burton
Hi, This is a Request For Comments because it changes behaviour of the cmake class and I'm not entirely knowledgeable in cmake. For some reason, cmake.bbclass doesn't use ${S} and ${B}, but instead has it's own variables OECMAKE_SOURCEPATH (. by default) and OECMAKE_BUILDPATH ( by default).

[oe] [PATCH] libsyncml: move build dependencies from RRECOMMENDS to DEPENDS

2014-01-10 Thread Ross Burton
Putting build dependencies into RRECOMMENDS isn't going to work, so move them to DEPENDS. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-support

[oe] [PATCH][meta-oe 2/5] waffle: remove, migrated to oe-core

2014-01-15 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/waffle/files/cflags.patch | 27 meta-oe/recipes-graphics/waffle/waffle_1.2.2.bb| 34 2 files changed, 61 deletions(-) delete mode 100644 meta-oe/recipes-graphics/waffle

[oe] [PATCH][meta-oe 1/5] piglit: remove, migrated to oe-core

2014-01-15 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/piglit/piglit_git.bb | 44 - 1 file changed, 44 deletions(-) delete mode 100644 meta-oe/recipes-graphics/piglit/piglit_git.bb diff --git a/meta-oe/recipes-graphics/piglit/piglit_git.bb b

[oe] [PATCH][meta-oe 4/5] python-mako: remove, migrated to oe-core

2014-01-15 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-devtools/python/python-mako_0.7.2.bb | 22 1 file changed, 22 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python-mako_0.7.2.bb diff --git a/meta-oe/recipes-devtools/python/python

[oe] [PATCH][meta-oe 3/5] python-nose: remove, migrated to oe-core

2014-01-15 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-nose_1.2.1.bb | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python-nose_1.2.1.bb diff --git a/meta-oe/recipes-devtools/python/python-nose_1.2.1

[oe] [PATCH][meta-oe 5/5] python-numpy: remove, migrated to oe-core

2014-01-15 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../python/python-numpy/aarch64/_numpyconfig.h | 30 - .../python/python-numpy/aarch64/config.h | 139 .../python/python-numpy/arm/config.h | 21 --- .../python/python-numpy/arm

[oe] [meta-oe][PATCH 1/5] wmxml2: don't do out-of-tree builds manually

2014-01-15 Thread Ross Burton
cmake.bbclass as of oe-core 783fb88 defaults to out-of-tree builds. Use that functionality instead of passing arguments to EXTRA_OECMAKE and _prepends. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | 10 -- 1 file changed, 10

[oe] [meta-oe][PATCH 2/5] llvm: don't do out-of-tree builds manually

2014-01-15 Thread Ross Burton
cmake.bbclass as of oe-core 783fb88 defaults to out-of-tree builds. Use that functionality directly to clean up the recipe. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-core/llvm/llvm2.inc | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

[oe] [meta-oe][PATCH 3/5] libssh: don't do out-of-tree builds manually

2014-01-15 Thread Ross Burton
cmake.bbclass as of oe-core 783fb88 defaults to out-of-tree builds. Use that functionality instead of OECMAKE_BUILDPATH/_SOURCEPATH which are no longer used. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/libssh/libssh_git.bb |7 ++- 1 file changed, 2

[oe] [meta-oe][PATCH 4/5] libsyncml: don't do out-of-tree builds manually

2014-01-15 Thread Ross Burton
cmake.bbclass as of oe-core 783fb88 defaults to out-of-tree builds. Use that functionality instead of passing arguments to EXTRA_OECMAKE and _prepends. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | 10 -- 1 file changed, 10

[oe] [meta-oe][PATCH 5/5] libsyncml: move build dependencies from RRECOMMENDS to DEPENDS

2014-01-15 Thread Ross Burton
Putting build dependencies into RRECOMMENDS isn't going to work, so move them to DEPENDS. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-support

[oe] [PATCH 4/4] autoconf: don't disable the autoheader warnings

2014-05-28 Thread Ross Burton
://git.openembedded.org/openembedded/commit/?id=5eab06d132cb2895fd579f5cedffbb54c27794f8 There is no rationale for the patch so I suspect this is due to the warnings being fatal and the submitter not understanding that the problem is more than cosmetic. Signed-off-by: Ross Burton ross.bur...@intel.com

[oe] [PATCH 2/4] readline: exclude autoheader from autoreconf

2014-05-28 Thread Ross Burton
autoreconf, so the upstream config.h.in is used. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/readline/readline.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index c33e91a

[oe] [PATCH 1/4] readline: add missing STRUCT_DIRENT_D_* symbols to config.h.in

2014-05-28 Thread Ross Burton
readline maintains config.h.in by hand but several symbols are incorrect. Fix these so that the test results are reflected in config.h. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../readline-6.3/config-dirent-symbols.patch | 34 meta/recipes-core/readline

[oe] [PATCH 3/4] readline: use upstream's aclocal.m4 as acinclude.m4

2014-05-28 Thread Ross Burton
Instead of shipping a fork of the upstream aclocal.m4, simply rename it to acinclude.m4 at configure time. We don't need the fork now that autoheader is excluded. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/readline/files/acinclude.m4 | 1871

[oe] [PATCH 0/4][RFT] Stop disabling autoheader warnings

2014-05-28 Thread Ross Burton
up to a12ceb971fefe2b2f412f46b82c0d5ea6043ad62: autoconf: don't disable the autoheader warnings (2014-05-28 12:47:58 +0100) Ross Burton (4): readline: add missing STRUCT_DIRENT_D_* symbols to config.h.in readline

[oe] [PATCH 3/3] poppler: remove spurious GTK+ build dependency

2014-07-04 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/poppler/poppler_0.22.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/poppler/poppler_0.22.4.bb b/meta-oe/recipes-support/poppler/poppler_0.22.4.bb index a192882

[oe] [PATCH 1/3] poppler: inherit gtk-doc

2014-07-04 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/poppler/poppler_0.22.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/poppler/poppler_0.22.4.bb b/meta-oe/recipes-support/poppler/poppler_0.22.4.bb index 7aa0dfc

[oe] [PATCH 2/3] poppler: use PACKAGECONFIG to control graphics formats supported

2014-07-04 Thread Ross Burton
Add explicit PACKAGECONFIG statements for JPEG, PNG and TIFF. libpng wasn't previously a direct build dependency but is pulled in via GTK+. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/poppler/poppler_0.22.4.bb |7 ++- 1 file changed, 6 insertions(+), 1

[oe] [PATCH 3/7] which: use foreign automake strictness

2014-07-15 Thread Ross Burton
which doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/which/which-2.20/automake.patch | 10 ++ meta/recipes-extended/which/which_2.20.bb |1 + 2 files changed, 11

[oe] [PATCH 1/7] bzip2: use foreign automake strictness

2014-07-15 Thread Ross Burton
bzip2 doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6

[oe] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-15 Thread Ross Burton
(2014-07-15 17:05:29 +0100) Ross Burton (7): bzip2: use foreign automake strictness libid3tag: use foreign automake strictness which: use foreign automake strictness libmad: use foreign automake strictness

[oe] [PATCH 2/7] libid3tag: use foreign automake strictness

2014-07-15 Thread Ross Burton
libid3tag doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libid3tag/libid3tag/obsolete_automake_macros.patch |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[oe] [PATCH 4/7] libmad: use foreign automake strictness

2014-07-15 Thread Ross Burton
libmad doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libmad/libmad/automake-foreign.patch | 12 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb |1 + 2 files

[oe] [PATCH 6/7] ltp: use foreign automake strictness

2014-07-15 Thread Ross Burton
ltp doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../ltp/ltp/automake-foreign.patch | 20 meta/recipes-extended/ltp/ltp_20140422.bb |1 + 2 files changed, 21

[oe] [PATCH 7/7] autoconf: remove automake patch enforcing --foreign

2014-07-15 Thread Ross Burton
to AM_INIT_AUTOMAKE and use autoreconf directly, so this patch isn't as critical as it used to be. Signed-off-by: Ross Burton ross.bur...@intel.com [1] oe-classic 2ab2a92eadaf2f80410d8746099f8a9b1b81ff91 --- .../autoconf/autoconf/autoreconf-foreign.patch| 13 - meta/recipes-devtools

[oe] [PATCH 5/7] oprofile: use foreign automake strictness

2014-07-15 Thread Ross Burton
oprofile doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-kernel/oprofile/oprofile.inc|1 + meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch |7 +++ 2 files

[oe] [PATCH][meta-oe] daemonize: fix out of tree builds and configure

2014-07-18 Thread Ross Burton
daemonize ships it's own hand-coded config.h.in, so exclude autoheader from do_configure(). Also out-of-tree builds are broken so bump the SRC_REV to the next commit, where they were fixed. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-support/daemonize/daemonize_git.bb

[oe] [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI

2014-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb b/meta-multimedia/recipes-connectivity/gupnp

[oe] [PATCH 3/5] gupnp-av: use GNOME_MIRROR in SRC_URI

2014-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb b/meta-multimedia/recipes-connectivity/gupnp

[oe] [PATCH 5/5] libmediaart: add new recipe

2014-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-support/libmediaart/libmediaart_0.7.0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-multimedia/recipes-support/libmediaart/libmediaart_0.7.0.bb diff --git a/meta-multimedia/recipes-support

[oe] [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5

2014-11-11 Thread Ross Burton
Also use GNOME_MIRROR in SRC_URI. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gupnp/{gupnp-dlna_0.9.2.bb = gupnp-dlna_0.9.5.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-connectivity/gupnp/{gupnp-dlna_0.9.2.bb = gupnp

[oe] [PATCH] gst123: add package

2012-10-17 Thread Ross Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-multimedia/gstreamer/gst123_0.3.1.bb| 19 +++ 1 file changed, 19 insertions(+) create mode

[oe] [PATCH V2] gst123: add package

2012-10-17 Thread Ross Burton
V2 of this patch, adding it to meta-multimedia as recommended by Paul E. Ross ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH] gst123: add package

2012-10-17 Thread Ross Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-multimedia/gstreamer/gst123_0.3.1.bb| 19 +++ 1 file changed, 19 insertions(+) create mode

[oe] [PATCH] [meta-multimedia] gst123: add package

2012-10-17 Thread Ross Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-multimedia/gstreamer/gst123_0.3.1.bb| 19 +++ 1 file changed, 19 insertions(+) create mode

[oe] [V3] [meta-multimedia] gst123: add package

2012-10-17 Thread Ross Burton
Hopefully this is the right format this time... ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH 2/2] python-numpy: add missing runtime dependencies

2012-11-26 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb index 031d1cf..e0d9790

[oe] [PATCH 1/2] meta-oe: add python-mako, a templating library

2012-11-26 Thread Ross Burton
--- .../python/python-mako-native_0.7.2.bb |6 ++ .../recipes-devtools/python/python-mako_0.7.2.bb| 19 +++ 2 files changed, 25 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb create mode 100644

[oe] [meta-multimedia PATCH] gst123: add package

2012-12-17 Thread Ross Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-multimedia/gstreamer/gst123_0.3.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode

[oe] [PATCH] waffle: new package, a GL deferred resolution library.

2012-12-17 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/waffle/files/cflags.patch | 30 meta-oe/recipes-graphics/waffle/waffle_1.2.2.bb| 21 ++ 2 files changed, 51 insertions(+) create mode 100644 meta-oe/recipes-graphics/waffle

[oe] [PATCH] python-mako: install standalone, not as an egg

2012-12-17 Thread Ross Burton
--- meta-oe/recipes-devtools/python/python-mako_0.7.2.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb index 9113666..dd6 100644 ---

[oe] [meta-multimedia PATCH V2] gst123: add package

2012-12-17 Thread Ross Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gstreamer/files/display.patch | 60 .../recipes-multimedia/gstreamer/gst123_0.3.1.bb

[oe] [PATCH V2] python-mako: install standalone, not as an egg

2012-12-19 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-devtools/python/python-mako_0.7.2.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb index

[oe] Migrate GUPnP to meta-multimedia

2012-12-20 Thread Ross Burton
The GUPnP stack isn't used by anything in oe-core, and fits in better in meta-multimedia. Migrate all of the recipes, add some missing ones, and upgrade as much as possible. Ross ___ Openembedded-devel mailing list

[oe] [meta-multimedia PATCH 1/6] gssdp: add 0.12.2.1 and 0.13.2

2012-12-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | 16 .../recipes-connectivity/gupnp/gssdp_0.12.2.1.bb |5 + .../recipes-connectivity/gupnp/gssdp_0.13.2.bb |8 3 files changed, 29

[oe] [meta-multimedia PATCH 2/6] gupnp: add 0.18.4 and 0.19.3

2012-12-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp.inc| 19 +++ .../recipes-connectivity/gupnp/gupnp_0.18.4.bb |8 .../recipes-connectivity/gupnp/gupnp_0.19.3.bb | 10 ++ 3 files changed, 37

[oe] [meta-multimedia PATCH 3/6] gupnp-av: add 0.10.3 and 0.11.6

2012-12-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc |6 ++ .../recipes-connectivity/gupnp/gupnp-av_0.10.3.bb|8 .../recipes-connectivity/gupnp/gupnp-av_0.11.6.bb| 10 ++ 3 files

[oe] [meta-multimedia PATCH 5/6] gupnp-igd: add 0.2.2

2012-12-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb diff --git a/meta-multimedia/recipes

[oe] [meta-multimedia PATCH 6/6] gupnp-tools: add 0.8.1

2012-12-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb diff --git a/meta-multimedia/recipes

[oe] [meta-multimedia PATCH 4/6] gupnp-dlna: add 0.9.2

2012-12-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb diff --git a/meta-multimedia/recipes

[oe] [meta-multimedia PATCH V2 4/6] gupnp-dlna: add 0.9.2

2012-12-21 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb diff --git a/meta-multimedia/recipes

[oe] [meta-multimedia PATCH V2 5/6] gupnp-igd: add 0.2.2

2012-12-21 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb diff --git a/meta-multimedia/recipes

[oe] [meta-multimedia PATCH V2 1/6] gssdp: add 0.12.2.1 and 0.13.2

2012-12-21 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | 18 ++ .../recipes-connectivity/gupnp/gssdp_0.12.2.1.bb |5 + .../recipes-connectivity/gupnp/gssdp_0.13.2.bb |8 .../recipes-connectivity

[oe] [meta-multimedia PATCH V2 3/6] gupnp-av: add 0.10.3 and 0.11.6

2012-12-21 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc |8 .../recipes-connectivity/gupnp/gupnp-av_0.10.3.bb|8 .../recipes-connectivity/gupnp/gupnp-av_0.11.6.bb| 10 ++ 3 files

[oe] [meta-multimedia PATCH V2 2/6] gupnp: add 0.18.4 and 0.19.3

2012-12-21 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp.inc | 21 .../recipes-connectivity/gupnp/gupnp_0.18.4.bb |8 .../recipes-connectivity/gupnp/gupnp_0.19.3.bb | 10 ++ 3 files changed, 39

[oe] [meta-multimedia PATCH V2 6/6] gupnp-tools: add 0.8.1

2012-12-21 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb diff --git a/meta-multimedia/recipes

Re: [oe] [OE-core] [PATCH 13/15] metacity: upgrade to 2.34.13

2012-12-24 Thread Ross Burton
(CCing oe-devel for their opinion) Is anyone actually using metacity? Nothing in oe-core uses it so maybe we should move it to meta-gnome, or just drop it if meta-gnome wants to push on towards Gnome 3? Ross On Monday, 24 December 2012 at 08:34, Constantin Musca wrote:

[oe] [PATCH meta-gnome 1/2] at-spi2-core: add

2013-01-08 Thread Ross Burton
This is a build dependency for GTK+ 3.6.x Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb diff --git a/meta

[oe] [PATCH meta-gnome 2/2] at-spi2-atk: add

2013-01-08 Thread Ross Burton
This is a build dependency for GTK+ 3.6.x. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb diff --git a/meta

[oe] [PATCH] python-mako: use setuptools.bbclass, fixing install paths

2013-01-09 Thread Ross Burton
An argument was missed in the manual setuptools configuration which meant that the tool was installed into /data/poky-master/tmp/sysroots/x86_64-linux/usr/bin/mako-render. Using the setuptools class reduces duplication and puts the tool into /usr/bin where it belongs. Signed-off-by: Ross Burton

[oe] [meta-multimedia][PATCH] gst-rtsp: add GStreamer RTSP server/library

2013-01-17 Thread Ross Burton
From: Wayne Tams wayne.t...@simpleaudio.com Signed-off-by: Ross Burton ross.bur...@intel.com --- ...ecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch | 34 .../gstreamer/gst-rtsp_0.10.8.bb | 16 + 2 files changed, 50 insertions(+) create mode

[oe] [meta-gnome][PATCH] metacity: add, from oe-core

2013-01-20 Thread Ross Burton
Metacity, the GNOME 2 window manager. Moved from oe-core as it's never used nor tested there. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../metacity/remove-yelp-help-rules-var.patch | 28 ++ .../recipes-gnome/metacity/metacity_2.34.13.bb | 30

[oe] [meta-multimedia][PATCH 0/1] Add libmusicbrainz

2013-01-31 Thread Ross Burton
at: git://git.openembedded.org/meta-openembedded-contrib ross/mb for you to fetch changes up to 8368232e3997a3553addd705aacd0d1c56177682: libmusicbrainz: add (2013-01-31 13:30:09 +) Ross Burton (1): libmusicbrainz

[oe] [meta-multimedia][PATCH 1/1] libmusicbrainz: add

2013-01-31 Thread Ross Burton
Moved from oe-core. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../musicbrainz/files/allow-libdir-override.patch | 21 +++ .../musicbrainz/libmusicbrainz_git.bb | 38 2 files changed, 59 insertions(+) create mode 100644 meta-multimedia

[oe] [PATCH] midori: remove libsexy dependency

2013-02-01 Thread Ross Burton
The use of libsexy was removed in Midori 0.0.19 back in 2008. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/midori/midori_0.4.7

[oe] [PATCH 0/5] systemd class, and more enabling

2013-02-08 Thread Ross Burton
+) Radu Moisan (3): connman: Enabling with systemd avahi: Enabling with systemd wpa-supplicant: Enabling with systemd Ross Burton (2): systemd.bbclass: helper class for recipes with systemd units update

[oe] [PATCH 3/5] connman: Enabling with systemd

2013-02-08 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Sander van Grieken san...@outrightsolutions.nl Signed-off-by: Martin Jansa martin.ja...@gmail.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/connman

[oe] [PATCH 2/5] update-rc.d: don't do anything if systemd.bbclass is inherited

2013-02-08 Thread Ross Burton
if the systemd class has been inherited and don't do anything if it has. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/update-rc.d.bbclass | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update

[oe] [PATCH 1/5] systemd.bbclass: helper class for recipes with systemd units

2013-02-08 Thread Ross Burton
...@sigma-chemnitz.de Khem Raj raj.k...@gmail.com Martin Jansa martin.ja...@gmail.com Andreas Müller schnitzelt...@googlemail.com Koen Kooi k...@dominion.thruhere.net Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/systemd.bbclass | 158 ++ 1

[oe] [PATCH 4/5] avahi: Enabling with systemd

2013-02-08 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Sander van Grieken san...@outrightsolutions.nl Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc | 21 + 1 file changed, 13

[oe] [PATCH 5/5] wpa-supplicant: Enabling with systemd

2013-02-08 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- .../wpa-supplicant/wpa-supplicant-2.0.inc | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/meta

Re: [oe] RFC: meta-oe appends and overlayed recipes

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 10:24, Burton, Ross wrote: * meta-oe/recipes-extended/polkit/polkit_0.104.bbappend Another bbappend apparently for systemd support. Again, this should have been moved to meta-systemd; do we now need to merge it into OE-Core? Yes, half of it has been

[oe] [PATCH] gtkhtml2: add, from oe-core

2013-02-12 Thread Ross Burton
Nothing in oe-core uses this anymore, but claws-mail in meta-oe does. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 38 1 file changed, 38 insertions(+) create mode 100644 meta-oe/recipes-gnome/gtkhtml2

[oe] [PATCH] waffle: new package, a GL deferred resolution library.

2013-02-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/waffle/files/cflags.patch | 27 meta-oe/recipes-graphics/waffle/waffle_1.2.2.bb| 34 2 files changed, 61 insertions(+) create mode 100644 meta-oe/recipes-graphics/waffle

[oe] [PATCH 0/3] Additions from oe-core

2013-02-28 Thread Ross Burton
+) Ross Burton (3): gthumb: add, taken from oe-core clutter-box2d: add, from oe-core libgdata: add, from oe-core .../recipes-gnome/gthumb/files/parallel.patch | 158 meta-gnome/recipes

[oe] [PATCH 2/3] clutter-box2d: add, from oe-core

2013-02-28 Thread Ross Burton
This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-oe/recipes-graphics/clutter/clutter-box2d.inc| 15 +++ meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb | 14 ++ 2 files

[oe] [PATCH 3/3] libgdata: add, from oe-core

2013-02-28 Thread Ross Burton
libgdata was removed from oe-core, but it's still useful so add it to meta-gnome. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-gnome/recipes-gnome

[oe] [PATCH] polkit: add (taken from oe-core)

2013-03-19 Thread Ross Burton
PolKit will be removed from oe-core as it isn't massively applicable in embedded, isn't used by anything by default anymore, and future upgrades require the SpiderMonkey JavaScript runtime. Signed-off-by: Ross Burton ross.bur...@intel.com --- ...ession-Set-error-if-we-cannot-find-a-sess.patch

[oe] [PATCH 00/22] hybrid systemd/sysvinit, and systemd fixes

2013-03-22 Thread Ross Burton
) Andreas Oberritter (1): Revert base-files: add fstab for systemd based systems Radu Moisan (1): busybox: enable systemd integration for syslogd Ross Burton (20): busybox: add strictatime support to mount systemd: make xz support (compressed journal

[oe] [PATCH 01/22] busybox: enable systemd integration for syslogd

2013-03-22 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Andreas Müller schnitzelt...@googlemail.com Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Ross Burton ross.bur...@intel.com

[oe] [PATCH 02/22] busybox: add strictatime support to mount

2013-03-22 Thread Ross Burton
systemd uses strictatime when mounting tmpfs. Luckily this is already supported upstream, so backport the patch from git. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../busybox/busybox-1.20.2/strict-atime.patch | 49 meta/recipes-core/busybox/busybox_1.20.2

[oe] [PATCH 04/22] systemd: merge udev-systemd into udev

2013-03-22 Thread Ross Burton
Merge the contents of udev-systemd, which is just the service files, into udev itself. This split wasn't intended to ever happen in oe-core. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |9 - 1 file changed, 4 insertions(+), 5

[oe] [PATCH 03/22] systemd: make xz support (compressed journal) optional, defaulting to on.

2013-03-22 Thread Ross Burton
Compressed journals means using liblzma, sf the journal isn't going to be used this can be disabled. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core

[oe] [PATCH 05/22] core-image-minimal-initramfs: don't install busybox-syslog

2013-03-22 Thread Ross Burton
This uses BAD_RECOMMENDATIONS which isn't supported by all package backends, but it's a start. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/images/core-image-minimal-initramfs.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/images/core

[oe] [PATCH 06/22] systemd: don't depend on the PCI/USB databases

2013-03-22 Thread Ross Burton
systemd ships its own databases (hwdb), so we don't need another copy. --with-pci-ids isn't recognised by configure, so remove it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[oe] [PATCH 08/22] default-providers: change udev selection logic

2013-03-22 Thread Ross Burton
Change the logic so that the udev provider is the standalone udev, unless the systemd DISTRO_FEATURE is set. The previous logic was designed to fail if both sysvinit and systemd were enabled, which we're supporting now. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro

[oe] [PATCH 07/22] systemd: split out the hwdb data

2013-03-22 Thread Ross Burton
The hardware databases are not essential and also quite large, so split them out into udev-hwdb. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/meta

  1   2   3   4   5   6   7   >