From 3dc70c7c0ff16312d95b52d822a0f43eeb1851ab Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 17 Feb 2015 10:07:57 +0000 Subject: python-django-south: extend to nativesdk Allow this to be built for the SDK / buildtools if desired. Signed-off-by: Paul Eggleton --- meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python-django-south_1.0.2.bb') diff --git a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb index a349983030..9eab13d04a 100644 --- a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb @@ -16,3 +16,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils +BBCLASSEXTEND = "nativesdk" -- cgit 1.2.3-korg