diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-12 12:01:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-12 12:01:41 +0100 |
commit | db549cdae314381819d9d69576d4bcf416365ec0 (patch) | |
tree | 60f86023068d530024a23b933954e9d01eb152a8 | |
parent | 98c561bf17acd159fd2ad42086d6d9fe654f9079 (diff) | |
download | poky-db549cdae314381819d9d69576d4bcf416365ec0.tar.gz |
binconfig.bbclass: Remove pointless inherit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/classes/binconfig.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 4e425a76d6..50c66ae8d3 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass | |||
@@ -1,5 +1,3 @@ | |||
1 | inherit base | ||
2 | |||
3 | # The namespaces can clash here hence the two step replace | 1 | # The namespaces can clash here hence the two step replace |
4 | def get_binconfig_mangle(d): | 2 | def get_binconfig_mangle(d): |
5 | import bb.data | 3 | import bb.data |