Skip to content

Commit

Permalink
david: use BPN instead PN in fetcher
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
kwavnet authored and clopez committed Jun 20, 2023
1 parent 18e5909 commit 0054d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-multimedia/dav1d/dav1d.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUGTRACKER = "https://code.videolan.org/videolan/dav1d/-/issues"

DEPENDS = "nasm-native"

SRC_URI = "https://code.videolan.org/videolan/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
SRC_URI = "https://code.videolan.org/videolan/${BPN}/-/archive/${PV}/${BPN}-${PV}.tar.gz"
SRC_URI[sha256sum] = "097db6f370b88bf09fec62919c0d3af64e07d58210c665ec461d63f4ec79f6a2"

LICENSE = "BSD-2-Clause"
Expand Down

0 comments on commit 0054d6d

Please sign in to comment.