From 0b679927feee2ecfd77a32df0d29dec83ae0a32f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 21 Mar 2013 22:45:44 +0000 Subject: apt: Fix case where ${B} != ${S} Need to reference objects from ${B}. (From OE-Core rev: 0610cf3ef864acc9ca98498b9810bcce0fbb935a) Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/apt/apt.inc') diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index e3ca6d0..83411a9 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc @@ -18,8 +18,8 @@ inherit autotools gettext EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" do_configure_prepend() { - rm -rf buildlib/config.sub - rm -rf buildlib/config.guess + rm -rf ${S}/buildlib/config.sub + rm -rf ${S}/buildlib/config.guess } # Apt wants to know the glibc version by running a binary file, which will -- cgit v1.1