Skip to content

Commit

Permalink
wpebackend: use BPN instead of PN
Browse files Browse the repository at this point in the history
as in theory PN could be nativesdk-wpebackend or wpebackend-native
leading to an immediate fetching failure

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
kwavnet authored and clopez committed Jun 6, 2023
1 parent 44302cd commit 8a5d5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-browser/wpebackend/wpebackend_0.2.0.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require wpebackend.inc

SRC_URI = "https://wpewebkit.org/releases/${PN}-${PV}.tar.xz"
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "d04e44a32709dbb763ce1fcfc28bc6d8"
SRC_URI[sha256sum] = "ce33ff29b04175cb6fe6e6597a4b5e8ec9da0b8b5ae0745848902ac935d65823"

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

0 comments on commit 8a5d5fa

Please sign in to comment.