diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2020-09-23 15:12:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-24 12:51:54 -0700 |
| commit | b18f740260786bbe107ea2fa838fed1517722793 (patch) | |
| tree | 52a861325c0b5214214da721e4c038499d3403a4 /meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb | |
| parent | 68aa720b48dbfc0f0a4dbd0435c17bf9881e9639 (diff) | |
| download | meta-openembedded-b18f740260786bbe107ea2fa838fed1517722793.tar.gz | |
python3-dateutil/python3-pykwalify: add nativesdk support
Call pykwalify module in SDK
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb index fb7db162c4..5326924e64 100644 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb | |||
| @@ -22,4 +22,4 @@ RDEPENDS_${PN} = "\ | |||
| 22 | ${PYTHON_PN}-stringold \ | 22 | ${PYTHON_PN}-stringold \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native nativesdk" |
