From 1195d9e28a643237d6e98a19a10a5b5031f8cfa1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 28 May 2024 11:13:42 +0200 Subject: [PATCH 1/2] fsl-rc-local: Fix S = WORKDIR reference Setting `S = ${WORKDIR}` is no longer allowed. Use the the default setting of S and move the sources accordingly. Compare wit OE-core commit 32cba1cc91 ("insane: Error for S == WORKDIR") Fixes: ERROR: .bb: Using S = ${WORKDIR} is no longer supported Signed-off-by: Max Krummenacher --- recipes-fsl/fsl-rc-local/fsl-rc-local.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-fsl/fsl-rc-local/fsl-rc-local.bb b/recipes-fsl/fsl-rc-local/fsl-rc-local.bb index b30de58..d802785 100644 --- a/recipes-fsl/fsl-rc-local/fsl-rc-local.bb +++ b/recipes-fsl/fsl-rc-local/fsl-rc-local.bb @@ -8,7 +8,7 @@ SRC_URI = "file://rc.local.etc \ file://rc.local.init \ file://LICENSE" -S = "${WORKDIR}" +UNPACKDIR = "${S}" inherit update-rc.d From 8f7c939cc6218f1500bd544f0e14b9ff863eb3fc Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 28 May 2024 11:16:38 +0200 Subject: [PATCH 2/2] half: Fix S = WORKDIR reference Setting `S = ${WORKDIR}` is no longer allowed. Use the the default setting of S and move the sources accordingly. Compare wit OE-core commit 32cba1cc91 ("insane: Error for S == WORKDIR") Fixes: ERROR: .bb: Using S = ${WORKDIR} is no longer supported Signed-off-by: Max Krummenacher --- recipes-devtools/half/half_2.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/half/half_2.1.0.bb b/recipes-devtools/half/half_2.1.0.bb index 95ac264..2528141 100644 --- a/recipes-devtools/half/half_2.1.0.bb +++ b/recipes-devtools/half/half_2.1.0.bb @@ -10,7 +10,7 @@ SRC_URI = "https://sourceforge.net/projects/half/files/half/${PV}/${BP}.zip" SRC_URI[md5sum] = "cd28e42c77b99e4cca4f5e9fc76e0433" SRC_URI[sha256sum] = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25" -S = "${WORKDIR}" +UNPACKDIR = "${S}" do_install () { install -d ${D}${includedir}