summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-30 05:59:49 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-14 23:43:21 +0200
commit8d5d0663eb37e35aefa79f78938a385f4c31d520 (patch)
tree1f1e82cf158a96d70bd3a33ae02855dbfa2336d8 /meta-oe/recipes-graphics
parent83dfe144915876f74e8cba0f7f11ab5143bfbd76 (diff)
downloadmeta-openembedded-8d5d0663eb37e35aefa79f78938a385f4c31d520.tar.gz
dietsplash: Fix build on mips
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/dietsplash/dietsplash/0001-configure.ac-Do-not-demand-linker-hash-style.patch28
-rw-r--r--meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb6
2 files changed, 32 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash/0001-configure.ac-Do-not-demand-linker-hash-style.patch b/meta-oe/recipes-graphics/dietsplash/dietsplash/0001-configure.ac-Do-not-demand-linker-hash-style.patch
new file mode 100644
index 000000000..87e8637ee
--- /dev/null
+++ b/meta-oe/recipes-graphics/dietsplash/dietsplash/0001-configure.ac-Do-not-demand-linker-hash-style.patch
@@ -0,0 +1,28 @@
1From 65e8e3c9c69f41778b6308c2f8f3262c82c6f3e1 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 29 Jun 2017 13:57:53 -0700
4Subject: [PATCH] configure.ac: Do not demand linker hash-style
5
6This helps fixing on architectures e.g. mips where gnu hash
7is not supported
8
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 configure.ac | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/configure.ac b/configure.ac
15index e1dba23..7bcc039 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -65,7 +65,6 @@ CC_CHECK_CFLAGS_APPEND([ \
19 -ffunction-sections \
20 -fdata-sections \
21 -Wl,-O1 \
22- -Wl,--hash-style=gnu \
23 -Wl,--as-needed \
24 -Wl,--gc-sections])
25
26--
272.13.2
28
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
index a88caf814..32f081592 100644
--- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
+++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
7PV = "0.3" 7PV = "0.3"
8PR = "r1" 8PR = "r1"
9 9
10SRCREV = "f7aadacbe3c19e37ea938e00a5141b577fb74a5e" 10SRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633"
11SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git" 11SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git \
12 file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \
13 "
12 14
13inherit autotools 15inherit autotools
14 16