Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb index 218fc9c..6d11ce1 100644 --- a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb +++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb @@ -4,12 +4,12 @@ HOMEPAGE = "https://github.com/omapconf/omapconf" LICENSE = "GPLv2 | BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914" -PV = "1.74" +PV = "1.74+git${SRCPV}" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap4" BRANCH ?= "master" -SRCREV = "d7a461c0d6c6bcf986f991d4bcee130562b040d6" +SRCREV = "40ab0a2a57dffcf7e2813fc7a526d6cde3755347" SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
