[oe-commits] Robert Yang : package-index: inherit pythonnative

git at git.openembedded.org git at git.openembedded.org
Fri Jul 27 13:51:50 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 3ba4d9f4a1c79dd592e635a31df67507a3898c63
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3ba4d9f4a1c79dd592e635a31df67507a3898c63

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jul 24 18:19:58 2012 +0800

package-index: inherit pythonnative

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 <liezhi.yang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 = ""





More information about the Openembedded-commits mailing list