Skip to content

Commit

Permalink
Fix dead dependencies for nnshark
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanikin committed Sep 18, 2024
1 parent 8905ef1 commit 6b94c37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes-multimedia/nnshark/nnshark_2021.10.imx.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# git://anongit.freedesktop.org/gstreamer/common doesn't exist any more

NNSHARK_SRC = "git://github.com/nxp-imx/nnshark.git;protocol=https;name=nnshare"
SRC_URI:append = " \
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;name=common;destsuffix=git/common \
"
SRCREV_nnshark = "c815749eac865bfb7175c61ed13093e6837aea6f"
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"

0 comments on commit 6b94c37

Please sign in to comment.