diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-06-12 01:25:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-14 12:56:31 +0100 |
commit | 44a5da0e4ab49d49a2192b84a53cc1e726907f14 (patch) | |
tree | 28f9710b07912ebedba660e93919f974bcf8032e /meta/recipes-devtools/file | |
parent | bb5c0e91063f705c5e1ce319b4742e06f6aa4c97 (diff) | |
download | openembedded-core-44a5da0e4ab49d49a2192b84a53cc1e726907f14.tar.gz openembedded-core-44a5da0e4ab49d49a2192b84a53cc1e726907f14.tar.bz2 openembedded-core-44a5da0e4ab49d49a2192b84a53cc1e726907f14.zip |
file: 5.25 -> 5.27
Signed-off-by: Robert Yang <liezhi.yang@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.27.bb (renamed from meta/recipes-devtools/file/file_5.25.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.25.bb b/meta/recipes-devtools/file/file_5.27.bb index 68bad69b4e..d1bbf6bc3c 100644 --- a/meta/recipes-devtools/file/file_5.25.bb +++ b/meta/recipes-devtools/file/file_5.27.bb @@ -20,7 +20,7 @@ SRC_URI = "git://github.com/file/file.git \ file://host-file.patch \ " -SRCREV = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e" +SRCREV = "72da5ae78ed7b5ecbbe84c36ddb493f7907099bc" S = "${WORKDIR}/git" inherit autotools |