Skip to content

Commit

Permalink
Fixup WORDIR -> UNPACKDIR
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Jan 23, 2025
1 parent c64b36e commit 88e2a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-core/cup/cup_0.10k.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ do_configure() {
-e "s|OE_STAGING_BINDIR|${bindir}|" \
-e "s|OE_STAGING_DATADIR_JAVA|${data_java}|" \
-e "s|OE_CUP_JAR|${BP}.jar|" \
${WORKDIR}/cup
${UNPACKDIR}/cup
}

do_compile() {
Expand All @@ -35,7 +35,7 @@ do_compile() {

do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/cup ${D}${bindir}
install -m 0755 ${UNPACKDIR}/cup ${D}${bindir}
}

PACKAGES = "${PN}"
Expand Down

0 comments on commit 88e2a7c

Please sign in to comment.