[SCM] openni2/master: Add patch for arm

jspricke at users.alioth.debian.org jspricke at users.alioth.debian.org
Sat Sep 9 14:27:11 UTC 2017


The following commit has been merged in the master branch:
commit 3a6e711a71b60b9b798ace958ece24ff605a758e
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Sep 9 15:04:30 2017 +0200

    Add patch for arm
    
    Closes: #874220
    Thanks: Adrian Bunk

diff --git a/debian/patches/0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch b/debian/patches/0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch
new file mode 100644
index 0000000..1fb5800
--- /dev/null
+++ b/debian/patches/0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch
@@ -0,0 +1,22 @@
+From: Adrian Bunk <bunk at debian.org>
+Date: Sat, 9 Sep 2017 15:02:51 +0200
+Subject: Use the generic platform for armel+armhf NEON is not part of the
+ armel and armhf baselines.
+
+---
+ ThirdParty/PSCommon/BuildSystem/CommonDefs.mak | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak b/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak
+index c29d9bd..6384ef8 100644
+--- a/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak
++++ b/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak
+@@ -18,8 +18,6 @@ else ifneq (,$(findstring i386,$(MACHINE)))
+ 	HOST_PLATFORM = x86
+ else ifneq (,$(findstring armv6l,$(MACHINE)))
+ 	HOST_PLATFORM = Armv6l
+-else ifneq (,$(findstring arm,$(MACHINE)))
+-	HOST_PLATFORM = Arm
+ else
+ 	HOST_PLATFORM = generic
+ endif
diff --git a/debian/patches/series b/debian/patches/series
index 7b90d9f..17c1a0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@
 0013-Fix-GCC6-compilation.patch
 0014-fix-format-overflow-for-GCC7.patch
 0015-Initialize-variable-for-gcc7.patch
+0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch

-- 
openni2 packaging



More information about the pkg-multimedia-commits mailing list