From dd83cd32b0292ff890e4b9088ac96c67fe5a986a Mon Sep 17 00:00:00 2001 From: hschang Date: Tue, 16 Dec 2014 11:26:41 +0900 Subject: [PATCH] [python-pycrypto] build fix. (autotools-brokensep) --- meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb b/meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb index b7a4811..f7226fd 100644 --- a/meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb +++ b/meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb @@ -12,6 +12,6 @@ SRC_URI[sha256sum] = "e950a78184e2a7defccf5d45e0c29c1e9edeb29984433f0d110a21e963 S = "${WORKDIR}/pycrypto-${PV}" -inherit autotools distutils +inherit autotools-brokensep distutils BBCLASSEXTEND = "native" -- 2.7.4