From 5d9839ab8e5159a2935120cfbf1b86a8e707eaa0 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 13 Jun 2015 11:41:40 +0000 Subject: [PATCH] Remove double comma from file name This causes troubles with bitbake build with some distros: WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/tizen/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/tizen/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/tizen/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/tizen/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/genericx86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/genericx86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/genericx86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/genericx86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/x86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/x86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/x86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/x86-64/0001-intel' WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel' Change-Id: I6bc735440dfa189a87fb238f7dc15bbd6b633a4e Signed-off-by: Mauro Carvalho Chehab --- ... 0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch} | 0 meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-tizen-adaptation/meta/recipes-graphics/mesa/files/{0001-intel:-FixinitialMakeCurrentfordrawablesofmultiscreens.patch => 0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch} (100%) diff --git a/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel:-FixinitialMakeCurrentfordrawablesofmultiscreens.patch b/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch similarity index 100% rename from meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel:-FixinitialMakeCurrentfordrawablesofmultiscreens.patch rename to meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch diff --git a/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend b/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend index b8e7d68..f6e0a37 100644 --- a/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,7 @@ SECTION = "Graphics & UI Framework/Hardware Adaptation" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI += "file://0001-intel:-FixinitialMakeCurrentfordrawablesofmultiscreens.patch" +SRC_URI += "file://0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch" # Enabling gallium-llvm creates a dependency on llvm. # meta-openembedded provides that. @@ -26,4 +26,4 @@ GALLIUMDRIVERSTIZEN_LLVM = "svga," GALLIUMDRIVERSTIZEN_append_x86 = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',${GALLIUMDRIVERSTIZEN_LLVM}', '', d)}" GALLIUMDRIVERSTIZEN_append_x86-64 = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',${GALLIUMDRIVERSTIZEN_LLVM}', '', d)}" # keep --with-gallium-drivers separate, because when only one of gallium versions is enabled, other 2 were adding --without-gallium-drivers -PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERSTIZEN}, --without-gallium-drivers" \ No newline at end of file +PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERSTIZEN}, --without-gallium-drivers" -- 2.7.4