[oe-commits] [meta-openembedded] 17/30: python-pyasn1: fix RDEPENDS to work correctly when building native version

git at git.openembedded.org git at git.openembedded.org
Fri Dec 9 11:08:18 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit a749fbc3732f469ee0ec3e36275fb7e8fe6ebd19
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 30 13:22:04 2016 -0500

    python-pyasn1: fix RDEPENDS to work correctly when building native version
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyasn1.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc
index 7c25de8..72cabc4 100644
--- a/meta-python/recipes-devtools/python/python-pyasn1.inc
+++ b/meta-python/recipes-devtools/python/python-pyasn1.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=425e62320d430219736139b134db2fc4"
 SRC_URI[md5sum] = "f00a02a631d4016818659d1cc38d229a"
 SRC_URI[sha256sum] = "853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f"
 
-RDEPENDS_${PN} += " \
+RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-lang \
     ${PYTHON_PN}-shell \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list