diff options
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg/0001-arch-Add-support-for-riscv64-CPU.patch | 54 | ||||
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.18.25.bb (renamed from meta/recipes-devtools/dpkg/dpkg_1.18.24.bb) | 7 |
2 files changed, 3 insertions, 58 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-arch-Add-support-for-riscv64-CPU.patch b/meta/recipes-devtools/dpkg/dpkg/0001-arch-Add-support-for-riscv64-CPU.patch deleted file mode 100644 index 45c606e690..0000000000 --- a/meta/recipes-devtools/dpkg/dpkg/0001-arch-Add-support-for-riscv64-CPU.patch +++ /dev/null | |||
| @@ -1,54 +0,0 @@ | |||
| 1 | From 319f32d743f5b5e725012654d124e49226d5de91 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Fri, 16 Mar 2018 20:28:24 -0700 | ||
| 4 | Subject: [PATCH] arch: Add support for riscv64 CPU | ||
| 5 | |||
| 6 | * Architecture support: | ||
| 7 | - Add support for riscv64 CPU. Closes: #822914 | ||
| 8 | Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org> | ||
| 9 | |||
| 10 | Upstream-Status: Backport [https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=dpkg%2Fdpkg.git;a=commitdiff_plain;h=ee0855cc66076691de4796be48f8a0d889fde001;hp=2f5816d8be40b449d2473b22f9e0c33b32f3bd78] | ||
| 11 | |||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 13 | --- | ||
| 14 | data/cputable | 1 + | ||
| 15 | scripts/t/Dpkg_Arch.t | 4 ++-- | ||
| 16 | 2 files changed, 3 insertions(+), 2 deletions(-) | ||
| 17 | |||
| 18 | diff --git a/data/cputable b/data/cputable | ||
| 19 | index a2bd7d6..9f2a8e0 100644 | ||
| 20 | --- a/data/cputable | ||
| 21 | +++ b/data/cputable | ||
| 22 | @@ -41,6 +41,7 @@ powerpc powerpc (powerpc|ppc) 32 big | ||
| 23 | powerpcel powerpcle powerpcle 32 little | ||
| 24 | ppc64 powerpc64 (powerpc|ppc)64 64 big | ||
| 25 | ppc64el powerpc64le powerpc64le 64 little | ||
| 26 | +riscv64 riscv64 riscv64 64 little | ||
| 27 | s390 s390 s390 32 big | ||
| 28 | s390x s390x s390x 64 big | ||
| 29 | sh3 sh3 sh3 32 little | ||
| 30 | diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t | ||
| 31 | index d478b49..ecd5d66 100644 | ||
| 32 | --- a/scripts/t/Dpkg_Arch.t | ||
| 33 | +++ b/scripts/t/Dpkg_Arch.t | ||
| 34 | @@ -16,7 +16,7 @@ | ||
| 35 | use strict; | ||
| 36 | use warnings; | ||
| 37 | |||
| 38 | -use Test::More tests => 16367; | ||
| 39 | +use Test::More tests => 16832; | ||
| 40 | |||
| 41 | use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch | ||
| 42 | debarch_eq debarch_is debarch_is_wildcard | ||
| 43 | @@ -162,7 +162,7 @@ is(gnutriplet_to_debarch(undef), undef, 'undef gnutriplet'); | ||
| 44 | is(gnutriplet_to_debarch('unknown-unknown-unknown'), undef, 'unknown gnutriplet'); | ||
| 45 | is(gnutriplet_to_debarch('x86_64-linux-gnu'), 'amd64', 'known gnutriplet'); | ||
| 46 | |||
| 47 | -is(scalar get_valid_arches(), 524, 'expected amount of known architectures'); | ||
| 48 | +is(scalar get_valid_arches(), 539, 'expected amount of known architectures'); | ||
| 49 | |||
| 50 | { | ||
| 51 | local $ENV{CC} = 'false'; | ||
| 52 | -- | ||
| 53 | 2.16.2 | ||
| 54 | |||
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.18.24.bb b/meta/recipes-devtools/dpkg/dpkg_1.18.25.bb index 6d8ec34768..350bd94f54 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.18.24.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.18.25.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require dpkg.inc | 1 | require dpkg.inc |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 3 | 3 | ||
| 4 | SRC_URI = "http://snapshot.debian.org/archive/debian/20170518T093838Z/pool/main/d/dpkg/dpkg_1.18.24.tar.xz \ | 4 | SRC_URI = "http://snapshot.debian.org/archive/debian/20181228T152949Z/pool/main/d/dpkg/dpkg_1.18.25.tar.xz \ |
| 5 | file://noman.patch \ | 5 | file://noman.patch \ |
| 6 | file://remove-tar-no-timestamp.patch \ | 6 | file://remove-tar-no-timestamp.patch \ |
| 7 | file://arch_pm.patch \ | 7 | file://arch_pm.patch \ |
| @@ -14,9 +14,8 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20170518T093838Z/pool/main/ | |||
| 14 | file://0006-add-musleabi-to-known-target-tripets.patch \ | 14 | file://0006-add-musleabi-to-known-target-tripets.patch \ |
| 15 | file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \ | 15 | file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \ |
| 16 | file://0001-dpkg-Support-muslx32-build.patch \ | 16 | file://0001-dpkg-Support-muslx32-build.patch \ |
| 17 | file://0001-arch-Add-support-for-riscv64-CPU.patch \ | ||
| 18 | " | 17 | " |
| 19 | SRC_URI_append_class-native = " file://glibc2.5-sync_file_range.patch " | 18 | SRC_URI_append_class-native = " file://glibc2.5-sync_file_range.patch " |
| 20 | 19 | ||
| 21 | SRC_URI[md5sum] = "02e8af8faf1e689228da806c3e8c6882" | 20 | SRC_URI[md5sum] = "e463f58b04acb23659df23d2a7a05cff" |
| 22 | SRC_URI[sha256sum] = "d853081d3e06bfd46a227056e591f094e42e78fa8a5793b0093bad30b710d7b4" | 21 | SRC_URI[sha256sum] = "c49c371953aea03f543814dcae37c069e86069333fb2e24e9252e76647663492" |
