[OE-core] Broken gettext/gdbm

2012-07-20 Thread Matthieu CRAPET
Greetings, I updated my OE-core and bitbake today (2012.07.20). Build from scratch fails: code NOTE: package gdbm-1.10-r3: task do_configure: Started ERROR: Function failed: do_configure (see /home/.../build/tmp-eglibc/work/armv5te-ing-linux-gnueabi/gdbm-1.10-r3/t emp/log.do_configure.31222 for

Re: [OE-core] Broken gettext/gdbm

2012-07-23 Thread Matthieu CRAPET
...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] De la part de Richard Purdie Envoyé : vendredi 20 juillet 2012 17:07 À : Patches and discussions about the oe-core layer Objet : Re: [OE-core] Broken gettext/gdbm On Fri, 2012-07-20 at 15:10 +0200, Matthieu CRAPET wrote: Greetings

Re: [OE-core] Broken gettext/gdbm

2012-07-23 Thread Matthieu CRAPET
Richard Purdie Envoyé : lundi 23 juillet 2012 09:19 À : Patches and discussions about the oe-core layer Objet : Re: [OE-core] Broken gettext/gdbm On Mon, 2012-07-23 at 08:50 +0200, Matthieu CRAPET wrote: Hi, $ bitbake gdbm -e | grep ^DEPENDS DEPENDS_GETTEXT=virtual/gettext gettext-native

[OE-core] SDK and external toolchain

2012-07-26 Thread Matthieu CRAPET
Greetings, Updated recently my oe-core and faced an unwanted side effect. You need to know that I'm using an externel (linaro) toolchain (my .bb/.inc are a clone of sourcery toolchain example). My toolchain is compiled against a custom (external) eglibc 2.15. Since commit

[OE-core] Libtool external toolchain .la files

2013-03-11 Thread Matthieu CRAPET
sed -i -e '/^sys_lib_search_path_spec=/s/.*/sys_lib_search_path_spec=/' ${HOST_SYS}-libtool } /code Ugly but works because libstdc++ can be found (using --sysroot argument). But dependency_libs is empty is .la file. In real life: this is libglu and glew. Regards, Matthieu Crapet PS

[OE-core] [PATCH] libomxil (0.9.3): drop unecessary dependencies

2013-04-19 Thread Matthieu Crapet
Since version 0.9.2, Bellagio's components (vorbis, mad, also, ...) are shipped in separate packages. Signed-off-by: Matthieu Crapetmcra...@gmail.com --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git

[OE-core] [PATCH] libomxil (0.9.3): drop unecessary dependencies

2013-04-19 Thread Matthieu Crapet
Since version 0.9.2, Bellagio's components (vorbis, mad, also, ...) are shipped in separate packages. Signed-off-by: Matthieu Crapet mcra...@gmail.com --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/libomxil

Re: [OE-core] bash-completion

2013-12-10 Thread Matthieu CRAPET
Hi, What's the status of this ? Is bash-completion recipe available somewhere? Regards, M -Message d'origine- De : openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] De la part de Martin Jansa Envoyé : dimanche 21 avril 2013

[OE-core] [PATCH] bash-completion: add recipe

2013-12-13 Thread Matthieu Crapet
--- .../bash-completion/bash-completion_2.0.bb | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 meta/recipes-support/bash-completion/bash-completion_2.0.bb diff --git a/meta/recipes-support/bash-completion/bash-completion_2.0.bb

Re: [OE-core] [PATCH] bash-completion: add recipe

2013-12-16 Thread Matthieu CRAPET
, should it be renamed to SUMMARY? Cheers, M -Message d'origine- De : Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Envoyé : vendredi 13 décembre 2013 17:36 À : Matthieu CRAPET; Saul Wold Cc : openembedded-core@lists.openembedded.org Objet : Re: [OE-core] [PATCH] bash-completion

Re: [OE-core] [PATCH] gstreamer1.0-plugins-base: fix missing rprovides

2013-12-16 Thread Matthieu CRAPET
defining a PREFERRED_PROVIDER entry to match libgstmpegts-1.0 libgstmpegts-1.0 is only provided by gstreamer1.0-plugins-bad Is this a side effect of PACKAGES_DYNAMIC with empty package? Regards, M -Message d'origine- De : Matthieu Crapet [mailto:matthieu.cra...@ingenico.com] Envoyé

