diff options
-rw-r--r-- | meta-oe/recipes-devtools/flatcc/flatcc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb index ed26299901..2530dac526 100644 --- a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb +++ b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "devel/lib" | |||
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3d8fb7158bf7e2600ba3191428dc4ef" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3d8fb7158bf7e2600ba3191428dc4ef" |
8 | 8 | ||
9 | PV = "0.6.2+gitr${SRCPV}" | 9 | PV = "0.6.2+git" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://github.com/dvidelabs/flatcc.git;protocol=https;branch=master \ | 12 | git://github.com/dvidelabs/flatcc.git;protocol=https;branch=master \ |