From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/classes/distutils-base.bbclass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta/classes/distutils-base.bbclass (limited to 'meta/classes/distutils-base.bbclass') diff --git a/meta/classes/distutils-base.bbclass b/meta/classes/distutils-base.bbclass new file mode 100644 index 0000000000..aa18e8b292 --- /dev/null +++ b/meta/classes/distutils-base.bbclass @@ -0,0 +1,4 @@ +DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" +RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" + +inherit distutils-common-base pythonnative -- cgit v1.2.3-54-g00ecf