diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-31 14:41:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-31 08:13:25 -0700 |
commit | 77cf4b81eea7bae561a491611f0ecc13a06a1257 (patch) | |
tree | 13f8d7fd24113a50e4f2c1a0e209bed1b514df61 | |
parent | b7a096064b1d8d3970dc5e5eecfc49136d0e3607 (diff) | |
download | meta-openembedded-77cf4b81eea7bae561a491611f0ecc13a06a1257.tar.gz |
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 <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/colord/colord-native.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/colord/colord/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch (renamed from meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/colord/colord/Makefile (renamed from meta-oe/recipes-support/colord/colord-native/Makefile) | 0 |
3 files changed, 0 insertions, 2 deletions
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 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-native:" | ||
4 | |||
5 | inherit meson pkgconfig native | 3 | inherit meson pkgconfig native |
6 | 4 | ||
7 | DEPENDS += " \ | 5 | 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 index a120b73114..a120b73114 100644 --- 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 | |||
diff --git a/meta-oe/recipes-support/colord/colord-native/Makefile b/meta-oe/recipes-support/colord/colord/Makefile index 1e29e4f670..1e29e4f670 100644 --- a/meta-oe/recipes-support/colord/colord-native/Makefile +++ b/meta-oe/recipes-support/colord/colord/Makefile | |||