Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"
@ 2011-06-02 19:45 Khem Raj
  2011-06-02 19:45 ` [PATCH 2/2] util-linux_2.19.1.bb: Fix compliation on uclibc Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Khem Raj @ 2011-06-02 19:45 UTC (permalink / raw)
  To: openembedded-core

If not overridden it gets the value which is for target recipes
usually defined in machine tune files

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/classes/allarch.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 26fca70..e3ac392 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -2,6 +2,7 @@
 # This class is used for architecture independent recipes/data files (usally scripts)
 #
 
+BASE_PACKAGE_ARCH = "all"
 PACKAGE_ARCH = "all"
 
 # No need for virtual/libc or a cross compiler
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-06 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 19:45 [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all" Khem Raj
2011-06-02 19:45 ` [PATCH 2/2] util-linux_2.19.1.bb: Fix compliation on uclibc Khem Raj
2011-06-06 17:08   ` Saul Wold
2011-06-03 10:48 ` [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all" Phil Blundell
2011-06-06 17:08 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox