diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-29 12:52:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-29 21:47:30 +0000 |
commit | 0a229e70455c4638ee428db261c6e490a355b35c (patch) | |
tree | db0890e6f5f4f77076b9f868af31a9ec2628b68f /meta | |
parent | 070c0d27a8b8768698115d0862eb13b719add44a (diff) | |
download | poky-0a229e70455c4638ee428db261c6e490a355b35c.tar.gz |
psplash: Update to latest git revision
Image files are always generated now so make the gdk-pixbuf dependency
required.
(From OE-Core rev: f273684f75c050ce3c7c4d93d73a27c973f84df5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 6ff0393194..875adb13fc 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -4,8 +4,9 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/psplash" | |||
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224" | 6 | LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224" |
7 | DEPENDS = "gdk-pixbuf-native" | ||
7 | 8 | ||
8 | SRCREV = "773a3977d255e8f59a741ad6ce37c4d40f1feaa1" | 9 | SRCREV = "aea172a24c5b0bdc0f4efa780c0faa00c9238362" |
9 | PV = "0.1+git${SRCPV}" | 10 | PV = "0.1+git${SRCPV}" |
10 | PR = "r15" | 11 | PR = "r15" |
11 | 12 | ||
@@ -49,9 +50,6 @@ python __anonymous() { | |||
49 | d.setVar("SPLASH_INSTALL", " ".join(pkgs)) | 50 | d.setVar("SPLASH_INSTALL", " ".join(pkgs)) |
50 | d.setVar("SPLASH_LOCALPATHS", " ".join(localpaths)) | 51 | d.setVar("SPLASH_LOCALPATHS", " ".join(localpaths)) |
51 | 52 | ||
52 | if haspng: | ||
53 | d.appendVar("DEPENDS", " gdk-pixbuf-native") | ||
54 | |||
55 | d.prependVar("PACKAGES", "%s " % (" ".join(pkgs))) | 53 | d.prependVar("PACKAGES", "%s " % (" ".join(pkgs))) |
56 | mlprefix = d.getVar('MLPREFIX') or '' | 54 | mlprefix = d.getVar('MLPREFIX') or '' |
57 | pn = d.getVar('PN') or '' | 55 | pn = d.getVar('PN') or '' |