diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-01-09 15:19:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
commit | 9a54d673dfcf126e7754f617f913108041f98d0e (patch) | |
tree | cd9e70ca791d4e2cacbeb744cc43937bc4902082 /meta/recipes-devtools/file | |
parent | 6e7d9c61bf8790ae555ed91455996b0b062a0476 (diff) | |
download | poky-9a54d673dfcf126e7754f617f913108041f98d0e.tar.gz |
file: upgrade 5.34 -> 5.35
License-Update: remove trailing whitespace from COPYING
(From OE-Core rev: 3667d548e91e7409b6e572d393cebb920e3926b7)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file')
-rw-r--r-- | meta/recipes-devtools/file/file_5.35.bb (renamed from meta/recipes-devtools/file/file_5.34.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/file/file_5.34.bb b/meta/recipes-devtools/file/file_5.35.bb index 5d92913cb0..2f0589de68 100644 --- a/meta/recipes-devtools/file/file_5.34.bb +++ b/meta/recipes-devtools/file/file_5.35.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/utils" | |||
6 | 6 | ||
7 | # two clause BSD | 7 | # two clause BSD |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188" | 9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" |
10 | 10 | ||
11 | DEPENDS = "zlib file-replacement-native" | 11 | DEPENDS = "zlib file-replacement-native" |
12 | DEPENDS_class-native = "zlib-native" | 12 | DEPENDS_class-native = "zlib-native" |
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/file/file.git \ | |||
18 | file://debian-742262.patch \ | 18 | file://debian-742262.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV = "315cef2f699da3c31a54bd3c6c6070680fbaf1f5" | 21 | SRCREV = "d1ff3af7a2c6b38bdbdde7af26b59e3c50a48fff" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | inherit autotools update-alternatives | 24 | inherit autotools update-alternatives |