From 40ecf311feaf766b8219a7b6889daf9e0309f4a5 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 23 Aug 2014 18:36:17 -0700 Subject: python-pyparted: fix rdeps for native Signed-off-by: Tim Orling Signed-off-by: Martin Jansa --- meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-extended') diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb index 919b301db7..bfb4f6f87b 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb @@ -18,4 +18,6 @@ S = "${WORKDIR}/pyparted-${PV}" inherit distutils RDEPENDS_${PN} += "python-stringold python-codecs python-math" +RDEPENDS_${PN}_class-native = "" + BBCLASSEXTEND += "native" -- cgit 1.2.3-korg