From e56b4af3a325d6d5332c779e6253da9b3cd2fce0 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 26 Aug 2013 23:38:45 +0000 Subject: dpkg: fix configuration issue for mips64 CQID: 431771 configure cannot determine the proper cpu, os, or architecture for mips64, and possibly other arch's, because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/dpkg/dpkg_1.17.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/dpkg/dpkg_1.17.1.bb') diff --git a/meta/recipes-devtools/dpkg/dpkg_1.17.1.bb b/meta/recipes-devtools/dpkg/dpkg_1.17.1.bb index 01027a037d..525f75908b 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.17.1.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.17.1.bb @@ -8,6 +8,7 @@ SRC_URI += "file://noman.patch \ file://fix-timestamps.patch \ file://remove-tar-no-timestamp.patch \ file://fix-abs-redefine.patch \ + file://arch_pm.patch \ " SRC_URI[md5sum] = "ece3ae87a099158c17bde95c0036c575" -- cgit 1.2.3-korg