diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 15:55:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 20:22:23 +0000 |
commit | dcad44962fc78741020584edced0526866d09b53 (patch) | |
tree | d099deb8db562fd5091effd469c9d00faf9c1fd1 /meta/recipes-devtools/apt/apt.inc | |
parent | 4667f571e334b95716c3247e59742733c48de644 (diff) | |
download | openembedded-core-dcad44962fc78741020584edced0526866d09b53.tar.gz openembedded-core-dcad44962fc78741020584edced0526866d09b53.tar.bz2 openembedded-core-dcad44962fc78741020584edced0526866d09b53.zip |
apt: Fix parallel make race
I was just going to turn off parallel make but ended up fixing this properly.
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.inc | 1 |
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 \ file://no-ko-translation.patch \ file://use-host.patch \ file://localefixes.patch \ + file://makerace.patch \ " inherit autotools gettext |