summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2020-07-21 16:48:15 +0100
committerSteve Sakoman <steve@sakoman.com>2020-07-24 04:36:42 -1000
commit0590fbf6d76e1d0c4601529884c4c171be6e27af (patch)
treef54bfa345e27f3c130f6e2de34bdd4620adb7f84 /meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
parentfaf93355614c5e5d9aec8222a7df780324868c7a (diff)
downloadopenembedded-core-0590fbf6d76e1d0c4601529884c4c171be6e27af.tar.gz
startup-notification: add time_t type mismatch patch from upstream
Backport a patch to fix issues where sizeof(time_t) != sizeof(long). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f9c3a6d74765e636a8038fe3aaa5dfc8b550590a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-graphics/startup-notification/startup-notification_0.12.bb')
-rw-r--r--meta/recipes-graphics/startup-notification/startup-notification_0.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
index a26ab44fa7..d10bddb529 100644
--- a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
+++ b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
@@ -23,6 +23,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz \
file://obsolete_automake_macros.patch \
+ file://time_t.patch \
"
SRC_URI[md5sum] = "2cd77326d4dcaed9a5a23a1232fb38e9"