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/sudo/sudo_1.6.8p12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/sudo') diff --git a/packages/sudo/sudo_1.6.8p12.bb b/packages/sudo/sudo_1.6.8p12.bb index f9d55411f8..fa20fc6feb 100644 --- a/packages/sudo/sudo_1.6.8p12.bb +++ b/packages/sudo/sudo_1.6.8p12.bb @@ -4,4 +4,4 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ file://noexec-link.patch;patch=1" -include sudo.inc +require sudo.inc -- cgit v1.2.3