Skip to content

Commit

Permalink
half: Fix S = WORKDIR reference
Browse files Browse the repository at this point in the history
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: <xyz>.bb: Using S = ${WORKDIR} is no longer supported

Signed-off-by: Max Krummenacher <[email protected]>
  • Loading branch information
MaxKrummenacher authored and otavio committed May 28, 2024
1 parent c62dda1 commit 1975e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/half/half_2.1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1975e20

Please sign in to comment.