aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-06-20 23:17:47 -0700
committerKhem Raj <raj.khem@gmail.com>2018-06-20 23:19:13 -0700
commita7c45eb0375eb4000aaa3cd752b697042cab0bf1 (patch)
tree08ad77623e91fea99428a215838e9d56a8507786 /meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
parent1bcd15ed5b31bdec492af99f671718d7a6eb887b (diff)
downloadmeta-openembedded-contrib-a7c45eb0375eb4000aaa3cd752b697042cab0bf1.tar.gz
tiptop: Fix parallel build issues
- Fix reproducible build issue - Fix out of tree builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb')
-rw-r--r--meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
index 04084ecb40..cf67a08b3e 100644
--- a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
+++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
@@ -4,11 +4,16 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "ncurses libxml2 bison-native flex-native"
-SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz"
+SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz \
+ file://0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch \
+ file://0002-fix-reproducibility-of-build-process.patch \
+ file://0001-Fix-build-when-S-B.patch \
+ "
SRC_URI[md5sum] = "46ca0fdf0236f02dd2b96d347626d2a2"
SRC_URI[sha256sum] = "51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1084182"
-inherit autotools-brokensep
+inherit autotools
+
EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2""
COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux"