[OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Daiane Angolini
I'm facing the following error. Anyone know what I should try in order to properly configure my build? | checking how to hardcode library paths into programs... immediate | configure: creating ./config.lt | config.lt: creating arm-poky-linux-gnueabi-libtool | checking for special C compiler optio

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Daiane Angolini
On Thu, Jul 18, 2013 at 10:39 AM, Burton, Ross wrote: > On 18 July 2013 14:25, Otavio Salvador wrote: >> On Thu, Jul 18, 2013 at 10:13 AM, Burton, Ross wrote: >>> On 18 July 2013 13:33, Daiane Angolini wrote: >>>> I'm facing the following error. Any

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Daiane Angolini
On Thu, Jul 18, 2013 at 12:28 PM, Burton, Ross wrote: > On 18 July 2013 16:20, Daiane Angolini wrote: >> Please, see attached file. > > Okay, that's not saying anything useful. Does your sysroot have the > cairo.pc file in (should be in something like > /home/daiane

[OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-16 Thread Daiane Angolini
Port recipe from Meta-OE at 4bf0e7e02544e9ffa54aa0ead966c411d7dbd0be and update to version 1.30 using FreeDesktop GIT as source. Signed-off-by: Daiane Angolini Signed-off-by: Otavio Salvador --- meta/recipes-support/evtest/evtest_1.30.bb | 14 ++ 1 files changed, 14 insertions

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-17 Thread Daiane Angolini
On Thu, May 17, 2012 at 4:44 AM, Koen Kooi wrote: > Let's make a deal: new recipes will only be accepted into oe-core after sato > has been removed from the oe-core layer. Ok, I understand. Could you, please, point me the right place/layer it should be included? Daia

[OE-core] machine/qemuarm*: Fix UBOOT_MACHINE value

2021-10-05 Thread Daiane Angolini
Signed-off-by: Daiane Angolini --- meta/conf/machine/qemuarm.conf | 2 +- meta/conf/machine/qemuarm64.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index d71a793edf..1bd4e3e154 100644 --- a/meta/conf

[OE-core] classes/lib/useradd: The option -P is deprecated

2021-10-18 Thread Daiane Angolini
Since [1] the option -P is not available, so remove it from parsing lib. This is a partial fix for [YOCTO #14605]. During the do_rootfs, the error message when using -P is: useradd: unrecognized option '--clear-password' Signed-off-by: Daiane Angolini --- meta/lib/oe/useradd.p

Re: [OE-core] classes/lib/useradd: The option -P is deprecated

2021-10-21 Thread Daiane Angolini
On Tue, Oct 19, 2021 at 4:15 PM Alexandre Belloni wrote: > > Hello Daiane, > > On 18/10/2021 15:44:55-0300, Daiane Angolini wrote: > > Since [1] the option -P is not available, so remove it from parsing lib. > > > > This is a partial fix for [YOCTO #14605]. > >

[OE-core] [PATCHi v2] classes/lib/useradd: The option -P is deprecated

2022-02-08 Thread Daiane Angolini
This is also covered in documentation since: https://git.yoctoproject.org/yocto-docs/commit/?id=3f3e5574ac9801ad92940168b61b532e0bd53a80 [YOCTO 14605] Signed-off-by: Daiane Angolini --- changes since v1: commit log the patch was reworked meta/classes/useradd-staticids.bbclass | 4 meta

[OE-core] [PATCH] python3-pip: Fix RDEPENDS after the update

2022-06-12 Thread Daiane Angolini
Fix the following error messages: ModuleNotFoundError: No module named 'distutils' ModuleNotFoundError: No module named 'colorsys' Signed-off-by: Daiane Angolini --- meta/recipes-devtools/python/python3-pip_22.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core] [PATCH 2/2] linux-firmware: package Broadcom BCM43430 firmware

2016-09-26 Thread Daiane Angolini
Signed-off-by: Daiane Angolini Acked-by: Otavio Salvador --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux

[OE-core] [PATCH 1/2] linux-firmware: update to revision 42ad5367

2016-09-26 Thread Daiane Angolini
Signed-off-by: Daiane Angolini Acked-by: Otavio Salvador --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux

Re: [OE-core] [PATCH] linux-firmware: Split i.MX SDMA firmwares

2017-10-05 Thread Daiane Angolini
Otavio Salvador Reviewed-by: Daiane Angolini > --- > > .../recipes-kernel/linux-firmware/linux-firmware_git.bb | 17 > + > 1 file changed, 17 insertions(+) > > diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb > b/meta/recipes-kern

[OE-core] [kirkstone] gobject-introspection: Do not hardcode objdump name

2024-06-06 Thread Daiane Angolini via lists.openembedded.org
I kindly ask to have commit [1] from master backported to Kirkstone (the commit has been included since Langdale). I could not find a bug reported associated with the commit, but I faced the error when using kirkstone. I'm following the steps 2.1 described in [2] I also add the link to the patch