From 803427eedbf62d58bd250d577f2c0afb5b68383d Mon Sep 17 00:00:00 2001
From: Holger Freyther <zecke@selfish.org>
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/mono/mono-native_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'packages/mono')

diff --git a/packages/mono/mono-native_1.0.bb b/packages/mono/mono-native_1.0.bb
index f2c94eae06..c0e649faee 100644
--- a/packages/mono/mono-native_1.0.bb
+++ b/packages/mono/mono-native_1.0.bb
@@ -1,5 +1,5 @@
 SECTION = "unknown"
-include mono_${PV}.bb
+require mono_${PV}.bb
 S = "${WORKDIR}/mono-${PV}"
 DEPENDS = "glib-2.0-native"
 
-- 
cgit v1.2.3