[OE-core] [PATCH] util-linux: add reset.1 manpage in update-alternatives

2014-01-14 Thread Matthieu Crapet
/log.do_rootfs.13877) /log Same issue already occured few months ago: Re: [OE-core] Clashing man pages https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg38590.html Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/util-linux/util-linux.inc | 3

Re: [OE-core] [PATCH] util-linux: add reset.1 manpage in update-alternatives

2014-01-17 Thread Matthieu CRAPET
Should I create an entry in https://bugzilla.yoctoproject.org/ (OE-Core component)? -Message d'origine- De : Matthieu Crapet [mailto:matthieu.cra...@ingenico.com] Envoyé : mardi 14 janvier 2014 16:10 À : openembedded-core@lists.openembedded.org Cc : Matthieu CRAPET Objet : [PATCH] util

[OE-core] sstate, cache or licence issue?

2013-01-09 Thread Matthieu CRAPET
. Any hint appreciated here! Regards, Matthieu Crapet About Ingenico (Euronext: FR125346 - ING) Ingenico is a leading provider of payment solutions, with over 17 million terminals deployed in more than 125 countries. Its 3,600 employees worldwide support retailers, banks

Re: [OE-core] sstate, cache or licence issue?

2013-01-10 Thread Matthieu CRAPET
Hi, Yes, this was bug#3674! Applied: sstate.bbclass:specify function dirs to avoid race http://cgit.openembedded.org/openembedded-core/commit/?id=ccef1cf783669a4683eda9d4b44dbe6bcf426259 Tested with success. Thanks a lot! Regards, Matthieu Crapet De : openembedded-core

[OE-core] [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues

2014-02-14 Thread Matthieu Crapet
Rename SUMMARY with length 80 to DESCRIPTION. Note: don't bump PR Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 3 ++- meta/recipes-devtools/json-c/json-c_0.11.bb | 3 ++- meta/recipes-graphics/xorg-proto

Re: [OE-core] [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues

2014-02-14 Thread Matthieu CRAPET
Hi, Few explanations ;) Seen in: https://wiki.yoctoproject.org/wiki/Janitors Didn't find any opened bugtracker. These recipes are pending, i.e. 80 len(SUMMARY) 95: meta/recipes-support/libunistring/libunistring_0.9.3.bb meta/recipes-devtools/devel-config/nfs-export-root.bb

[OE-core] [PATCH v2] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues

2014-02-14 Thread Matthieu Crapet
Rename SUMMARY with length 80 to DESCRIPTION. Note: don't bump PR Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 3 ++- meta/recipes-devtools/autogen/autogen-native_5.18.2.bb | 2 +- meta/recipes-devtools/devel-config

[OE-core] [PATCH] image_types: minor, inline CPIO_TOUCH_INIT()

2014-02-17 Thread Matthieu Crapet
Since generic compression solution has been introduced (see revision b7e4ed41ee480f00b7265341e9e2d2c2b9135143), CPIO_TOUCH_INIT() is only called by IMAGE_CMD_cpio. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/classes/image_types.bbclass | 10 +++--- 1 file changed, 3

[OE-core] [PATCH] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2)

2014-02-19 Thread Matthieu Crapet
line Note: don't bump PR Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta-hob/recipes-core/meta/hob-toolchain.bb | 2 +- meta-skeleton/recipes-skeleton/service/service_0.1.bb| 2 +- meta/conf/documentation.conf | 2

[OE-core] [meta-oe][PATCH] vim: add (custom) license file

2014-02-24 Thread Matthieu Crapet
This is will delete this message: WARNING: vim: No generic license file exists for: vim in any provider Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta-oe/licenses/vim | 81 1 file changed, 81 insertions(+) create mode

Re: [OE-core] [PATCH 2/2] scripts/oe-setup-builddir: Keep track of TEMPLATECONF setting

2014-02-25 Thread Matthieu CRAPET
Hi, You can drop parenthesis in your test (it will create a useless subshell). Regards, Matthieu -Message d'origine- De : openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] De la part de Gary Thomas Envoyé : lundi 24 février

