]> code.ossystems Code Review - openembedded-core.git/commitdiff
file: 5.27 -> 5.28
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 7 Jul 2016 01:37:06 +0000 (18:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:10:03 +0000 (23:10 +0100)
Remove host-file.patch which is already in the source.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/file/file/host-file.patch [deleted file]
meta/recipes-devtools/file/file_5.28.bb [moved from meta/recipes-devtools/file/file_5.27.bb with 94% similarity]

diff --git a/meta/recipes-devtools/file/file/host-file.patch b/meta/recipes-devtools/file/file/host-file.patch
deleted file mode 100644 (file)
index a7efbdc..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Submitted (http://bugs.gw.com/view.php?id=485)
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From 3cde199d03b39632361c275cd30fa0612a03138b Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Mon, 19 Oct 2015 10:30:57 +0100
-Subject: [PATCH 2/2] When using the host file, respect FILE_COMPILE
-
-If we're cross-compiling and not using the file binary that was just built,
-execute the binary that we've been told to use (via FILE_COMPILE) when checking
-the version instead of assuming that "file" is correct as the actual compile
-uses FILE_COMPILE so different binaries may be used.
----
- magic/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/magic/Makefile.am b/magic/Makefile.am
-index 89ac844..67067fe 100644
---- a/magic/Makefile.am
-+++ b/magic/Makefile.am
-@@ -293,7 +293,7 @@ ${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP)
-       @(if expr "${FILE_COMPILE}" : '.*/.*' > /dev/null; then \
-           echo "Using ${FILE_COMPILE} to generate ${MAGIC}" > /dev/null; \
-         else \
--          v=$$(file --version | sed -e s/file-// -e q); \
-+          v=$$(${FILE_COMPILE} --version | sed -e s/file-// -e q); \
-           if [ "$$v" != "${PACKAGE_VERSION}" ]; then \
-               echo "Cannot use the installed version of file ($$v) to"; \
-               echo "cross-compile file ${PACKAGE_VERSION}"; \
--- 
-2.1.4
-
similarity index 94%
rename from meta/recipes-devtools/file/file_5.27.bb
rename to meta/recipes-devtools/file/file_5.28.bb
index d1bbf6bc3cb72c4e3120a978459735c94615f4dd..516c8c55be40c733c4b1c73602f9a0eff05bb1a0 100644 (file)
@@ -17,10 +17,9 @@ UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)"
 SRC_URI = "git://github.com/file/file.git \
         file://debian-742262.patch \
         file://0001-Add-P-prompt-into-Usage-info.patch \
-        file://host-file.patch \
         "
 
-SRCREV = "72da5ae78ed7b5ecbbe84c36ddb493f7907099bc"
+SRCREV = "3c521817322a6bf5160cfeb09b9145ccde587b2a"
 S = "${WORKDIR}/git"
 
 inherit autotools