| Submitter | Otavio Salvador |
|---|---|
| Date | June 27, 2011, 7:38 p.m. |
| Message ID | <f441489e8e744b0125c7dce7e9cb2f9ce0798971.1309203431.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/6569/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index f750bdb..fbdb520 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}" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" -PR = "r1" +PR = "r2" # The github repository provides a cmake and pkg-config integration -SRCREV = "af230b4c7ef2529413ffc37cee513ef8f35c9598" +SRCREV = "7ab5f69cde1e921f58d0ef00fa8039d8ea311226" SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git" S = "${WORKDIR}/git"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- meta-oe/recipes-support/inih/libinih_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)