[OE-core] image.bbclass: USE_DEVFS is now useless

2014-02-26 Thread Matthieu CRAPET
Hi, Since : http://cgit.openembedded.org/openembedded-core/commit/meta/classes/image.bbclass?id=a83144bac8d67704ff66f5dc0fc56f5b63979694 USE_DEVFS is not considered anymore. Setting IMAGE_DEVICE_TABLE or IMAGE_DEVICE_TABLES to empty string in an image recipe works (makedevs is not called)

[OE-core] [PATCH] oe-setup-builddir: small rework

2014-03-12 Thread Matthieu Crapet
) - for homogeneity, always use [ ] (instead of test) - replace old [ x = x$VAR ] by [ -z $VAR ] Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- scripts/oe-setup-builddir | 47 --- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/scripts/oe

Re: [OE-core] [PATCH] oe-setup-builddir: small rework

2014-03-12 Thread Matthieu CRAPET
Hi, Saul, I included your bashism fix in my patch. I wanted to update copyright to something like: # Copyright (C) 2012-2012 OpenEmbedded Team but didn't know if this was appropriate. Regards, Matthieu -- ___ Openembedded-core mailing list

[OE-core] [RFC][PATCH] linux-dummy: provide kernel-modules (empty) package

2014-03-19 Thread Matthieu Crapet
Like it is done in kernel.bbclass Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-kernel/linux/linux-dummy.bb | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux

[OE-core] [RFC][PATCH] fontcache.bbclass: add fontconfig-utils runtime dependency

2014-03-19 Thread Matthieu Crapet
- ttf-fonts/ttf-gentium - ttf-fonts/ttf-hunkyfonts - ttf-fonts/ttf-inconsolata - ttf-fonts/ttf-liberation - ttf-fonts/ttf-mplus - ttf-fonts/ttf-sazanami - ttf-fonts/ttf-ubuntu-font-family - ttf-fonts/ttf-wqy-zenhei Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/classes

[OE-core] [RFC][PATCH v2] fontcache.bbclass: add fontconfig-utils runtime dependency

2014-03-20 Thread Matthieu Crapet
- ttf-fonts/ttf-gentium - ttf-fonts/ttf-hunkyfonts - ttf-fonts/ttf-inconsolata - ttf-fonts/ttf-liberation - ttf-fonts/ttf-mplus - ttf-fonts/ttf-sazanami - ttf-fonts/ttf-ubuntu-font-family - ttf-fonts/ttf-wqy-zenhei Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/classes

[OE-core] [PATCH] libcap 2.22: fix, disable gperf detection

2014-03-28 Thread Matthieu Crapet
gperf straight invoke is not suitable for cross environment (gperf-native should be used instead). Formal patch has been submited to the upstream. As libcap 2.24 is currently available, I prefer doing this quick fix. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes

[OE-core] [PATCH] libomxil-0.9.3: fix configure unrecognised option

2014-03-31 Thread Matthieu Crapet
Drop --disable-ffmpegcomponents which is deprecated since libomxil-bellagio-0.9.1 Components are external and are available separately here: http://sourceforge.net/projects/omxil/files/components/ --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 8 +--- 1 file changed, 5

[OE-core] [PATCH v2] libomxil-0.9.3: fix configure unrecognised option

2014-03-31 Thread Matthieu Crapet
Drop --disable-ffmpegcomponents which is deprecated since libomxil-bellagio-0.9.1 Explicitly disable doc generation to prevent using doxygen from build machine. Components are external and are available separately here: http://sourceforge.net/projects/omxil/files/components/ ---

[OE-core] [PATCH] rootfs.py: introduce USE_DEVFS check

2014-04-02 Thread Matthieu Crapet
Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS is not considered anymore. For compatibility, let's restore USE_DEVFS semantic. Also add USE_DEVFS to documentation.conf. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/conf/documentation.conf

Re: [OE-core] [PATCH] rootfs.py: introduce USE_DEVFS check

2014-04-02 Thread Matthieu CRAPET
Ooops! -Message d'origine- De : Phil Blundell [mailto:p...@pbcl.net] Envoyé : mercredi 2 avril 2014 17:53 À : Matthieu CRAPET Cc : openembedded-core@lists.openembedded.org Objet : Re: [OE-core] [PATCH] rootfs.py: introduce USE_DEVFS check On Wed, 2014-04-02 at 17:15 +0200, Matthieu

