layerwide: updates for WORKDIR/UNPACKDIR and git fetch location

The series [1] changed the way sources are fetched/unpacked and
S needs to follow that.

This lead to some recipe making even parse fail.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher 2025-06-28 18:13:08 +02:00 committed by Otavio Salvador
parent 415ea5f003
commit 4e56708704
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ BBFILE_PRIORITY_freescale-distro = "4"
LAYERDEPENDS_freescale-distro = "core yocto"
LAYERSERIES_COMPAT_freescale-distro = "walnascar whinlatter"
LAYERSERIES_COMPAT_freescale-distro = "whinlatter"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=813a6278831975d26c115ed6f9c21831"
SRC_URI = "https://sourceforge.net/projects/half/files/half/${PV}/${BP}.zip"
SRC_URI[sha256sum] = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_install () {
install -d ${D}${includedir}

View File

@ -8,7 +8,7 @@ SRC_URI = "file://rc.local.etc \
file://rc.local.init \
file://LICENSE"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
inherit update-rc.d