diff options
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.bb | 9 |
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 04084ecb4..cf67a08b3 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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "ncurses libxml2 bison-native flex-native" | 5 | DEPENDS = "ncurses libxml2 bison-native flex-native" |
6 | 6 | ||
7 | SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz" | 7 | SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz \ |
8 | file://0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch \ | ||
9 | file://0002-fix-reproducibility-of-build-process.patch \ | ||
10 | file://0001-Fix-build-when-S-B.patch \ | ||
11 | " | ||
8 | SRC_URI[md5sum] = "46ca0fdf0236f02dd2b96d347626d2a2" | 12 | SRC_URI[md5sum] = "46ca0fdf0236f02dd2b96d347626d2a2" |
9 | SRC_URI[sha256sum] = "51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1084182" | 13 | SRC_URI[sha256sum] = "51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1084182" |
10 | 14 | ||
11 | inherit autotools-brokensep | 15 | inherit autotools |
16 | |||
12 | EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" | 17 | EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" |
13 | COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" | 18 | COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" |
14 | 19 | ||