[OE-core] [PATCH v2] rootfs.py: introduce USE_DEVFS check

2014-04-02 Thread Matthieu Crapet
Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS is not considered anymore. For compatibility, let's restore USE_DEVFS semantic. Also add USE_DEVFS to documentation.conf. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/conf/documentation.conf

[OE-core] [RFC][PATCH] files/device_table-minimal.txt: cleanup

2014-04-02 Thread Matthieu Crapet
-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/files/device_table-minimal.txt | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt index 56c74bb..e4891cc 100644

[OE-core] [PATCH v3] rootfs.py: introduce USE_DEVFS check

2014-04-03 Thread Matthieu Crapet
Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS is not considered anymore. For compatibility, let's restore USE_DEVFS semantic. Also add USE_DEVFS to documentation.conf. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/conf/documentation.conf

Re: [OE-core] [RFC][PATCH] files/device_table-minimal.txt: cleanup

2014-04-03 Thread Matthieu CRAPET
roottty 4 64 0 1 2 This will create ttyS0 and ttyS1. Matt -Message d'origine- De : Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Envoyé : jeudi 3 avril 2014 09:27 À : Matthieu CRAPET Cc : openembedded-core@lists.openembedded.org Objet

[OE-core] [PATCH] documentation.conf (LICENSE): tiny addition

2014-04-07 Thread Matthieu Crapet
Examples: LICENSE = MIT LICENSE = GPLv2 LGPLv2.1 LICENSE = AFL-2 | GPLv2+ LICENSE = MIT BSD-3-Clause BSD-2-Clause PD LICENSE = GPLv2 (LGPLv2.1 | MPL-1.1 | BSD) LICENSE = GPLv2+ LGPLv2+ ( (GPLv2+ LGPLv2.1+) | (GPLv3+ LGPLv3+) ) Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com

[OE-core] [PATCH] openssh-sshd: host contamination fix

2014-04-14 Thread Matthieu Crapet
a cached variable definition. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-connectivity/openssh/openssh_6.5p1.bb | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb b/meta/recipes-connectivity

[OE-core] [PATCH] tcl: cleanup

2014-05-06 Thread Matthieu Crapet
Changes: - add missing licence file: tcl - use binconfig to patch tclConfig.sh paths - avoid subshell in do_configure() - use ${PV} Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/files/common-licenses/tcl | 40 meta/recipes

[OE-core] [PATCH 2/7] acpid: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-bsp/acpid/acpid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index

[OE-core] [PATCH 3/7] apmd: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2

[OE-core] [PATCH 1/7] *.bbclass (shell): avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/classes/binconfig.bbclass| 2 +- meta/classes/buildhistory.bbclass | 2 +- meta/classes/kernel-grub.bbclass | 2 +- meta/classes/sip.bbclass | 8 +++- 4 files

[OE-core] [PATCH 6/7] initscripts: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Small optimisation in /etc/init.d/populate-volatile.sh. Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[OE-core] [PATCH 4/7] dropbear: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file + fix indentation Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/dropbear/dropbear.inc | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH 5/7] sysvinit-inittab: avoid pipe with grep

2014-05-06 Thread Matthieu Crapet
Replace: cat file | grep xxx By: grep xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb b/meta

[OE-core] [PATCH 7/7] scripts/runqemu: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- scripts/runqemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index e270274..ff64a1d 100755 --- a/scripts/runqemu +++ b

[OE-core] [PATCH 1/4] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-05-21 Thread Matthieu Crapet
with libav-0.8.11 libav-9.13. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav.inc | 39 ++--- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia

[OE-core] [PATCH 2/4] libav: add version 10.1

2014-05-21 Thread Matthieu Crapet
Using common libav.inc Notice that DEFAULT_PREFERENCE = -1 is not included. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav_10.1.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-multimedia/libav

[OE-core] [PATCH 3/4] libav (0.8.11): cosmetics, move LIC_FILES_CHKSUM before SRC_URI

