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/mathomatic/mathomatic_12.4.2.bb | 2 +- packages/mathomatic/mathomatic_unstable.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/mathomatic') diff --git a/packages/mathomatic/mathomatic_12.4.2.bb b/packages/mathomatic/mathomatic_12.4.2.bb index c5c700c498..33e63feda9 100644 --- a/packages/mathomatic/mathomatic_12.4.2.bb +++ b/packages/mathomatic/mathomatic_12.4.2.bb @@ -1,3 +1,3 @@ -include mathomatic.inc +require mathomatic.inc SRC_URI = "http://www.panix.com/~gesslein/mathomatic-${PV}.tgz" diff --git a/packages/mathomatic/mathomatic_unstable.bb b/packages/mathomatic/mathomatic_unstable.bb index 544e0ef1c6..9e327680b2 100644 --- a/packages/mathomatic/mathomatic_unstable.bb +++ b/packages/mathomatic/mathomatic_unstable.bb @@ -1,4 +1,4 @@ -include mathomatic.inc +require mathomatic.inc SRC_URI = "http://www.panix.com/~gesslein/am.tgz" S = "${WORKDIR}/mathomatic-12.4.2" -- cgit v1.2.3