| Submitter | Otavio Salvador |
|---|---|
| Date | June 1, 2011, 8:16 p.m. |
| Message ID | <b9290fdafc2e1704b9f333fa6cc41f6a4d5b2fcd.1306959338.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/5259/ |
| 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 4807bc7..f750bdb 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 = "r0" +PR = "r1" # The github repository provides a cmake and pkg-config integration -SRCREV = "715cb4dc3d56714d7d53dcd94ae4b41c950119a7" +SRCREV = "af230b4c7ef2529413ffc37cee513ef8f35c9598" 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(-)