summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/inih/libinih_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
index f750bdb02..fbdb52082 100644
--- a/meta-oe/recipes-support/inih/libinih_git.bb
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -6,10 +6,10 @@ PKGV = "${GITPKGVTAG}"
6LICENSE = "BSD" 6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
8 8
9PR = "r1" 9PR = "r2"
10 10
11# The github repository provides a cmake and pkg-config integration 11# The github repository provides a cmake and pkg-config integration
12SRCREV = "af230b4c7ef2529413ffc37cee513ef8f35c9598" 12SRCREV = "7ab5f69cde1e921f58d0ef00fa8039d8ea311226"
13SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git" 13SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"