diff options
author | Marek Vasut <marex@denx.de> | 2016-02-17 01:29:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 07:39:31 +0000 |
commit | 07e7879bf3f7cf011d5d2ef2bfa9460c87541cb2 (patch) | |
tree | a108427b3d00748131f942bc65a8420f401837e0 /meta/recipes-devtools/dpkg/dpkg_1.18.2.bb | |
parent | 5794b5613cfa0f66ff7c5798d80533cf1820b11c (diff) | |
download | poky-07e7879bf3f7cf011d5d2ef2bfa9460c87541cb2.tar.gz |
dpkg: Update to 1.18.4
Update dpkg version to 1.18.4 . This adds nios2 architecture support
among other fixes. One patch was updated so it would apply to 1.18.4.
(From OE-Core rev: 27b265641d5c13040268ac70b70bfe84fb092763)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.18.2.bb')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.18.2.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.18.2.bb b/meta/recipes-devtools/dpkg/dpkg_1.18.2.bb deleted file mode 100644 index eab896c342..0000000000 --- a/meta/recipes-devtools/dpkg/dpkg_1.18.2.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | require dpkg.inc | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
3 | |||
4 | SRC_URI_append_class-native =" file://glibc2.5-sync_file_range.patch " | ||
5 | SRC_URI += "file://noman.patch \ | ||
6 | file://remove-tar-no-timestamp.patch \ | ||
7 | file://fix-abs-redefine.patch \ | ||
8 | file://arch_pm.patch \ | ||
9 | file://dpkg-configure.service \ | ||
10 | file://add_armeb_triplet_entry.patch \ | ||
11 | file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \ | ||
12 | file://0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch \ | ||
13 | file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \ | ||
14 | file://0005-dpkg-compiler.m4-remove-Wvla.patch \ | ||
15 | file://0006-add-musleabi-to-known-target-tripets.patch \ | ||
16 | file://dpkg-CVE-2015-0860.patch \ | ||
17 | " | ||
18 | |||
19 | SRC_URI[md5sum] = "63b9d869081ec49adeef6c5ff62d6576" | ||
20 | SRC_URI[sha256sum] = "11484f2a73d027d696e720a60380db71978bb5c06cd88fe30c291e069ac457a4" | ||
21 | |||