From 77cf4b81eea7bae561a491611f0ecc13a06a1257 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Oct 2024 14:41:06 +0100 Subject: [PATCH] colord-native: rename directory and drop unnecessary FILESEXTRAPATHS * ${BPN}-native is weird work around for ${P} and ${PN} being dropped from default FILESPATH in 2012 with: https://git.openembedded.org/openembedded-core/commit/?h=dylan&id=fb359583b659cda643973fa285002aaffb729a51 better to just rename directory to something which is included in the default value (like BPN) the filename are different in target and native colord build so they don't need to be in separate directories. Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-support/colord/colord-native.bb | 2 -- ...1-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch | 0 .../recipes-support/colord/{colord-native => colord}/Makefile | 0 3 files changed, 2 deletions(-) rename meta-oe/recipes-support/colord/{colord-native => colord}/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch (100%) rename meta-oe/recipes-support/colord/{colord-native => colord}/Makefile (100%) diff --git a/meta-oe/recipes-support/colord/colord-native.bb b/meta-oe/recipes-support/colord/colord-native.bb index 64dd94a9ed..2c79be4957 100644 --- a/meta-oe/recipes-support/colord/colord-native.bb +++ b/meta-oe/recipes-support/colord/colord-native.bb @@ -1,7 +1,5 @@ require ${BPN}.inc -FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-native:" - inherit meson pkgconfig native DEPENDS += " \ diff --git a/meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch b/meta-oe/recipes-support/colord/colord/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch similarity index 100% rename from meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch rename to meta-oe/recipes-support/colord/colord/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch diff --git a/meta-oe/recipes-support/colord/colord-native/Makefile b/meta-oe/recipes-support/colord/colord/Makefile similarity index 100% rename from meta-oe/recipes-support/colord/colord-native/Makefile rename to meta-oe/recipes-support/colord/colord/Makefile