diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 02:05:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:17:39 +0000 |
commit | be335eab958546c8ae39b879767dd30f1e95a701 (patch) | |
tree | e376e8a8d6af3516b125210e0163e7934cda3aae /meta/recipes-graphics | |
parent | 21b504453cbd5ef94812fddf224622c7ce167981 (diff) | |
download | openembedded-core-be335eab958546c8ae39b879767dd30f1e95a701.tar.gz openembedded-core-be335eab958546c8ae39b879767dd30f1e95a701.tar.bz2 openembedded-core-be335eab958546c8ae39b879767dd30f1e95a701.zip |
libfakekey: Update to new revision to fix ${B} != ${S} issues
Upgrade to new upstream revision which includes out of tree build
fixes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libfakekey/libfakekey_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index 6109ea0fea..b72f9111b1 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb @@ -10,9 +10,8 @@ LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f6440751086 DEPENDS = "libxtst" SECTION = "x11/wm" -SRCREV = "e8c2e412ea4a417afc1f30e32cb7bdc508b1dccc" +SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682" PV = "0.0+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" |