diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-03-12 16:54:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:52:54 +0000 |
commit | a0235944f5b5a0cfda40cc8e61f49638cb402868 (patch) | |
tree | 868bc40f4b03b8dc7be0dad86e42031183a2d930 | |
parent | 3c8452c3abae74a42989c0fbd5ba303788528750 (diff) | |
download | openembedded-core-a0235944f5b5a0cfda40cc8e61f49638cb402868.tar.gz openembedded-core-a0235944f5b5a0cfda40cc8e61f49638cb402868.tar.bz2 openembedded-core-a0235944f5b5a0cfda40cc8e61f49638cb402868.zip |
psplash : update to latest SRCREV afd4e228c606a9998feae44a3fed4474803240b7
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 9bdcb379c1..482670d0b4 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb @@ -5,9 +5,9 @@ SECTION = "base" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6" -SRCREV = "de9979aefbc56af59b4d236a4b63dd19dcdcfb53" +SRCREV = "afd4e228c606a9998feae44a3fed4474803240b7" PV = "0.1+git${SRCPV}" -PR = "r6" +PR = "r7" SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://psplash-init \ |