1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti-gc320-driver: fix missing quote typo introduced by recent commit

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2019-02-21 04:16:39 +00:00
parent 27b5027186
commit 665fd9ee84

View File

@@ -13,7 +13,7 @@ BRANCH = "ti-${PV}-k4.19"
SRCREV = "9b59e596b4adefabbb686ce8845edef8114558fd"
SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}
SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git/src"