Skip to content

Commit

Permalink
Fixup WORKDIR -> UNPACKDIR
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
  • Loading branch information
ajlennon committed Jan 23, 2025
1 parent 96f28a7 commit 1e8a69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-core/cup/cup_0.10k.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUMMARY = "Lexical analyzer generator for Java"
AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian"
LICENSE = "CUP"
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c33"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c33"


RDEPENDS:${PN} = "java2-runtime"
Expand All @@ -15,6 +15,7 @@ SRC_URI = "http://www.cs.princeton.edu/~appel/modern/java/CUP/java_${BPN}_v10k.t
"

S = "${WORKDIR}/java_cup"
UNPACKDIR = "${S}"

do_configure() {
sed -i \
Expand Down

0 comments on commit 1e8a69c

Please sign in to comment.