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/stat/stat-native_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/stat') diff --git a/packages/stat/stat-native_3.3.bb b/packages/stat/stat-native_3.3.bb index 2234fb85a2..cb97119fb3 100644 --- a/packages/stat/stat-native_3.3.bb +++ b/packages/stat/stat-native_3.3.bb @@ -1,5 +1,5 @@ SECTION = "console/utils" -include stat_${PV}.bb +require stat_${PV}.bb inherit native S = "${WORKDIR}/stat-${PV}" -- cgit v1.2.3