fix ftbfs caused by fox1ihu included in default build set
authorBdale Garbee <bdale@gag.com>
Fri, 31 Aug 2018 03:41:29 +0000 (21:41 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 31 Aug 2018 03:41:29 +0000 (21:41 -0600)
debian/changelog
debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch [new file with mode: 0644]
debian/patches/series

index dc512956ed03b216153de5d0634f348485162a35..9c9268753bf20dbf299d34de55411b3906a8a58e 100644 (file)
@@ -1,3 +1,9 @@
+altos (1.8.6-2) unstable; urgency=medium
+
+  * quick patch to not include fox1ihu in build by default, closes: #907480
+  
+ -- Bdale Garbee <bdale@gag.com>  Thu, 30 Aug 2018 21:41:00 -0600
+
 altos (1.8.6-1) unstable; urgency=medium
 
   [ Bdale Garbee ]
diff --git a/debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch b/debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch
new file mode 100644 (file)
index 0000000..f9889d4
--- /dev/null
@@ -0,0 +1,24 @@
+From ac8a9bc2ef301f1f18772af7d871c257a56ae70c Mon Sep 17 00:00:00 2001
+From: Bdale Garbee <bdale@gag.com>
+Date: Thu, 30 Aug 2018 21:36:18 -0600
+Subject: [PATCH] altos: don't build fox1ihu by default
+
+---
+ src/Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 0dafb5ec..a1ff84c2 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -25,7 +25,6 @@ SDCCDIRS=\
+       telerepeat-v1.0
+ ARMM3DIRS=\
+-      fox1ihu fox1ihu/flash-loader \
+       easymega-v1.0 easymega-v1.0/flash-loader \
+       telemega-v0.1 telemega-v0.1/flash-loader \
+       telemega-v1.0 telemega-v1.0/flash-loader \
+-- 
+2.19.0.rc1
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1c01958deab893bc871358ccf9d3bb0e18f5ac37 100644 (file)
@@ -0,0 +1 @@
+0001-altos-don-t-build-fox1ihu-by-default.patch