* [PATCH] Fix QA Issue reported by running bitbake
@ 2013-07-27 15:44 Pier Luigi Fiorini
2013-07-31 15:05 ` Mark Hatle
0 siblings, 1 reply; 3+ messages in thread
From: Pier Luigi Fiorini @ 2013-07-27 15:44 UTC (permalink / raw)
To: yocto
Fix the following error:
Variable ALLOW_EMPTY is set as not being package specific, please fix this.
---
recipes-security/tasks/task-core-selinux.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core-selinux.bb
index 05f8dfc..dda9c50 100644
--- a/recipes-security/tasks/task-core-selinux.bb
+++ b/recipes-security/tasks/task-core-selinux.bb
@@ -8,7 +8,7 @@ PACKAGES = "\
task-core-selinux \
"
-ALLOW_EMPTY = "1"
+ALLOW_EMPTY_${PN} = "1"
RDEPENDS_task-core-selinux = " \
ustr \
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] Fix QA Issue reported by running bitbake
2013-07-27 15:44 [PATCH] Fix QA Issue reported by running bitbake Pier Luigi Fiorini
@ 2013-07-31 15:05 ` Mark Hatle
2013-08-01 23:57 ` [meta-selinux][PATCH] " Mark Hatle
0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2013-07-31 15:05 UTC (permalink / raw)
To: yocto
On 7/27/13 10:44 AM, Pier Luigi Fiorini wrote:
> Fix the following error:
> Variable ALLOW_EMPTY is set as not being package specific, please fix this.
I thought this had already been done. I'll be going over the meta-selinux
sometime this week and will verify all of the bad ALLOW_EMPTY entries and other
version sync have been done.
--Mark
> ---
> recipes-security/tasks/task-core-selinux.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core-selinux.bb
> index 05f8dfc..dda9c50 100644
> --- a/recipes-security/tasks/task-core-selinux.bb
> +++ b/recipes-security/tasks/task-core-selinux.bb
> @@ -8,7 +8,7 @@ PACKAGES = "\
> task-core-selinux \
> "
>
> -ALLOW_EMPTY = "1"
> +ALLOW_EMPTY_${PN} = "1"
>
> RDEPENDS_task-core-selinux = " \
> ustr \
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-selinux][PATCH] Fix QA Issue reported by running bitbake
2013-07-31 15:05 ` Mark Hatle
@ 2013-08-01 23:57 ` Mark Hatle
0 siblings, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2013-08-01 23:57 UTC (permalink / raw)
To: yocto, pierluigi.fiorini
On 7/31/13 10:05 AM, Mark Hatle wrote:
> On 7/27/13 10:44 AM, Pier Luigi Fiorini wrote:
>> Fix the following error:
>> Variable ALLOW_EMPTY is set as not being package specific, please fix this.
>
> I thought this had already been done. I'll be going over the meta-selinux
> sometime this week and will verify all of the bad ALLOW_EMPTY entries and other
> version sync have been done.
Ahh I had a local version of this patch that I thought had been previously pushed.
I've synced this and a few other changes and pushed to the meta-selinux repository.
'master' should now be current with oe-core as of this morning. If you run into
any problems, please let me know. (Be sure to have 'meta-selinux' in the
subject of the email or I might miss it.)
--Mark
> --Mark
>
>> ---
>> recipes-security/tasks/task-core-selinux.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core-selinux.bb
>> index 05f8dfc..dda9c50 100644
>> --- a/recipes-security/tasks/task-core-selinux.bb
>> +++ b/recipes-security/tasks/task-core-selinux.bb
>> @@ -8,7 +8,7 @@ PACKAGES = "\
>> task-core-selinux \
>> "
>>
>> -ALLOW_EMPTY = "1"
>> +ALLOW_EMPTY_${PN} = "1"
>>
>> RDEPENDS_task-core-selinux = " \
>> ustr \
>>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-01 23:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 15:44 [PATCH] Fix QA Issue reported by running bitbake Pier Luigi Fiorini
2013-07-31 15:05 ` Mark Hatle
2013-08-01 23:57 ` [meta-selinux][PATCH] " Mark Hatle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.