* [meta-oe][PATCH] efivar: unblacklist package and those that depend on it
@ 2017-02-24 22:35 Derek Straka
2017-02-28 9:22 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Derek Straka @ 2017-02-24 22:35 UTC (permalink / raw)
To: openembedded-devel
The package appears to build without modification
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 4 ----
meta-oe/recipes-extended/efivar/efivar_0.24.bb | 3 ---
2 files changed, 7 deletions(-)
diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
index f2b9454..b25cfca 100644
--- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
+++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
@@ -25,7 +25,3 @@ EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/include `pkg-config --cf
do_install () {
install -D -p -m0755 src/efibootmgr ${D}/${sbindir}/efibootmgr
}
-
-
-
-PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar"
diff --git a/meta-oe/recipes-extended/efivar/efivar_0.24.bb b/meta-oe/recipes-extended/efivar/efivar_0.24.bb
index 4c7793f..f641a30 100644
--- a/meta-oe/recipes-extended/efivar/efivar_0.24.bb
+++ b/meta-oe/recipes-extended/efivar/efivar_0.24.bb
@@ -40,6 +40,3 @@ do_install_append_class-native() {
}
BBCLASSEXTEND = "native"
-
-
-PNBLACKLIST[efivar] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132821/"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] efivar: unblacklist package and those that depend on it
2017-02-24 22:35 [meta-oe][PATCH] efivar: unblacklist package and those that depend on it Derek Straka
@ 2017-02-28 9:22 ` Martin Jansa
2017-02-28 13:35 ` Derek Straka
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-02-28 9:22 UTC (permalink / raw)
To: Derek Straka; +Cc: openembedded-devel
It still doesn't build, recent log:
http://errors.yoctoproject.org/Errors/Details/134285/
probably missing pkgconfig inherit as above those undefined references to
popt* it also shows:
/bin/sh: 1: pkg-config: not found
/bin/sh: 1: pkg-config: not found
On Fri, Feb 24, 2017 at 11:35 PM, Derek Straka <derek@asterius.io> wrote:
> The package appears to build without modification
>
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
> meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 4 ----
> meta-oe/recipes-extended/efivar/efivar_0.24.bb | 3 ---
> 2 files changed, 7 deletions(-)
>
> diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> index f2b9454..b25cfca 100644
> --- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> +++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> @@ -25,7 +25,3 @@ EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS}
> -I${S}/src/include `pkg-config --cf
> do_install () {
> install -D -p -m0755 src/efibootmgr ${D}/${sbindir}/efibootmgr
> }
> -
> -
> -
> -PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar"
> diff --git a/meta-oe/recipes-extended/efivar/efivar_0.24.bb
> b/meta-oe/recipes-extended/efivar/efivar_0.24.bb
> index 4c7793f..f641a30 100644
> --- a/meta-oe/recipes-extended/efivar/efivar_0.24.bb
> +++ b/meta-oe/recipes-extended/efivar/efivar_0.24.bb
> @@ -40,6 +40,3 @@ do_install_append_class-native() {
> }
>
> BBCLASSEXTEND = "native"
> -
> -
> -PNBLACKLIST[efivar] ?= "Fails to build with RSS
> http://errors.yoctoproject.org/Errors/Details/132821/"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] efivar: unblacklist package and those that depend on it
2017-02-28 9:22 ` Martin Jansa
@ 2017-02-28 13:35 ` Derek Straka
0 siblings, 0 replies; 3+ messages in thread
From: Derek Straka @ 2017-02-28 13:35 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel
Ah, I see why they were building on my box and failing here; I hadn't
updated oe-core in a while so I didn't have the latest RSS changes. I'll
get v2's up for these patch sets
On Tue, Feb 28, 2017 at 4:22 AM, Martin Jansa <martin.jansa@gmail.com>
wrote:
> It still doesn't build, recent log:
>
> http://errors.yoctoproject.org/Errors/Details/134285/
>
> probably missing pkgconfig inherit as above those undefined references to
> popt* it also shows:
>
> /bin/sh: 1: pkg-config: not found
> /bin/sh: 1: pkg-config: not found
>
>
> On Fri, Feb 24, 2017 at 11:35 PM, Derek Straka <derek@asterius.io> wrote:
>
>> The package appears to build without modification
>>
>> Signed-off-by: Derek Straka <derek@asterius.io>
>> ---
>> meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 4 ----
>> meta-oe/recipes-extended/efivar/efivar_0.24.bb | 3 ---
>> 2 files changed, 7 deletions(-)
>>
>> diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
>> b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
>> index f2b9454..b25cfca 100644
>> --- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
>> +++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
>> @@ -25,7 +25,3 @@ EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS}
>> -I${S}/src/include `pkg-config --cf
>> do_install () {
>> install -D -p -m0755 src/efibootmgr ${D}/${sbindir}/efibootmgr
>> }
>> -
>> -
>> -
>> -PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar"
>> diff --git a/meta-oe/recipes-extended/efivar/efivar_0.24.bb
>> b/meta-oe/recipes-extended/efivar/efivar_0.24.bb
>> index 4c7793f..f641a30 100644
>> --- a/meta-oe/recipes-extended/efivar/efivar_0.24.bb
>> +++ b/meta-oe/recipes-extended/efivar/efivar_0.24.bb
>> @@ -40,6 +40,3 @@ do_install_append_class-native() {
>> }
>>
>> BBCLASSEXTEND = "native"
>> -
>> -
>> -PNBLACKLIST[efivar] ?= "Fails to build with RSS
>> http://errors.yoctoproject.org/Errors/Details/132821/"
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-28 13:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24 22:35 [meta-oe][PATCH] efivar: unblacklist package and those that depend on it Derek Straka
2017-02-28 9:22 ` Martin Jansa
2017-02-28 13:35 ` Derek Straka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox