From 440a6d5aacf7807536feee5d09484712ba34ca80 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Mar 2012 15:55:20 +0000 Subject: 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 Signed-off-by: Joshua Lock --- meta/recipes-devtools/apt/apt_0.7.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/apt/apt_0.7.14.bb') diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb index bd1116f3d5..8464b7f904 100644 --- a/meta/recipes-devtools/apt/apt_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb @@ -3,7 +3,7 @@ RDEPENDS_${PN} = "dpkg" LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" require apt.inc -PR = "r9" +PR = "r10" SRC_URI += "file://nodoc.patch \ file://includes-fix.patch " -- cgit 1.2.3-korg