Signed-off-by: Karthik Ramanan <[email protected]> --- .../recipes-devtools/omapconf/omapconf_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb index 5bc8a9e..4121150 100644 --- a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb +++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb @@ -4,13 +4,13 @@ HOMEPAGE = "https://github.com/omapconf/omapconf" LICENSE = "GPLv2 BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914" -PV = "1.71+1.72-rc1" -PR = "r0" +PV = "1.72" +PR = "r1" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap4" BRANCH ?= "master" -SRCREV = "576b01f43bcbfa15fb25b2aeb17ac3b3aa70e3d7" +SRCREV = "e821a16e707cbde41ed07c1a05de4a497b39c000" SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
