mdds-1.5: add 1.5.0
This is what latest libreoffice requires Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
From 97cb7eaa45c08a9b9850200e10ab5668df324ec3 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Fri, 2 Aug 2019 16:45:27 +0200
|
||||
Subject: [PATCH] configure.ac: remove fixed paths causing trouble when cross
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
configure.ac | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 7d06139..d3ad7fc 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -23,7 +23,6 @@ AC_SUBST(MISCDIR)
|
||||
AC_SUBST(QUICKCHECKDIR)
|
||||
|
||||
CPPFLAGS="$CPPFLAGS -Wall -O2 -g -pedantic-errors"
|
||||
-CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
|
||||
CXXFLAGS="$CXXFLAGS -Wshadow -std=c++11"
|
||||
|
||||
AC_ARG_ENABLE(debug-stdcxx,
|
||||
--
|
||||
2.21.0
|
||||
|
||||
19
recipes-support/mdds/mdds-1.5_1.5.0.bb
Normal file
19
recipes-support/mdds/mdds-1.5_1.5.0.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "A collection of multi-dimensional data structures and indexing algorithms"
|
||||
HOMEPAGE = "https://gitlab.com/mdds/mdds"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=60a6093677ded88b5e28677e52a0c011"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
SRC_URI = " \
|
||||
http://kohei.us/files/mdds/src/mdds-${PV}.tar.bz2 \
|
||||
file://0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "52cb08e92fec8842a3724bd89051f9d3"
|
||||
SRC_URI[sha256sum] = "144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d"
|
||||
|
||||
S = "${WORKDIR}/mdds-${PV}"
|
||||
|
||||
DEPENDS = "boost"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user