From 7dc497cdd16015c132d4a2630adaeea4dec61b3e Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 7 Mar 2013 14:49:06 +0100 Subject: [PATCH] enigma2-plugins: inherit pythonnative to fix confgure step --- .../enigma2/enigma2-plugins_3.999.bb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/meta-opendreambox/recipes-dreambox/enigma2/enigma2-plugins_3.999.bb b/meta-opendreambox/recipes-dreambox/enigma2/enigma2-plugins_3.999.bb index 9d75067a..5afcd571 100644 --- a/meta-opendreambox/recipes-dreambox/enigma2/enigma2-plugins_3.999.bb +++ b/meta-opendreambox/recipes-dreambox/enigma2/enigma2-plugins_3.999.bb @@ -20,14 +20,12 @@ SRCREV = "93ecd8e1f658d92b9ddc0064a3dc3b76735328f0" SRC_URI += "file://print.mak" -inherit autotools schwerkraft-git +inherit autotools schwerkraft-git pythonnative -EXTRA_OECONF = " \ - BUILD_SYS=${BUILD_SYS} \ - HOST_SYS=${HOST_SYS} \ - STAGING_INCDIR=${STAGING_INCDIR} \ - STAGING_LIBDIR=${STAGING_LIBDIR} \ -" +export BUILD_SYS +export HOST_SYS +export STAGING_INCDIR +export STAGING_LIBDIR do_install_append() { # create lists of files installed outside of "${libdir}/enigma2/python/Plugins" or "${datadir}/meta" -- 2.20.1