summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-04-09 18:28:05 -0500
committerJohn Klug <john.klug@multitech.com>2019-04-09 18:28:05 -0500
commit22ae3b86dcd1c7db62b151b91889a52cd167a6ee (patch)
treedb6bfe9db8b2a91837c6b70c704673ff804cd48f
parent6b7706bf228a262c9a2e490aa9bf14c3edf35272 (diff)
downloadmeta-multitech-22ae3b86dcd1c7db62b151b91889a52cd167a6ee.tar.gz
meta-multitech-22ae3b86dcd1c7db62b151b91889a52cd167a6ee.tar.bz2
meta-multitech-22ae3b86dcd1c7db62b151b91889a52cd167a6ee.zip
Fix typo in u-boot recipe
-rw-r--r--recipes-bsp/u-boot/u-boot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index cfe92ad..7e6ad74 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
-PR = r1
+PR = "r1"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"