2014-05-21 Thread Matthieu Crapet
Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav_0.8.11.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/libav/libav_0.8.11.bb b/meta/recipes-multimedia/libav/libav_0.8.11.bb index 662d205

[OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-21 Thread Matthieu Crapet
Use PREFERRED_VERSION_libav in your distro definition instead. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav_9.13.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-multimedia/libav/libav_9.13.bb b/meta/recipes-multimedia

[OE-core] [PATCH v2] libav: add version 10.1

2014-05-21 Thread Matthieu Crapet
Using common libav.inc Keep DEFAULT_PREFERENCE because gstreamer 0.10 requires 0.8.x. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav_10.1.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-multimedia

Re: [OE-core] [PATCH 1/4] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-06-02 Thread Matthieu CRAPET
Matthieu Crapet Envoyé : mercredi 21 mai 2014 13:38 À : openembedded-core@lists.openembedded.org Objet : [OE-core] [PATCH 1/4] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl Dropped libvorvis dependency because there is already a (better) builtin vorbis codec. Don't confuse

Re: [OE-core] [PATCH 1/4] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-06-04 Thread Matthieu CRAPET
only one item (faac for example). Should it be a possible addition to bitbake ? Matthieu -Message d'origine- De : Saul Wold [mailto:s...@linux.intel.com] Envoyé : lundi 2 juin 2014 17:31 À : Matthieu CRAPET; openembedded-core@lists.openembedded.org Objet : Re: [OE-core] [PATCH 1/4] libav

[OE-core] [PATCH] native.bbclass: Properly define directories

2014-06-12 Thread Matthieu Crapet
/bitbake.conf). For example, edit ${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/quilt-native/temp/log.do_configure and see what are the arguments given by oe_runconf. Notice that ${docdir}, ${mandir}, ${infodir}, ${localstatedir} have no associated _native definition. Signed-off-by: Matthieu Crapet

[OE-core] [PATCH] eglibc (2.19): fix hardcoded /sbin path

2014-06-19 Thread Matthieu Crapet
Apply for ldconfig and sln packages. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- .../eglibc/eglibc-2.19/fix_am_rootsbindir.patch| 32 ++ meta/recipes-core/eglibc/eglibc-package.inc| 2 +- meta/recipes-core/eglibc/eglibc.inc| 13

[OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-06-30 Thread Matthieu Crapet
with libav-0.8.11 libav-9.13. Note: Be sure to have a recent version of bitbake (2014-06-11 or better) including this: http://cgit.openembedded.org/bitbake/commit/?id=2e742c03e8dfdfa67899e7f5d579ed14bd87e139 It affects behavior of bb.utils.contains_any Signed-off-by: Matthieu Crapet matthieu.cra

Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-07-01 Thread Matthieu CRAPET
the recipe ? Regards, M -Message d'origine- De : Martin Jansa [mailto:martin.ja...@gmail.com] Envoyé : lundi 30 juin 2014 18:41 À : Matthieu CRAPET Cc : openembedded-core@lists.openembedded.org Objet : Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex

Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-07-11 Thread Matthieu CRAPET
Hi Koen, Something like this (in a small python function) would be acceptable? d.setVar('LICENSE', 'CLOSED') Regards, Matthieu -Message d'origine- De : Koen Kooi [mailto:k...@dominion.thruhere.net] Envoyé : vendredi 11 juillet 2014 08:37 À : Martin Jansa Cc : Matthieu CRAPET

Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-07-15 Thread Matthieu CRAPET
at this commit: http://git.openembedded.org/openembedded-core-contrib/commit/?h=obi/daisyid=1e39f95927b65c7943c8d6c36203b8b55c9b3cdf Feel free to modify and submit as you like. Regards, Andreas On 11.07.2014 13:47, Matthieu CRAPET wrote: Hi Koen, Something like this (in a small python

[OE-core] [PATCH v3] libav: set LICENSE and LICENSE_FLAGS according to PACKAGECONFIG options

2014-07-15 Thread Matthieu Crapet
+ fix: drop unwanted --enable-libtheora --enable-libvorbis in EXTRA_OECONF Reported-by: Andreas Oberritter o...@opendreambox.org Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav.inc | 17 ++--- 1 file changed, 10 insertions(+), 7

Re: [OE-core] [PATCH v3] libav: set LICENSE and LICENSE_FLAGS according to PACKAGECONFIG options

2014-07-16 Thread Matthieu CRAPET
Hi again, Some optional parts of Libav are licensed under the GNU General Public License version 2 or later (GPL v2+). See the file COPYING.GPLv2 for details. None of these parts are used by default, you have to explicitly pass --enable-gpl to configure to activate them. In this case,

Re: [OE-core] [PATCH v3] libav: set LICENSE and LICENSE_FLAGS according to PACKAGECONFIG options

2014-07-16 Thread Matthieu CRAPET
However, the libav 'LICENSE' clearly states that it's still the case anyway, but for non-technical reasons. If so, I'll post a v4 patch asap. Regards, M -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [RFC][PATCH v4] libav: set LICENSE according to PACKAGECONFIG options

2014-07-17 Thread Matthieu Crapet
Experienced users can change license with 'gpl' and 'lic3' PACKAGECONFIG switches. fix: drop unwanted --enable-libtheora --enable-libvorbis in EXTRA_OECONF Reported-by: Andreas Oberritter o...@opendreambox.org Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes

Re: [OE-core] [RFC][PATCH v4] libav: set LICENSE according to PACKAGECONFIG options

2014-07-17 Thread Matthieu CRAPET
Hi, One more note. I've tested with 0.8.11 9.13 on OE-Core current git (master). The only weak point is the use of python anonymous function which is called twice each time, is there a better solution ? Regards, Matt -- ___ Openembedded-core mailing

[OE-core] [PATCH] autotools.bbclass: Enhance sed regexp to avoid extra subshell

2014-07-24 Thread Matthieu Crapet
head -n1 can be done using sed. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/classes/autotools.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 19edc54..afca760 100644

[OE-core] [PATCH] libav: fix PACKAGECONFIG for theora and libvorbis

2014-07-28 Thread Matthieu Crapet
Switches must not be in EXTRA_OECONF anymore. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-multimedia/libav/libav.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index

Re: [OE-core] [PATCH] libav: fix PACKAGECONFIG for theora and libvorbis

2014-07-28 Thread Matthieu CRAPET
Hi, Please take this bugfix patch first, then we could arrange the LICENSE change issue later. Regards, Matthieu -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] alsa-lib: fix possible missing RDEPENDS for alsa-utils package

2015-01-27 Thread Matthieu Crapet
From: Matthieu Crapet mcra...@gmail.com alsa-lib (libasound.so) can be compiled with some disabled features (for example: midi) See suggestion here: http://www.alsa-project.org/main/index.php/DevEmbedded Depending configuration, alsa-utils recipe may not build all programs. alsa-utils package

[OE-core] [PATCH] postinst_intercept script: drop pipe

2015-03-18 Thread Matthieu Crapet
Avoid useless subshell. There's no word splitting in variable assignment. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- scripts/postinst-intercepts/postinst_intercept | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinst-intercepts

[OE-core] [PATCH] util-linux: add lastb.1 and nologin.8 to update-alternatives

2015-03-31 Thread Matthieu Crapet
/usr/share/man/man1/lastb.1 is also provided by sysvinit recipe. /usr/share/man/man8/nologin.8 is also provided by shadow recipe. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/util-linux/util-linux.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion

[OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-05 Thread Matthieu Crapet
libz.so symbolic link created in ${libdir} is ../..//lib/libz.so.1.2.8 Make it cleaner and generic (idea comes from libcgroup recipe). Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/zlib/zlib_1.2.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-20 Thread Matthieu CRAPET
Hello, Just tell me if something is wrong, I can provide a v2 patch. Regards, Matthieu -Message d'origine- De : openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] De la part de Matthieu Crapet Envoyé : mardi 5 mai 2015 10:14 À

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-21 Thread Matthieu CRAPET
2015 16:42 À : Matthieu CRAPET Cc : openembedded-core@lists.openembedded.org Objet : Re: [OE-core] [PATCH] zlib: minor symbolic link issue On 20 May 2015 at 10:47, Matthieu CRAPET matthieu.cra...@ingenico.commailto:matthieu.cra...@ingenico.com wrote: Just tell me if something is wrong, I can