summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-06-19 14:44:43 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:51:59 +0100
commit9adc1baf815ee06c3317b51f459dbb921e0e6de5 (patch)
tree65feed88d0e0389eef21067a9fd73dbcc86c7366
parentbc0de66e3c80c932cf56f7ddd0ab5fc3d6c1ed47 (diff)
downloadopenembedded-core-9adc1baf815ee06c3317b51f459dbb921e0e6de5.tar.gz
libfakekey: upgrade to 0.3+gitAUTOINC+7ad885912e
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r--meta/recipes-graphics/libfakekey/libfakekey_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
index c60ddea74d..4b803dbae5 100644
--- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb
+++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f6440751086
DEPENDS = "libxtst"
SECTION = "x11/wm"
-SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682"
-PV = "0.0+git${SRCPV}"
+SRCREV = "7ad885912efb2131e80914e964d5e635b0d07b40"
+PV = "0.3+git${SRCPV}"
SRC_URI = "git://git.yoctoproject.org/${BPN}"