diff options
author | Derek Straka <derek@asterius.io> | 2020-04-04 13:12:32 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:13 -0700 |
commit | 2d02cdc62619b0681daa80dce8b08d381bc2fb41 (patch) | |
tree | f3d758fee6c748c19cfad29438306039460c90fa /meta-python | |
parent | b5eb11e600b6ca663ddf42b0b939ded72abf748a (diff) | |
download | meta-openembedded-2d02cdc62619b0681daa80dce8b08d381bc2fb41.tar.gz |
python-strict-rfc3339: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-strict-rfc3339.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-strict-rfc3339_0.7.bb | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python-strict-rfc3339.inc b/meta-python/recipes-devtools/python/python-strict-rfc3339.inc deleted file mode 100644 index dca9ea93ea..0000000000 --- a/meta-python/recipes-devtools/python/python-strict-rfc3339.inc +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | SUMMARY = "Strict, simple, lightweight RFC3339 function.s" | ||
2 | LICENSE = "GPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
4 | |||
5 | SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc" | ||
6 | SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277" | ||
7 | |||
8 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-strict-rfc3339_0.7.bb b/meta-python/recipes-devtools/python/python3-strict-rfc3339_0.7.bb index 9e37052aed..52ae9ebe9a 100644 --- a/meta-python/recipes-devtools/python/python3-strict-rfc3339_0.7.bb +++ b/meta-python/recipes-devtools/python/python3-strict-rfc3339_0.7.bb | |||
@@ -1,2 +1,10 @@ | |||
1 | SUMMARY = "Strict, simple, lightweight RFC3339 function.s" | ||
2 | LICENSE = "GPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
4 | |||
5 | SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc" | ||
6 | SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277" | ||
7 | |||
1 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
2 | require python-strict-rfc3339.inc | 9 | |
10 | BBCLASSEXTEND = "native nativesdk" | ||