All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.