summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 15:55:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 20:28:46 +0000
commit78f91f09e726b89a8f5612779f8a3900ea16bb36 (patch)
treeaaf9649a798a5f3e26f521dfe9df2c6e8a3e60c8 /meta/recipes-devtools/apt/apt.inc
parent46b713105223063e0ed17b096d2efb8efe9e37ab (diff)
downloadpoky-78f91f09e726b89a8f5612779f8a3900ea16bb36.tar.gz
apt: Fix parallel make race
I was just going to turn off parallel make but ended up fixing this properly. (From OE-Core rev: dcad44962fc78741020584edced0526866d09b53) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt.inc')
-rw-r--r--meta/recipes-devtools/apt/apt.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 6265203bc5..9d32ddb4c9 100644
--- a/meta/recipes-devtools/apt/apt.inc
+++ b/meta/recipes-devtools/apt/apt.inc
@@ -6,6 +6,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
6 file://no-ko-translation.patch \ 6 file://no-ko-translation.patch \
7 file://use-host.patch \ 7 file://use-host.patch \
8 file://localefixes.patch \ 8 file://localefixes.patch \
9 file://makerace.patch \
9 " 10 "
10 11
11inherit autotools gettext 12inherit autotools gettext