diff --git a/recipes-liri/liri-themes/liri-themes/0001-Set-correct-path-for-grub-themes.patch b/recipes-liri/liri-themes/liri-themes/0001-Set-correct-path-for-grub-themes.patch deleted file mode 100644 index 7b90db79..00000000 --- a/recipes-liri/liri-themes/liri-themes/0001-Set-correct-path-for-grub-themes.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 69fb1f079bcc92c49656930da7dbcd45be1154ad Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Thu, 13 Dec 2018 00:00:34 +0100 -Subject: [PATCH] Set correct path for grub themes -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -In it's infinite wisdom cmake installed themes to /usr/boot/grub - -Upstream-Status: Submitted [1] - -[1] https://github.com/lirios/themes/pull/11 - -Signed-off-by: Andreas Müller ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 799460c..0b15301 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -16,7 +16,7 @@ endif() - include(LiriSetup) - - ## Grub directory --set(INSTALL_GRUBDIR "boot/grub" CACHE PATH "Grub [boot/grub]") -+set(INSTALL_GRUBDIR "/boot/grub" CACHE PATH "Grub [/boot/grub]") - - ## Add subdirectories: - add_subdirectory(colorschemes) --- -2.14.5 - diff --git a/recipes-liri/liri-themes/liri-themes_git.bb b/recipes-liri/liri-themes/liri-themes_git.bb index 9815942f..47d361b2 100644 --- a/recipes-liri/liri-themes/liri-themes_git.bb +++ b/recipes-liri/liri-themes/liri-themes_git.bb @@ -8,7 +8,6 @@ inherit liri PV = "0.9.0+git${SRCPV}" -SRC_URI += "file://0001-Set-correct-path-for-grub-themes.patch" SRCREV = "2ff6669642cd49eacc83de479de110bb397408db" S = "${WORKDIR}/git"