From 5ef3c834582a8e2d8fd62225c424093a34692ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 7 Mar 2018 20:50:15 +0100 Subject: [PATCH] qtractor: move 'hardened' configure patch to common place for next V1 update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...ind-native-qt-build-tools-by-configure-options-auto.patch | 0 ...tch => 0001-do-nor-try-run-for-float-sse-detection.patch} | 0 ...tch => 0002-do-nor-try-run-for-suil-libs-detection.patch} | 0 recipes-misc/recipes-multimedia/rncbc/qtractor_0.8.6.bb | 5 +++-- 4 files changed, 3 insertions(+), 2 deletions(-) rename recipes-misc/recipes-multimedia/rncbc/{qtractor => files}/0001-find-native-qt-build-tools-by-configure-options-auto.patch (100%) rename recipes-misc/recipes-multimedia/rncbc/qtractor/{0002-do-nor-try-run-for-float-sse-detection.patch => 0001-do-nor-try-run-for-float-sse-detection.patch} (100%) rename recipes-misc/recipes-multimedia/rncbc/qtractor/{0003-do-nor-try-run-for-suil-libs-detection.patch => 0002-do-nor-try-run-for-suil-libs-detection.patch} (100%) diff --git a/recipes-misc/recipes-multimedia/rncbc/qtractor/0001-find-native-qt-build-tools-by-configure-options-auto.patch b/recipes-misc/recipes-multimedia/rncbc/files/0001-find-native-qt-build-tools-by-configure-options-auto.patch similarity index 100% rename from recipes-misc/recipes-multimedia/rncbc/qtractor/0001-find-native-qt-build-tools-by-configure-options-auto.patch rename to recipes-misc/recipes-multimedia/rncbc/files/0001-find-native-qt-build-tools-by-configure-options-auto.patch diff --git a/recipes-misc/recipes-multimedia/rncbc/qtractor/0002-do-nor-try-run-for-float-sse-detection.patch b/recipes-misc/recipes-multimedia/rncbc/qtractor/0001-do-nor-try-run-for-float-sse-detection.patch similarity index 100% rename from recipes-misc/recipes-multimedia/rncbc/qtractor/0002-do-nor-try-run-for-float-sse-detection.patch rename to recipes-misc/recipes-multimedia/rncbc/qtractor/0001-do-nor-try-run-for-float-sse-detection.patch diff --git a/recipes-misc/recipes-multimedia/rncbc/qtractor/0003-do-nor-try-run-for-suil-libs-detection.patch b/recipes-misc/recipes-multimedia/rncbc/qtractor/0002-do-nor-try-run-for-suil-libs-detection.patch similarity index 100% rename from recipes-misc/recipes-multimedia/rncbc/qtractor/0003-do-nor-try-run-for-suil-libs-detection.patch rename to recipes-misc/recipes-multimedia/rncbc/qtractor/0002-do-nor-try-run-for-suil-libs-detection.patch diff --git a/recipes-misc/recipes-multimedia/rncbc/qtractor_0.8.6.bb b/recipes-misc/recipes-multimedia/rncbc/qtractor_0.8.6.bb index 22b500f0..a4563078 100644 --- a/recipes-misc/recipes-multimedia/rncbc/qtractor_0.8.6.bb +++ b/recipes-misc/recipes-multimedia/rncbc/qtractor_0.8.6.bb @@ -20,8 +20,9 @@ inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache mime qt5-transl SRC_URI = " \ git://github.com/rncbc/qtractor.git;branch=midiimportx \ file://0001-find-native-qt-build-tools-by-configure-options-auto.patch \ - file://0002-do-nor-try-run-for-float-sse-detection.patch \ - file://0003-do-nor-try-run-for-suil-libs-detection.patch \ + \ + file://0001-do-nor-try-run-for-float-sse-detection.patch \ + file://0002-do-nor-try-run-for-suil-libs-detection.patch \ file://Qtractor.conf \ " SRCREV = "0bbe24ea12e397385597b50f2daaee5095d407d1"