[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-414-gff038cd06
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2018-05-23 09:43:28
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ff038cd065f60ab03710fdadef7942a1445b32a9 (commit)
from 793114bdc62c8dfea6ec1bdea87e2c2b316cc7ff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff038cd065f60ab03710fdadef7942a1445b32a9
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed May 23 11:53:01 2018 +0200
[BUILDROOT] leptonmodule: add patch to fix Makefile
-----------------------------------------------------------------------
Summary of changes:
.../2017.02/031-armadeus-lepton-fix-makefile.patch | 35 ++++++++++++++++++++++
patches/buildroot/2017.02/cleanup_buildroot.sh | 1 +
.../2018.02/031-armadeus-lepton-fix-makefile.patch | 35 ++++++++++++++++++++++
patches/buildroot/2018.02/cleanup_buildroot.sh | 1 +
4 files changed, 72 insertions(+)
create mode 100644 patches/buildroot/2017.02/031-armadeus-lepton-fix-makefile.patch
create mode 100644 patches/buildroot/2018.02/031-armadeus-lepton-fix-makefile.patch
diff --git a/patches/buildroot/2017.02/031-armadeus-lepton-fix-makefile.patch b/patches/buildroot/2017.02/031-armadeus-lepton-fix-makefile.patch
new file mode 100644
index 000000000..90751a300
--- /dev/null
+++ b/patches/buildroot/2017.02/031-armadeus-lepton-fix-makefile.patch
@@ -0,0 +1,35 @@
+Index: buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
+===================================================================
+--- /dev/null
++++ buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
+@@ -0,0 +1,30 @@
++From 15d27d1a24e83aaa0a0f6c8a43e502f76272fb08 Mon Sep 17 00:00:00 2001
++From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
++ <seb...@ar...>
++Date: Wed, 23 May 2018 10:28:30 +0200
++Subject: [PATCH v2 1/1] flirpi: add missing dependency to leptcam target
++MIME-Version: 1.0
++Content-Type: text/plain; charset=UTF-8
++Content-Transfer-Encoding: 8bit
++
++Signed-off-by: Sébastien Szymanski <seb...@ar...>
++---
++ software/flirpi/Makefile | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/software/flirpi/Makefile b/software/flirpi/Makefile
++index 3f6eb0b..2f55832 100644
++--- a/software/flirpi/Makefile
+++++ b/software/flirpi/Makefile
++@@ -3,7 +3,7 @@ CFLAGS = -Wall
++
++ all: leptbmp fblept leptgraypng leptcam
++
++-leptcam: leptcam.o
+++leptcam: leptcam.c leptsci.o
++ $(CC) -o leptcam leptcam.c leptsci.o -lpthread $(CFLAGS)
++
++ leptgraypng: leptgraypng.c leptsci.o
++--
++2.16.1
++
diff --git a/patches/buildroot/2017.02/cleanup_buildroot.sh b/patches/buildroot/2017.02/cleanup_buildroot.sh
index c4396fa16..0aba335e8 100755
--- a/patches/buildroot/2017.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2017.02/cleanup_buildroot.sh
@@ -69,6 +69,7 @@ rm -rf buildroot/package/imx-usb-loader/imx-usb-loader.hash
rm -rf buildroot/package/imx-usb-loader/imx-usb-loader.mk
rm -rf buildroot/package/kodi/Config.in
rm -rf buildroot/package/kodi/kodi.mk
+rm -rf buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
rm -rf buildroot/package/leptonmodule/Config.in
rm -rf buildroot/package/leptonmodule/leptonmodule.mk
rm -rf buildroot/package/libmbim/libmbim.hash
diff --git a/patches/buildroot/2018.02/031-armadeus-lepton-fix-makefile.patch b/patches/buildroot/2018.02/031-armadeus-lepton-fix-makefile.patch
new file mode 100644
index 000000000..90751a300
--- /dev/null
+++ b/patches/buildroot/2018.02/031-armadeus-lepton-fix-makefile.patch
@@ -0,0 +1,35 @@
+Index: buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
+===================================================================
+--- /dev/null
++++ buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
+@@ -0,0 +1,30 @@
++From 15d27d1a24e83aaa0a0f6c8a43e502f76272fb08 Mon Sep 17 00:00:00 2001
++From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
++ <seb...@ar...>
++Date: Wed, 23 May 2018 10:28:30 +0200
++Subject: [PATCH v2 1/1] flirpi: add missing dependency to leptcam target
++MIME-Version: 1.0
++Content-Type: text/plain; charset=UTF-8
++Content-Transfer-Encoding: 8bit
++
++Signed-off-by: Sébastien Szymanski <seb...@ar...>
++---
++ software/flirpi/Makefile | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/software/flirpi/Makefile b/software/flirpi/Makefile
++index 3f6eb0b..2f55832 100644
++--- a/software/flirpi/Makefile
+++++ b/software/flirpi/Makefile
++@@ -3,7 +3,7 @@ CFLAGS = -Wall
++
++ all: leptbmp fblept leptgraypng leptcam
++
++-leptcam: leptcam.o
+++leptcam: leptcam.c leptsci.o
++ $(CC) -o leptcam leptcam.c leptsci.o -lpthread $(CFLAGS)
++
++ leptgraypng: leptgraypng.c leptsci.o
++--
++2.16.1
++
diff --git a/patches/buildroot/2018.02/cleanup_buildroot.sh b/patches/buildroot/2018.02/cleanup_buildroot.sh
index ed3947169..245ddfa5a 100755
--- a/patches/buildroot/2018.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2018.02/cleanup_buildroot.sh
@@ -59,6 +59,7 @@ rm -rf buildroot/package/imx-test/imx-test.mk
rm -rf buildroot/package/imx-usb-loader/Config.in
rm -rf buildroot/package/imx-usb-loader/imx-usb-loader-0001-fix-ram-size.patch
rm -rf buildroot/package/imx-usb-loader/imx-usb-loader.mk
+rm -rf buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
rm -rf buildroot/package/leptonmodule/Config.in
rm -rf buildroot/package/leptonmodule/leptonmodule.mk
rm -rf buildroot/package/libmbim/libmbim.hash
hooks/post-receive
--
armadeus
|