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/monotone/monotone-4_0.19.bb | 2 +- packages/monotone/monotone-5_0.20.bb | 2 +- packages/monotone/monotone-5_0.21.bb | 2 +- packages/monotone/monotone-5_0.22.bb | 2 +- packages/monotone/monotone-5_0.23.bb | 2 +- packages/monotone/monotone-5_0.24.bb | 2 +- packages/monotone/monotone-5_0.25.2.bb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/monotone') diff --git a/packages/monotone/monotone-4_0.19.bb b/packages/monotone/monotone-4_0.19.bb index 3a7914a735..402d57db37 100644 --- a/packages/monotone/monotone-4_0.19.bb +++ b/packages/monotone/monotone-4_0.19.bb @@ -1,4 +1,4 @@ -include monotone.inc +require monotone.inc SUBV = "1" PR = "r0" diff --git a/packages/monotone/monotone-5_0.20.bb b/packages/monotone/monotone-5_0.20.bb index 3a61df634f..bee2269767 100644 --- a/packages/monotone/monotone-5_0.20.bb +++ b/packages/monotone/monotone-5_0.20.bb @@ -1,4 +1,4 @@ -include monotone.inc +require monotone.inc PR = "r0" diff --git a/packages/monotone/monotone-5_0.21.bb b/packages/monotone/monotone-5_0.21.bb index ec31e22bfb..447614b92f 100644 --- a/packages/monotone/monotone-5_0.21.bb +++ b/packages/monotone/monotone-5_0.21.bb @@ -1,4 +1,4 @@ -include monotone.inc +require monotone.inc PR = "r0" diff --git a/packages/monotone/monotone-5_0.22.bb b/packages/monotone/monotone-5_0.22.bb index 62eb2472f2..9ce745d04f 100644 --- a/packages/monotone/monotone-5_0.22.bb +++ b/packages/monotone/monotone-5_0.22.bb @@ -3,7 +3,7 @@ #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -include monotone.inc +require monotone.inc PR = "r0" diff --git a/packages/monotone/monotone-5_0.23.bb b/packages/monotone/monotone-5_0.23.bb index 198d2acfec..2f0aab1077 100644 --- a/packages/monotone/monotone-5_0.23.bb +++ b/packages/monotone/monotone-5_0.23.bb @@ -3,7 +3,7 @@ #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -include monotone.inc +require monotone.inc PR = "r0" diff --git a/packages/monotone/monotone-5_0.24.bb b/packages/monotone/monotone-5_0.24.bb index 198d2acfec..2f0aab1077 100644 --- a/packages/monotone/monotone-5_0.24.bb +++ b/packages/monotone/monotone-5_0.24.bb @@ -3,7 +3,7 @@ #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -include monotone.inc +require monotone.inc PR = "r0" diff --git a/packages/monotone/monotone-5_0.25.2.bb b/packages/monotone/monotone-5_0.25.2.bb index cf8799261b..b5d6a376c1 100644 --- a/packages/monotone/monotone-5_0.25.2.bb +++ b/packages/monotone/monotone-5_0.25.2.bb @@ -3,7 +3,7 @@ #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -include monotone.inc +require monotone.inc PR = "r0" -- cgit v1.2.3