1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

apt: Fix case where ${B} != ${S}

Need to reference objects from ${B}.

(From OE-Core rev: 0610cf3ef864acc9ca98498b9810bcce0fbb935a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2013-03-21 22:45:44 +00:00
parent 6594412126
commit 0b679927fe
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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