angstrom.bbclass rename to angstrom-blacklist
authorGraeme Gregory <dp@xora.org.uk>
Sat, 19 Mar 2011 19:28:08 +0000 (19:28 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sat, 19 Mar 2011 19:29:19 +0000 (19:29 +0000)
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@xora.org.uk>
classes/angstrom-blacklist.bbclass [moved from classes/angstrom.bbclass with 100% similarity]
conf/distro/include/angstrom.inc
conf/distro/include/kaeilos.inc
conf/distro/shr.conf

index c267b96..c99374b 100644 (file)
@@ -80,7 +80,7 @@ INHERIT += "debian"
 INHERIT += "sanity" 
 
 #activate the blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
 
 #make devshell available as task
 INHERIT += "devshell" 
index 435ab16..9c98573 100644 (file)
@@ -76,7 +76,7 @@ INHERIT += "debian"
 INHERIT += "sanity" 
 
 #activate the blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
 
 #make devshell available as task
 INHERIT += "devshell" 
index e8fd844..ddf5dd3 100644 (file)
@@ -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"