summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-28 11:48:48 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-28 23:57:15 -0700
commit6dd82f3a04966c1cdf80ce76dfb7f5660449a6ad (patch)
tree9c5044735af72abaa035bd991f7ef560e6c365fe /meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
parent3dd74712ed7b5a281622af576cf8ffb6c68e9cb0 (diff)
downloadmeta-openembedded-6dd82f3a04966c1cdf80ce76dfb7f5660449a6ad.tar.gz
python3-netifaces: Fix build with python3 and musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
index 09e54b0baa..f211c69543 100644
--- a/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
@@ -4,6 +4,8 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" 5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
6 6
7SRC_URI[sha256sum] = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"
8
9inherit pypi setuptools3 7inherit pypi setuptools3
8
9SRC_URI += "file://0001-netifaces-initialize-msghdr-in-a-portable-way.patch"
10
11SRC_URI[sha256sum] = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"