diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2014-01-20 16:07:27 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-01 08:45:48 +0100 |
commit | c4a40f680f4fb47b5b36582fcaf0d2eb0b6cb90f (patch) | |
tree | 9ca6ea6778d1d7afe7a12c96bbb48da0cde74251 | |
parent | 6572316557e742c2dc93848e4d560242bf0c3995 (diff) | |
download | meta-openembedded-c4a40f680f4fb47b5b36582fcaf0d2eb0b6cb90f.tar.gz |
dietsplash: bump SRCREV
Includes a fix to use /sbin/init instead of an obsolete path to systemd.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb index 2c6a8211e..496c1dd4d 100644 --- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb +++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
7 | PV = "0.3" | 7 | PV = "0.3" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRCREV = "3098e4ad8aa07ad90b2a4413c0abeb6dcd8f1233" | 10 | SRCREV = "f7aadacbe3c19e37ea938e00a5141b577fb74a5e" |
11 | SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git" | 11 | SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |