diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-25 12:07:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-26 08:55:57 -0700 |
commit | 15be802cb9e86685abb4bfaa2a539fa46c72e10e (patch) | |
tree | 86f81606bf76fb0a537673eac150b690256dcf77 /meta-python/recipes-connectivity/python-pytun/python-pytun.inc | |
parent | 616c53d1e168fef2c78063cc50472453af43a126 (diff) | |
download | meta-openembedded-15be802cb9e86685abb4bfaa2a539fa46c72e10e.tar.gz |
python3-pytun: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/python-pytun/python-pytun.inc')
-rw-r--r-- | meta-python/recipes-connectivity/python-pytun/python-pytun.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-connectivity/python-pytun/python-pytun.inc b/meta-python/recipes-connectivity/python-pytun/python-pytun.inc deleted file mode 100644 index 3991a830ff..0000000000 --- a/meta-python/recipes-connectivity/python-pytun/python-pytun.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUMMARY = "Python TUN/TAP tunnel module" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de" | ||
4 | |||
5 | SRC_URI[md5sum] = "adcaeea56d0ed06814487cdbde32d198" | ||
6 | SRC_URI[sha256sum] = "5ead86b3391acef239535ebcabeb04d2cdc6b40ab14580d28c6da193c2d1fe53" | ||
7 | |||
8 | PYPI_PACKAGE = "python-pytun" | ||
9 | |||
10 | inherit pypi | ||