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/uboot/uboot-devkitidp-pxa255_cvs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/uboot') diff --git a/packages/uboot/uboot-devkitidp-pxa255_cvs.bb b/packages/uboot/uboot-devkitidp-pxa255_cvs.bb index 32d5a2fe67..a41d5d7082 100644 --- a/packages/uboot/uboot-devkitidp-pxa255_cvs.bb +++ b/packages/uboot/uboot-devkitidp-pxa255_cvs.bb @@ -1,4 +1,4 @@ -include uboot_cvs.bb +require uboot_cvs.bb UBOOT_MACHINE = "pxa255_idp_config" SRC_URI += "ftp://ftp.accelent.com/pxa255_idp/uboot/u-boot-1.1.2-cvs20050818-r2-pxa255idp1.patch;patch=1" -- cgit v1.2.3