From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/6] package/libodb-boost: new package
Date: Thu, 14 May 2020 16:56:05 +0200 [thread overview]
Message-ID: <20200514165605.00f8dcdb@windsurf.home> (raw)
In-Reply-To: <20200514143325.1009253-7-kamel.bouhara@bootlin.com>
Hello,
On Thu, 14 May 2020 16:33:25 +0200
Kamel Bouhara <kamel.bouhara@bootlin.com> wrote:
> diff --git a/package/libodb-boost/Config.in b/package/libodb-boost/Config.in
> new file mode 100644
> index 0000000000..0456f28d82
> --- /dev/null
> +++ b/package/libodb-boost/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_LIBODB_BOOST
> + bool "libodb-boost"
> + depends on BR2_TOOLCHAIN_HAS_THREADS
> + depends on BR2_INSTALL_LIBSTDCPP
> + depends on BR2_PACKAGE_BOOST
> + select BR2_PACKAGE_LIBODB
> + help
> + This package contains the common ODB runtime library. Every
> + application that includes code generated by the ODB compiler
> + will need to link to this library.
> +
> + https://www.codesynthesis.com/products/odb/
> +
> +comment "libodb-boost needs a toolchain w/ C++, threads"
> + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_BOOST
> diff --git a/package/libodb-boost/libodb.mk b/package/libodb-boost/libodb.mk
> new file mode 100644
> index 0000000000..b99d50fe9f
> --- /dev/null
> +++ b/package/libodb-boost/libodb.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# libodb-boost
> +#
> +################################################################################
> +
> +LIBODB_BOOST_VERSION_MAJOR = 2.4
> +LIBODB_BOOST_VERSION = $(LIBODB_BOOST_VERSION_MAJOR).0
> +LIBODB_BOOST_SOURCE = libodb-boost-$(LIBODB_BOOST_VERSION).tar.bz2
> +LIBODB_BOOST_SITE = https://www.codesynthesis.com/download/odb/$(LIBODB_BOOST_VERSION_MAJOR)
> +LIBODB_BOOST_INSTALL_STAGING = YES
> +LIBODB_BOOST_LICENSE = GPL-2.0
> +LIBODB_BOOST_LICENSE_FILES = LICENSE
No dependency on boost and/or libodb ?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2020-05-14 14:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-14 14:33 [Buildroot] [PATCH 0/6] ODB: C++ Object-Relational Mapping (ORM): New packages Kamel Bouhara
2020-05-14 14:33 ` [Buildroot] [PATCH 1/6] package/libcutl: new package Kamel Bouhara
2020-05-14 14:33 ` [Buildroot] [PATCH 2/6] package/odb: " Kamel Bouhara
2020-05-14 14:52 ` Thomas Petazzoni
2020-05-19 7:19 ` Kamel Bouhara
2020-05-14 14:33 ` [Buildroot] [PATCH 3/6] package/libodb: " Kamel Bouhara
2020-05-14 14:33 ` [Buildroot] [PATCH 4/6] package/libodb-pgsql: " Kamel Bouhara
2020-05-14 14:54 ` Thomas Petazzoni
2020-05-14 14:33 ` [Buildroot] [PATCH 5/6] package/libodb-mysql: " Kamel Bouhara
2020-05-14 14:55 ` Thomas Petazzoni
2020-05-14 14:33 ` [Buildroot] [PATCH 6/6] package/libodb-boost: " Kamel Bouhara
2020-05-14 14:56 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200514165605.00f8dcdb@windsurf.home \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox