mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-07-19 12:09:02 +02:00
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:
parent
415ea5f003
commit
4e56708704
|
@ -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"
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -8,7 +8,7 @@ SRC_URI = "file://rc.local.etc \
|
|||
file://rc.local.init \
|
||||
file://LICENSE"
|
||||
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user