diff options
| author | Geoff Parker <geoffrey.parker@arthrex.com> | 2024-04-11 12:24:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:43 -0700 |
| commit | 91984852f885fb4e827b174bb5a0cd56a3997ed7 (patch) | |
| tree | cdf27fcdd8177b625cffa44015ad1abf42c0089d /meta-python/recipes-devtools/python | |
| parent | d90fbed4b941bbc23f4cc68ae23882e5d7df4561 (diff) | |
| download | meta-openembedded-91984852f885fb4e827b174bb5a0cd56a3997ed7.tar.gz | |
python3-pycurl: extend for native and nativesdk
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb index fb2a41d261..a6863e21ff 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | |||
| @@ -17,3 +17,5 @@ SRC_URI[sha256sum] = "5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d2 | |||
| 17 | DEPENDS = "curl" | 17 | DEPENDS = "curl" |
| 18 | 18 | ||
| 19 | inherit pypi setuptools3 | 19 | inherit pypi setuptools3 |
| 20 | |||
| 21 | BBCLASSEXTEND += "native nativesdk" | ||
