From patchwork Wed Jul 25 07:19:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,27/28] package-index: inherit pythonnative Date: Wed, 25 Jul 2012 07:19:21 -0000 From: Saul Wold X-Patchwork-Id: 33011 Message-Id: <15022752b9a54f2f9855d89a3ce34bb89db3cfb4.1343200454.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Robert Yang The native python binary has been moved from usr/bin/python to usr/bin/python-native/python, the recipe which needs python-native should "inherit pythonnative", otherwise there would be errors when the python script runs. [YOCTO #2822] Signed-off-by: Robert Yang Signed-off-by: Saul Wold --- meta/recipes-core/meta/package-index.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/meta/package-index.bb b/meta/recipes-core/meta/package-index.bb index 96d54e3..3d7bb7e 100644 --- a/meta/recipes-core/meta/package-index.bb +++ b/meta/recipes-core/meta/package-index.bb @@ -1,6 +1,8 @@ DESCRIPTION = "Rebuild the package index" LICENSE = "MIT" +inherit pythonnative + INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = "1" PACKAGES = ""