From 803427eedbf62d58bd250d577f2c0afb5b68383d Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 5 Aug 2006 14:01:52 +0000 Subject: packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. --- packages/python/python-pyrex-native_0.9.3.bb | 2 +- packages/python/python-scons-native_0.96.90.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-pyrex-native_0.9.3.bb b/packages/python/python-pyrex-native_0.9.3.bb index f06f6388a6..d7ec81fd8e 100644 --- a/packages/python/python-pyrex-native_0.9.3.bb +++ b/packages/python/python-pyrex-native_0.9.3.bb @@ -1,4 +1,4 @@ -include python-pyrex_${PV}.bb +require python-pyrex_${PV}.bb inherit native DEPENDS = "python-native" RDEPENDS = "" diff --git a/packages/python/python-scons-native_0.96.90.bb b/packages/python/python-scons-native_0.96.90.bb index c106440ed7..31bce5583d 100644 --- a/packages/python/python-scons-native_0.96.90.bb +++ b/packages/python/python-scons-native_0.96.90.bb @@ -1,4 +1,4 @@ -include python-scons_${PV}.bb +require python-scons_${PV}.bb inherit native DEPENDS = "python-native" RDEPENDS = "" -- cgit v1.2.3