diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-11-28 20:04:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-29 09:12:29 +0100 |
commit | 495efd35e85d8f96490db8c7dc991e4e043f2086 (patch) | |
tree | 776c4e139808f72101b0101eaf9334e3fb7a809a /meta-oe | |
parent | 720cd3f32ca8cc4701e99effdd3b3da0cca8348d (diff) | |
download | meta-openembedded-495efd35e85d8f96490db8c7dc991e4e043f2086.tar.gz |
libinih: bump SRCREV
This version adds support to enumerate the sessions.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/inih/libinih_git.bb | 4 |
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 f8fd3e3da..cb525031c 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
@@ -5,10 +5,10 @@ PKGV = "${GITPKGVTAG}" | |||
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | # The github repository provides a cmake and pkg-config integration | 10 | # The github repository provides a cmake and pkg-config integration |
11 | SRCREV = "7ab5f69cde1e921f58d0ef00fa8039d8ea311226" | 11 | SRCREV = "7a43a3655ceffa9f0f7fd68262d8d478c6d0d0af" |
12 | SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git" | 12 | SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |