summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-05-31 11:46:57 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-05-31 11:47:36 +0200
commit9522135ab6c2dd33b5d7a07c8c1b0bd99401efd4 (patch)
tree8c2b718d82a866a4e83bc216aa1c9c3ac5d045cb
parent8839b113b12454dcebb91eb6a75765ddae7a782c (diff)
bmode-usb: cope with moved directory for unpack
OE master (styhead) no longer unpacks in ${WORKDIR} but rather does it in path defined by the new variable UNPACKDIR. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-support/bmode-usb/bmode-usb_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/bmode-usb/bmode-usb_1.0.bb b/recipes-support/bmode-usb/bmode-usb_1.0.bb
index a949eec..a74c594 100644
--- a/recipes-support/bmode-usb/bmode-usb_1.0.bb
+++ b/recipes-support/bmode-usb/bmode-usb_1.0.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://bmode_usb.c;endline=5;md5=4c9010cb42fb7648a460c35e6b5c685c"
SRC_URI = "file://bmode_usb.c"
-S = "${WORKDIR}"
+S = "${UNPACKDIR}"
DEFINE = "NO_MACHINE"
DEFINE:apalis-imx6 = "MX6"
DEFINE:colibri-imx6 = "MX6"