diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-25 13:51:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:48:15 +0100 |
commit | eb4d9b7348215a68b7933308d905e839d852a1d6 (patch) | |
tree | e6897e572e1f1c0373423a734d43813d409a9ad9 /meta/lib | |
parent | e1e3107892c843e57261a2579e2c268dd850434d (diff) | |
download | openembedded-core-eb4d9b7348215a68b7933308d905e839d852a1d6.tar.gz openembedded-core-eb4d9b7348215a68b7933308d905e839d852a1d6.tar.bz2 openembedded-core-eb4d9b7348215a68b7933308d905e839d852a1d6.zip |
meta/lib: remove test.py
This looks like it was added by accident in OE-Core revision
7903433898b4683a1c09cc9a6a379421bc9bbd58.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/test.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/test.py b/meta/lib/test.py deleted file mode 100644 index 12f4d837dd..0000000000 --- a/meta/lib/test.py +++ /dev/null @@ -1,3 +0,0 @@ -import oe.license - -print(oe.license.is_included('LGPLv2.1 | GPLv3', ['*'], [])) |