Skip to content

Commit

Permalink
firmware-upower: SRC_URI uses PN not BPN
Browse files Browse the repository at this point in the history
Fix src-uri-bad QA error.

Signed-off-by: Samuli Piippo <[email protected]>
  • Loading branch information
sapiippo committed Jan 30, 2025
1 parent 3e17397 commit 9804192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/firmware-upower/firmware-upower_1.3.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "Proprietary"
SECTION = "BSP"
LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"

SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"

S = "${WORKDIR}/${PN}-${PV}"

Expand Down

0 comments on commit 9804192

Please sign in to comment.