[oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-18 Thread Mario Domenech Goulart
The recipes below depended on a hardcoded native compile (ecj-initial-native). Since we may use another native compiler to build them, we set the dependency in virtual/javac-native instead. * cacao * classpath-native * jamvm Signed-off-by: Mario Domenech Goulart --- recipes-core/cacao

[oe] [meta-java][PATCH 3/3] rxtx: drop dependency on fastjar-native; depend on virtual/javac-native

2015-08-18 Thread Mario Domenech Goulart
fastjar-native must be provided by either virtual/javac-native itself or by a recipe virtual/javac-native depends on. Signed-off-by: Mario Domenech Goulart --- recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/rxtx

[oe] [meta-java][PATCH 2/3] Avoid parse time errors due to dependency on x11, for distros without x11

2015-08-18 Thread Mario Domenech Goulart
jamvm * openjdk-6-release * openjdk-7-release That makes BitBake skip those recipes during the cache generation (they'd still be parsed, but ignored). Signed-off-by: Mario Domenech Goulart --- recipes-core/cacao/cacao_1.6.1.bb | 4 +++- recipes-core/classpath/classpath.inc| 4 +++-

Re: [oe] [meta-oe][PATCH] mariadb: fix tarball fetch URL

2015-08-26 Thread Mario Domenech Goulart
On Wed, 26 Aug 2015 16:34:32 -0300 Mario Domenech Goulart wrote: > http://mirror.stshosting.co.uk/mariadb responds with a 404 error, so > use http://archive.mariadb.org instead. Please, also backport this patch to fido. > > Signed-off-by: Mario Domenech Goulart > --- >

[oe] [meta-oe][PATCH] mariadb: fix tarball fetch URL

2015-08-26 Thread Mario Domenech Goulart
http://mirror.stshosting.co.uk/mariadb responds with a 404 error, so use http://archive.mariadb.org instead. Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/mysql/mariadb.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/mysql

[oe] [meta-oe][PATCH 2/2] wvdial: add recipe for version 1.61

2013-09-24 Thread Mario Domenech Goulart
R: oe_runmake failed | WARNING: .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvdial/1.61-r0/temp/run.do_compile.18676:1 exit 1 from | exit 1 Signed-off-by: Mario Domenech Goulart --- .../wvdial/wvdial/typo_pon.wvdial.1.patch | 20 + meta-oe/recipes-connectivity/w

[oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-09-24 Thread Mario Domenech Goulart
OR: oe_runmake failed | WARNING: .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvstreams/4.6.1-r0/temp/run.do_compile.19302:1 exit 1 from | exit 1 | ERROR: Function failed: do_compile (log file is located at .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvstreams/4.6.1-r0/te

Re: [oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-10-04 Thread Mario Domenech Goulart
Hi, On Fri, 4 Oct 2013 11:27:46 -0300 Otavio Salvador wrote: > On Fri, Oct 4, 2013 at 11:19 AM, Martin Jansa wrote: >> On Tue, Sep 24, 2013 at 11:42:21AM -0300, Otavio Salvador wrote: >>> On Tue, Sep 24, 2013 at 9:43 AM, Mario Domenech Goulart >>> wrote: >>

[oe] [meta-oe][PATCHv2] wvstreams: add recipe for version 4.6.1

2013-10-04 Thread Mario Domenech Goulart
| make: *** [utils/wvcont.o] Error 127 | ERROR: oe_runmake failed | WARNING: .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvstreams/4.6.1-r0/temp/run.do_compile.19302:1 exit 1 from | exit 1 | ERROR: Function failed: do_compile (log file is located at .../tmp/work/armv7a-vfp-neon-oel-linux-gn

Re: [oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-10-07 Thread Mario Domenech Goulart
: No such file or directory >>>> > | /bin/bash: ./CXX: No such file or directory >>>> > | * Generating CC using c >>>> > | make: * Generating CXX using cc >>>> > | *** [utils/wvbuffer.o] Error 127 >>>> > | make: *** Waiting

[oe] [meta-oe][PATCH] wvstreams: generate wvstreams-valgrind package

2013-10-07 Thread Mario Domenech Goulart
Mario Domenech Goulart --- meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index ce2b337..a1b38bd 1

[oe] [meta-oe][PATCH 2/3] tesseract: add recipe for version 3.02.02

2014-05-26 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- .../tesseract/tesseract_3.02.02.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb diff --git a/meta-oe/recipes-graphics/tesseract

[oe] [PATCH] contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages

2014-05-26 Thread Mario Domenech Goulart
This script writes language recipes for tesseract. It downloads the listing of available languages and language tarballs from the official site and writes language recipes tesseract-lang-_.bb for each language. Signed-off-by: Mario Domenech Goulart --- contrib/tesseract-langs.sh | 92

[oe] [meta-oe][PATCH 1/3] leptonica: add recipe for version 1.7.0

2014-05-26 Thread Mario Domenech Goulart
Leptonica is required by tesseract. Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 3/3] tesseract-lang: add recipes for all languages available

2014-05-26 Thread Mario Domenech Goulart
One recipe per language, all including the common tesseract-lang.inc file. Signed-off-by: Mario Domenech Goulart --- .../tesseract/tesseract-lang-afr_3.02.bb|9 + .../tesseract/tesseract-lang-ara_3.02.bb|9 + .../tesseract/tesseract-lang

Re: [oe] [meta-browser] Question regarding status of chromium recipes

2012-10-25 Thread Mario Domenech Goulart
Hi Chris, On Thu, 25 Oct 2012 11:01:00 -0700 Chris Larson wrote: > I'm wondering if the chromium recipes in this layer have ever been > build tested. As far as I can tell, both 19 and 20 are missing > dependencies on udev (libudev), gtk+, and gconf, and 20 also wants the > openssl headers. 19 al

[oe] [meta-oe][PATCH] orbit2: put .a files into ${PN}-staticdev package

2012-11-19 Thread Mario Domenech Goulart
Change-Id: I1b1d5452fd0252f489061a7c6035a97e837c1d45 Signed-off-by: Mario Domenech Goulart --- meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb b/meta-gnome/recipes

[oe] [meta-oe][PATCH 2/6] freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branch

2012-11-28 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/freerdp/freerdp_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb index 099a80e..434e89a 100644

[oe] [meta-oe][PATCH 1/6] freerdp: disable man pages generation

2012-11-28 Thread Mario Domenech Goulart
Man pages generation uses xmlto, and it seems that it is currently broken on OE. Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/freerdp/freerdp_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b

[oe] [meta-oe][PATCH 3/6] openbox: separate package for configuration files (openbox-config)

2012-11-28 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 3f6d767

[oe] [meta-oe][PATCH 6/6] samba: split winbind into winbind and libwinbind

2012-11-28 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-connectivity/samba/samba-basic.inc | 21 ++- meta-oe/recipes-connectivity/samba/samba_3.6.8.bb |2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/meta-oe/recipes-connectivity/samba/samba

[oe] [meta-oe][PATCH 4/6] xinput-calibrator: update to 2012 Aug 2nd's git snapshot

2012-11-28 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- ...brator_pointercal.sh-specify-output-type-.patch | 56 .../xinput-calibrator-autostart.desktop|8 --- .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 33 .../xinput-calibrator/xinput

[oe] [meta-oe][meta-systemd][PATCH 5/6] xinput-calibrator: update meta-systemd's bbappend to 2012 Aug 2nd's git snapshot

2012-11-28 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- .../xinput-calibrator_0.7.5.bbappend | 10 -- .../xinput-calibrator_git.bbappend | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-systemd/meta-oe/recipes-graphics

[oe] [meta-oe][PATCHv2 1/6] freerdp: disable man pages generation

2012-12-03 Thread Mario Domenech Goulart
Man pages generation uses xmlto, and it seems that it is currently broken on OE. Change-Id: I1dccb9339c20b0b898344cf60c02a705d9c32794 Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/freerdp/freerdp_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[oe] [meta-oe][PATCHv2 2/6] freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branch

2012-12-03 Thread Mario Domenech Goulart
Change-Id: I9b872c1aa9a17e6ef9dc0fd4b18dfe9f354f62a6 Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/freerdp/freerdp_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support

[oe] [meta-oe][PATCHv2 6/6] samba: split winbind into winbind and libwinbind

2012-12-03 Thread Mario Domenech Goulart
Change-Id: Ica6b3223805e35a0702bf20aad24ae13236b4f1c Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-connectivity/samba/samba-basic.inc | 21 ++- meta-oe/recipes-connectivity/samba/samba_3.6.8.bb |2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff

[oe] [meta-oe][meta-systemd][PATCHv2 5/6] xinput-calibrator: update meta-systemd's bbappend to 2012 Aug 2nd's git snapshot

2012-12-03 Thread Mario Domenech Goulart
Change-Id: Iffa01114008f958c815d1d2ec7f81a92cc788aeb Signed-off-by: Mario Domenech Goulart --- .../xinput-calibrator_0.7.5.bbappend | 10 -- .../xinput-calibrator_git.bbappend | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete

[oe] [meta-oe][PATCHv2 3/6] openbox: separate package for configuration files (openbox-config)

2012-12-03 Thread Mario Domenech Goulart
Change-Id: I528392100854fb73c2a14973fd1bfa9c94e836a7 Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes

[oe] [meta-oe][PATCHv2 4/6] xinput-calibrator: update to 2012 Aug 2nd's git snapshot

2012-12-03 Thread Mario Domenech Goulart
Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72 Signed-off-by: Mario Domenech Goulart --- ...brator_pointercal.sh-specify-output-type-.patch | 56 .../xinput-calibrator-autostart.desktop|8 --- .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 33

Re: [oe] [meta-oe][PATCH 1/6] freerdp: disable man pages generation

2012-12-03 Thread Mario Domenech Goulart
Hi Koen, On Fri, 30 Nov 2012 12:48:50 +0100 Koen Kooi wrote: > I had trouble applying these from patchwork, can you provide a > (rebased) git branch where I can pull there from? Sorry for that. I just sent rebased patches (tagged as PATCHv2). Best wishes. Mario -- http://parenteses.org/mario

[oe] [PATCH] pulseaudio: explicitly set --with-database=simple

2012-12-03 Thread Mario Domenech Goulart
pulseaudio supported databases. Signed-off-by: Mario Domenech Goulart --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |1 + .../pulseaudio/pulseaudio_2.1.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseau

Re: [oe] [PATCH] pulseaudio: explicitly set --with-database=simple

2012-12-03 Thread Mario Domenech Goulart
On Mon, 3 Dec 2012 17:57:34 + "Burton, Ross" wrote: > This should be sent to oe-core, not oe-devel. Thanks for the heads-up, Ross. I've sent the patch to oe-core. Sorry for the noise. Best wishes. Mario ___ Openembedded-devel mailing list Opene

[oe] [meta-oe][danny][PATCHv2] xinput-calibrator: update to 2012 Aug 2nd's git snapshot

2012-12-04 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- ...brator_pointercal.sh-specify-output-type-.patch | 56 .../xinput-calibrator-autostart.desktop|8 --- .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 33 .../xinput-calibrator/xinput

Re: [oe] [meta-oe][danny][PATCHv2] xinput-calibrator: update to 2012 Aug 2nd's git snapshot

2012-12-04 Thread Mario Domenech Goulart
Hi, Please, ignore this patch. I didn't notice the previous one (which has a hardcoded path) has been applied already. I'm gonna provide a patch to specifically fix the hardcoded path. Best wishes. Mario On Tue, 4 Dec 2012 10:32:47 -0200 Mario Domenech Goulart wrote: >

[oe] [meta-oe][PATCH] xinput-calibrator: remove hardcoded path from xinput_calibrator.desktop

2012-12-04 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- .../xinput-calibrator/xinput-calibrator_git.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput

Re: [oe] [for-danny] Hashes for backporting to danny

2012-12-10 Thread Mario Domenech Goulart
Hi Eric, On Mon, 10 Dec 2012 12:43:59 +0100 Eric Bénard wrote: > Le Tue, 4 Dec 2012 10:11:10 -0200, > Otavio Salvador a écrit : >> Here goes the list of patches we'd like to have backported to danny so we >> can use danny branch for one product at O.S. Systems: >> >> * freerdp: disable man pa

[oe] [PATCH] xinput-calibrator: add --boot-mode comand line option to wrapper script

2013-02-04 Thread Mario Domenech Goulart
boot mode (i.e., no command line option), the script runs xinput-calibrator and creates/overwrites the calibration data file. This change allows other applications to use a common wrapper (run-xinput-calibrator.sh) for xinput-calibrator. Signed-off-by: Mario Domenech Goulart --- .../xinput

Re: [oe] [PATCH] xinput-calibrator: add --boot-mode comand line option to wrapper script

2013-02-04 Thread Mario Domenech Goulart
Hi Martin, On Mon, 4 Feb 2013 13:02:12 +0100 Martin Jansa wrote: > On Mon, Feb 04, 2013 at 10:53:46AM -0200, Mario Domenech Goulart wrote: >> xinput_calibrator_once.sh has been renamed to >> run-xinput-calibrator.sh, which now also handles the --boot-mode >> command line o

[oe] [meta-oe][PATCH] mg: add recipe for version 20110905

2013-02-05 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/mg/mg_20110905.bb | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/mg/mg_20110905.bb diff --git a/meta-oe/recipes-support/mg/mg_20110905.bb b/meta-oe

[oe] [meta-oe][PATCH v2] mg: add recipe for version 20110905

2013-02-06 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/mg/mg_20110905.bb | 20 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/mg/mg_20110905.bb diff --git a/meta-oe/recipes-support/mg/mg_20110905.bb b/meta-oe

[oe] [meta-oe][PATCH] libdvdread: update to version 4.2.0

2013-03-07 Thread Mario Domenech Goulart
: Cloning into bare repository /downloads//git2/git.debian-maintainers.org.git.daniel.libdvdread.git... fatal: Unable to look up git.debian-maintainers.org (port 9418) (Name or service not known) Signed-off-by: Mario Domenech Goulart --- .../libdvdread/libdvdread_4.1.3-10.bb | 16

[oe] [meta-oe][PATCH v2] gnumeric: add recipe for version 1.12.0

2013-04-15 Thread Mario Domenech Goulart
Based on the OE classic recipe as of bd204492e0ed296bbac2999da29f831cbdf965f9 Signed-off-by: Mario Domenech Goulart --- .../recipes-gnome/gnumeric/gnumeric_1.12.0.bb | 43 1 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 meta-gnome/recipes-gnome

Re: [oe] [meta-oe PATCH 2/2] gnumeric: add recipe for version 1.12.0

2013-04-15 Thread Mario Domenech Goulart
On Mon, 15 Apr 2013 16:37:35 +0200 Martin Jansa wrote: > On Sat, Apr 13, 2013 at 02:15:01PM -0300, Otavio Salvador wrote: >> From: Mario Domenech Goulart >> >> Based on the OE classic recipe as of >> bd204492e0ed296bbac2999da29f831cbdf965f9 >> >>

[oe] [meta-oe][PATCH] goffice: update to version 0.10.1

2013-04-15 Thread Mario Domenech Goulart
That's a version requirement for Gnumeric. Note that goffice 0.10.1 requires gtk3. Signed-off-by: Mario Domenech Goulart --- .../recipes-support/goffice/goffice_0.10.1.bb | 47 .../recipes-support/goffice/goffice_0.8.17.bb | 46 --- 2

Re: [oe] [meta-oe][PATCH] goffice: update to version 0.10.1

2013-04-15 Thread Mario Domenech Goulart
Hi, Out of reflex I ended up setting the subject tag for the gnumeric and goffice patches as [meta-oe]. They are actually in the meta-gnome directory. Do you want me to resend the patches to fix that? I noticed the meta-gnome directory has no README with instructions for submitting patches. Be

[oe] [meta-gnome][PATCH v2] libgsf: update to version 1.14.26

2013-04-17 Thread Mario Domenech Goulart
Previous version was 1.14.21, but Gnumeric requires at least 1.14.24. Since we are changing it, we pick the latest available version. Signed-off-by: Mario Domenech Goulart --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb | 23 --- meta-gnome/recipes-gnome/libgsf

Re: [oe] [meta-oe PATCH 1/2] libgsf: update to version 1.14.26

2013-04-17 Thread Mario Domenech Goulart
On Wed, 17 Apr 2013 14:04:20 +0200 Martin Jansa wrote: > On Sat, Apr 13, 2013 at 02:15:00PM -0300, Otavio Salvador wrote: >> From: Mario Domenech Goulart >> >> Previous version was 1.14.21, but Gnumeric requires at least 1.14.24. >> Since we are changing it, w

[oe] [meta-oe][PATCH 1/2] gtest: add recipe

2014-10-30 Thread Mario Domenech Goulart
gtest is a framework for writing C++ tests, by Google. Signed-off-by: Mario Domenech Goulart --- ...gtest.pc.in-Add-pkg-config-support-to-gte.patch | 55 ...install-command-for-libraries-and-headers.patch | 39 ++ meta-oe/recipes-test/gtest/gtest_1.7.0.bb

[oe] [meta-oe][PATCH 2/2] gmock: add recipe

2014-10-30 Thread Mario Domenech Goulart
gmock is a library for writing and using C++ mock classes, by Google. Signed-off-by: Mario Domenech Goulart --- ...install-command-for-libraries-and-headers.patch | 40 ++ .../cmake-gmock.pc.in-Add-pkg-config-support.patch | 56 meta-oe/recipes-test/gmock

[oe] [meta-browser][PATCH 1/2] layer.conf: set LAYERVERSION to "1"

2015-01-16 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index faf7a64..5275778 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAY

[oe] [meta-browser][PATCH 2/2] layer.conf: add dependency on gnome-layer

2015-01-16 Thread Mario Domenech Goulart
This layer contains a bbappend file for gnome-settings-daemon, which is provided by meta-gnome. Signed-off-by: Mario Domenech Goulart --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 5275778..06cb69a 100644 --- a/conf/layer.conf

[oe] [meta-python][PATCH] python-urllib3: add recipe for version 1.10.1

2015-02-24 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- .../recipes-devtools/python/python-urllib3_1.10.1.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb diff --git a/meta-python/recipes-devtools/python/python

[oe] [meta-java][PATCH 2/2] rxtx: add patch to support i.MX serial ports

2015-03-10 Thread Mario Domenech Goulart
Support for /dev/ttymxc* devices. Signed-off-by: Mario Domenech Goulart --- .../0001-Support-Freescale-i.MX-serial-ports.patch | 27 ++ recipes-extended/rxtx/rxtx_2.2.0.bb| 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 recipes

[oe] [meta-java][PATCH 1/2] rxtx: update to the latest Debian patchset

2015-03-10 Thread Mario Domenech Goulart
Update the recipe to apply all patches available from git://anonscm.debian.org/pkg-java/rxtx.git as of a4cd13e04254cea7842df2e30e9d12e9765a3ef9. Signed-off-by: Mario Domenech Goulart --- .../rxtx/files/MonitorThread-daemon.patch | 66 .../rxtx/files

[oe] [meta-java][PATCH 3/5] cacao-initial-native, jamvm-initial-native: provide virtual/java-initial-native

2015-03-31 Thread Mario Domenech Goulart
Since bd9c6023, virtual/java-initial is provided by cacao-initial-native and jamvm-initial-native. For consistency, this commit makes them provide virtual/java-initial-native instead. Signed-off-by: Mario Domenech Goulart --- README | 2 +- recipes

[oe] [meta-java][PATCH 1/5] rxtx: put .jar and .so files into the same package (librxtx-java)

2015-03-31 Thread Mario Domenech Goulart
That's how Debian does, supposedly because it does not make sense to ship .jar and .so files into separate packages. Signed-off-by: Mario Domenech Goulart --- recipes-extended/rxtx/rxtx_2.2.0.bb | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes-extended

[oe] [meta-java][PATCH 4/5] openjdk-7: add /usr/lib/jni to DEFAULT_LIBPATH

2015-03-31 Thread Mario Domenech Goulart
Some recipes install JNI-based bindings into /usr/lib/jni (e.g., rxtx), so it's sensible to add this directory to DEFAULT_LIBPATH (java.library.path). That's also how Debian does. Signed-off-by: Mario Domenech Goulart --- .../icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.p

[oe] [meta-java][PATCH 2/5] README: typo fix (s/lease/least/)

2015-03-31 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f530702..c5bba6c 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ Main layer maintainers: Usage instructions -- -You should define at

[oe] [meta-java][PATCH 5/5] icedtea6-native.inc: remove --disable-npplugin

2015-03-31 Thread Mario Domenech Goulart
Fixes: WARNING: QA Issue: icedtea6-native: configure was passed unrecognised options: --disable-npplugin Signed-off-by: Mario Domenech Goulart --- recipes-core/icedtea/icedtea6-native.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-core/icedtea/icedtea6-native.inc b/recipes

[oe] Building openjdk without X11 dependencies

2015-04-23 Thread Mario Domenech Goulart
Hi, I'm under the impression building openjdk without X11 is not feasible. As far as I understand, the headless package is (or should be) generated by building openjdk with the X11 dependencies, then selecting the components which are not linked against X11 libraries and putthing them into a separ

[oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-05-12 Thread Mario Domenech Goulart
The recipes below depended on a hardcoded native compile (ecj-initial-native). Since we may use another native compiler to build them, we set the dependency in virtual/javac-native instead. * cacao * classpath-native * jamvm Signed-off-by: Mario Domenech Goulart --- recipes-core/cacao

[oe] [meta-java][PATCH 3/3] rxtx: drop dependency on fastjar-native; depend on virtual/javac-native

2015-05-12 Thread Mario Domenech Goulart
fastjar-native must be provided by either virtual/javac-native itself or by a recipe virtual/javac-native depends on. Signed-off-by: Mario Domenech Goulart --- recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/rxtx

[oe] [meta-java][PATCH 2/3] Avoid parse time erros due to dependency on x11, for distros without x11

2015-05-12 Thread Mario Domenech Goulart
jamvm * openjdk-6-release * openjdk-7-release That makes BitBake skip those recipes during the cache generation (they'd still be parsed, but ignored). Signed-off-by: Mario Domenech Goulart --- recipes-core/cacao/cacao_1.6.1.bb | 4 +++- recipes-core/classpath/classpath.inc| 4 +++-

[oe] [meta-oe][PATCH] postgresql.inc: Fix do_configure error (could not find Python.h)

2016-10-16 Thread Mario Domenech Goulart
| ERROR: configure failed Signed-off-by: Mario Domenech Goulart --- meta-oe/recipes-support/postgresql/postgresql.inc | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc

Re: [oe] [meta-oe][PATCH] postgresql.inc: Fix do_configure error (could not find Python.h)

2016-10-16 Thread Mario Domenech Goulart
Hi Gary, On Sun, 16 Oct 2016 15:43:02 +0200 Gary Thomas wrote: > On 2016-10-16 14:15, Mario Domenech Goulart wrote: >> Fixes: >> >> | checking for Python.h... no >> | configure: error: header file is required for Python >> | NOTE: The following config.log file

Re: [oe] [meta-ruby][meta-xfce][PATCH] Move imsettings from meta-ruby to meta-xfce

2015-11-23 Thread Mario Domenech Goulart
On Mon, 23 Nov 2015 09:44:58 -0200 Otavio Salvador wrote: > The imsettings requires xfconf to run, making it dependent of XFCE. It > makes no sense to make meta-ruby dependent of XFCE so we move the > imsettings recipe to meta-xfce and add the meta-ruby dependency there. s/dependent of/dependen

[oe] [meta-python][PATCH] python-chardet: add recipe for version 2.3.0

2015-11-24 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-chardet_2.3.0.bb diff --git a/meta-python/recipes-devtools/python/python

[oe] [PATCH] python-chardet: add recipe for version 2.3.0

2015-11-24 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-chardet_2.3.0.bb diff --git a/meta-python/recipes-devtools/python/python

Re: [oe] [PATCH] python-chardet: add recipe for version 2.3.0

2015-11-24 Thread Mario Domenech Goulart
On Tue, 24 Nov 2015 09:56:51 -0800 Tim Orling wrote: > This package has some unmet dependencies. Just a quick look at setup.py > shows you will need python-re and python-setuptools from oe-core. Thanks for spotting that, Tim. I'll work on an improved patch. Best wishes. Mario -- http://www.o

Re: [oe] [meta-java] maintainer status

2018-06-06 Thread Mario Domenech Goulart
-- http://parenteses.org/mario >From 00386a17fe0014bacec2bb98e534b7a81e698bd7 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 6 Jun 2018 09:25:55 +0200 Subject: [meta-java][PATCH] README: Remove Mario Goulart from the list of maintainers Signed-off-by: Mario Domenech Goulart --- README |

Re: [oe] [meta-java] maintainer status

2018-06-07 Thread Mario Domenech Goulart
On Wed, 6 Jun 2018 09:31:27 -0400 Mark Asselstine wrote: > On Wednesday, June 6, 2018 3:38:25 AM EDT Mario Domenech Goulart wrote: >> Hi Mark and all, >> >> On Tue, 5 Jun 2018 11:11:26 -0400 Mark Asselstine >> wrote: >> > Several of us have noticed that