diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 11:36:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-07 17:13:12 +0000 |
| commit | e3c2952766c1268afe8928295c02b2b17c5cc78a (patch) | |
| tree | b385f96e9291798ef5213f643bfdc69d9edc9d49 /meta/classes/dummy.bbclass | |
| parent | f42e0ae8d743fed9c6e082c6bd767696f82de24d (diff) | |
| download | poky-e3c2952766c1268afe8928295c02b2b17c5cc78a.tar.gz | |
bootimg: Remove now unnecessary dummy inherit usage
bitbake now supports empty expansions for inherit usage so we can simplify
these statements.
(From OE-Core rev: 77cd2ef06bdf701b047c4f8c817b364b8b4b8837)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/dummy.bbclass')
| -rw-r--r-- | meta/classes/dummy.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/dummy.bbclass b/meta/classes/dummy.bbclass deleted file mode 100644 index 8c300717d0..0000000000 --- a/meta/classes/dummy.bbclass +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # An empty bbclass to facilitate dynamic inherit, include, | ||
| 2 | # and require statements. | ||
