diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:32:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch) | |
| tree | 62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-support/nghttp2 | |
| parent | ff7839adcb9348733fab8ef7358d15e594afda07 (diff) | |
| download | meta-openembedded-66454b26ff49c6cca3dd8d32832078cfa05cd5ef.tar.gz | |
meta-networking: Remove using python2
This change makes the parsing go though, we still might have build
issues, which will be reported in world builds seprately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/nghttp2')
| -rw-r--r-- | meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb index f37e9b7463..9ed8c56420 100644 --- a/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb +++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "\ | |||
| 14 | SRC_URI[md5sum] = "8d1a6b96760254e4dd142d7176e8fb7c" | 14 | SRC_URI[md5sum] = "8d1a6b96760254e4dd142d7176e8fb7c" |
| 15 | SRC_URI[sha256sum] = "09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073" | 15 | SRC_URI[sha256sum] = "09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073" |
| 16 | 16 | ||
| 17 | inherit cmake manpages pythonnative | 17 | inherit cmake manpages python3native |
| 18 | PACKAGECONFIG[manpages] = "" | 18 | PACKAGECONFIG[manpages] = "" |
| 19 | 19 | ||
| 20 | # examples are never installed, and don't need to be built in the | 20 | # examples are never installed, and don't need to be built in the |
