diff mbox series

[master-next,meta-oe,03/11] colord-native: rename directory and drop unnecessary FILESEXTRAPATHS

Message ID 20241031134114.2791747-3-martin.jansa@gmail.com
State New
Headers show
Series [master-next,meta-oe,01/11] libgpiod: improve FILESEXTRAPATHS | expand

Commit Message

Martin Jansa Oct. 31, 2024, 1:41 p.m. UTC
* ${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 <martin.jansa@gmail.com>
---
 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 mbox series

Patch

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