[oe-commits] Graeme Gregory : angstrom.bbclass rename to angstrom-blacklist

git version control git at git.openembedded.org
Sat Mar 19 19:33:41 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1d4881adf73db6f66f6df366e4676e0d9f23919a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1d4881adf73db6f66f6df366e4676e0d9f23919a

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Sat Mar 19 19:28:08 2011 +0000

angstrom.bbclass rename to angstrom-blacklist

originally I had another couple of utility functions in this class but
I removed them before pushing upstream. Rename now so its purpose is
clearer.

Signed-off-by: Graeme Gregory <dp at xora.org.uk>

---

 ...angstrom.bbclass => angstrom-blacklist.bbclass} |    0
 conf/distro/include/angstrom.inc                   |    2 +-
 conf/distro/include/kaeilos.inc                    |    2 +-
 conf/distro/shr.conf                               |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/classes/angstrom.bbclass b/classes/angstrom-blacklist.bbclass
similarity index 100%
rename from classes/angstrom.bbclass
rename to classes/angstrom-blacklist.bbclass
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index c267b96..c99374b 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -80,7 +80,7 @@ INHERIT += "debian"
 INHERIT += "sanity" 
 
 #activate the blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
 
 #make devshell available as task
 INHERIT += "devshell" 
diff --git a/conf/distro/include/kaeilos.inc b/conf/distro/include/kaeilos.inc
index 435ab16..9c98573 100644
--- a/conf/distro/include/kaeilos.inc
+++ b/conf/distro/include/kaeilos.inc
@@ -76,7 +76,7 @@ INHERIT += "debian"
 INHERIT += "sanity" 
 
 #activate the blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
 
 #make devshell available as task
 INHERIT += "devshell" 
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index e8fd844..ddf5dd3 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -37,7 +37,7 @@ LOCALE_UTF8_ONLY = "1"
 INHERIT += "testlab"
 
 #activate the angstrom blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
 
 #run QA tests on builds and packages and log them
 INHERIT += "insane"





More information about the Openembedded-commits mailing list