From cb80f91e7efb45baa8cbb0de49910143b0387a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 15 Aug 2020 13:55:01 +0200 Subject: [PATCH] Remove recipes-schnitzeltony and move recipes where they belong MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../recipes-hardhelper/qtiohelper/qtiohelper_git.bb | 0 .../recipes-markdown/md-juggler.bb | 0 .../recipes-qml}/fontawesome-qml.bb | 0 .../recipes-qml}/ksyntax-highlighting-wrapper.bb | 0 .../recipes-qml}/markdown-qt_git.bb | 0 .../recipes-qml}/qmlarkdown.bb | 4 +--- 6 files changed, 1 insertion(+), 3 deletions(-) rename {recipes-schnitzeltony => recipes-misc}/recipes-hardhelper/qtiohelper/qtiohelper_git.bb (100%) rename {recipes-schnitzeltony => recipes-misc}/recipes-markdown/md-juggler.bb (100%) rename {recipes-schnitzeltony/recipes-qml-wrapper => recipes-misc/recipes-qml}/fontawesome-qml.bb (100%) rename {recipes-schnitzeltony/recipes-qml-wrapper => recipes-misc/recipes-qml}/ksyntax-highlighting-wrapper.bb (100%) rename {recipes-schnitzeltony/recipes-markdown => recipes-misc/recipes-qml}/markdown-qt_git.bb (100%) rename {recipes-schnitzeltony/recipes-markdown => recipes-misc/recipes-qml}/qmlarkdown.bb (82%) diff --git a/recipes-schnitzeltony/recipes-hardhelper/qtiohelper/qtiohelper_git.bb b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb similarity index 100% rename from recipes-schnitzeltony/recipes-hardhelper/qtiohelper/qtiohelper_git.bb rename to recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb diff --git a/recipes-schnitzeltony/recipes-markdown/md-juggler.bb b/recipes-misc/recipes-markdown/md-juggler.bb similarity index 100% rename from recipes-schnitzeltony/recipes-markdown/md-juggler.bb rename to recipes-misc/recipes-markdown/md-juggler.bb diff --git a/recipes-schnitzeltony/recipes-qml-wrapper/fontawesome-qml.bb b/recipes-misc/recipes-qml/fontawesome-qml.bb similarity index 100% rename from recipes-schnitzeltony/recipes-qml-wrapper/fontawesome-qml.bb rename to recipes-misc/recipes-qml/fontawesome-qml.bb diff --git a/recipes-schnitzeltony/recipes-qml-wrapper/ksyntax-highlighting-wrapper.bb b/recipes-misc/recipes-qml/ksyntax-highlighting-wrapper.bb similarity index 100% rename from recipes-schnitzeltony/recipes-qml-wrapper/ksyntax-highlighting-wrapper.bb rename to recipes-misc/recipes-qml/ksyntax-highlighting-wrapper.bb diff --git a/recipes-schnitzeltony/recipes-markdown/markdown-qt_git.bb b/recipes-misc/recipes-qml/markdown-qt_git.bb similarity index 100% rename from recipes-schnitzeltony/recipes-markdown/markdown-qt_git.bb rename to recipes-misc/recipes-qml/markdown-qt_git.bb diff --git a/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb b/recipes-misc/recipes-qml/qmlarkdown.bb similarity index 82% rename from recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb rename to recipes-misc/recipes-qml/qmlarkdown.bb index 9c9cc821..195c61a1 100644 --- a/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb +++ b/recipes-misc/recipes-qml/qmlarkdown.bb @@ -1,8 +1,6 @@ SUMMARY = "Simple WYSIWYG CommonMark(down) editor" LICENSE = "GPLv3" -LIC_FILES_CHKSUM = " \ - file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \ -" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4473596678d62d9d83096273422c8c" DEPENDS = " \ qtdeclarative \