mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
b79176adb3
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
285 B
BlitzBasic
12 lines
285 B
BlitzBasic
require uhd.inc
|
|
|
|
PV = "3.5.3"
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint \
|
|
file://0001-use-uint8_t-from-boost-namespace.patch;striplevel=2 \
|
|
"
|
|
S = "${WORKDIR}/git/host"
|
|
|
|
SRCREV = "f4c58120dc1e3674ee0228213f0f0011a0f80dcf"
|