From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../mtools/mtools/fix-broken-lz.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch (limited to 'meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch') diff --git a/meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch b/meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch new file mode 100644 index 0000000000..cb454917ff --- /dev/null +++ b/meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch @@ -0,0 +1,23 @@ +Upstream-Status: Backport + +Signed-off-by: Wenlin Kang +Signed-off-by: Jackie Huang +--- + Makefile.in | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Makefile.in b/Makefile.in +index 8f9305a..694e837 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -251,6 +251,7 @@ install-scripts: ${DESTDIR}$(bindir)/mtools + @$(top_srcdir)/mkinstalldirs ${DESTDIR}$(bindir) + @for j in $(SCRIPTS) ; do \ + $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j ${DESTDIR}$(bindir)/$$j ; \ ++ $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j ${DESTDIR}$(bindir)/$$j ; \ + echo ${DESTDIR}$(bindir)/$$j ; \ + done + rm -f ${DESTDIR}$(bindir)/lz +-- +2.0.0 + -- cgit v1.2.3-54-g00ecf