From df6ddc4bf9795212fda87f9d401893eb254074da Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 6 Jul 2015 03:00:35 -0700 Subject: file: fix long-options Backport two patches to fix bug with long options: * 0001-Fix-bug-with-long-options-and-explicitly-number-them.patch * 0002-fix-bug-with-5.23-long-options.patch Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- meta/recipes-devtools/file/file_5.23.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/file/file_5.23.bb') diff --git a/meta/recipes-devtools/file/file_5.23.bb b/meta/recipes-devtools/file/file_5.23.bb index d71f29056c..04a1d7bfcf 100644 --- a/meta/recipes-devtools/file/file_5.23.bb +++ b/meta/recipes-devtools/file/file_5.23.bb @@ -14,6 +14,8 @@ DEPENDS_class-native = "zlib-native" SRC_URI = "ftp://ftp.astron.com/pub/file/${BP}.tar.gz \ file://debian-742262.patch \ file://0001-Add-P-prompt-into-Usage-info.patch \ + file://0001-Fix-bug-with-long-options-and-explicitly-number-them.patch \ + file://0002-fix-bug-with-5.23-long-options.patch \ " SRC_URI[md5sum] = "61db35209ce71a6d576392ce6e1d2f80" -- cgit 1.2.3-korg