From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] cxxtest: new package
Date: Thu, 26 Nov 2015 09:32:57 +0100 [thread overview]
Message-ID: <20151126093257.6b3d26e6@free-electrons.com> (raw)
In-Reply-To: <1448516389-6669-1-git-send-email-Abhishek.Singh@imgtec.com>
Dear Abhishek Singh,
On Thu, 26 Nov 2015 11:09:49 +0530, Abhishek Singh wrote:
> diff --git a/package/cxxtest/Config.in b/package/cxxtest/Config.in
> new file mode 100644
> index 0000000..7512e4b
> --- /dev/null
> +++ b/package/cxxtest/Config.in
> @@ -0,0 +1,10 @@
> +config BR2_PACKAGE_CXXTEST
> + bool "cxxtest"
> + depends on BR2_INSTALL_LIBSTDCPP
> + help
> + CxxTest is a unit testing framework for C++
> +
> + http://cxxtest.com/
> +
> +comment "cxxtest needs toolchain with C++ support"
> + depends on !BR2_INSTALL_LIBSTDCPP
> diff --git a/package/cxxtest/cxxtest.hash b/package/cxxtest/cxxtest.hash
> new file mode 100644
> index 0000000..f552e80
> --- /dev/null
> +++ b/package/cxxtest/cxxtest.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +sha256 1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8 cxxtest-4.4.tar.gz
> diff --git a/package/cxxtest/cxxtest.mk b/package/cxxtest/cxxtest.mk
> new file mode 100644
> index 0000000..5089f92
> --- /dev/null
> +++ b/package/cxxtest/cxxtest.mk
> @@ -0,0 +1,25 @@
> +################################################################################
> +#
> +# cxxtest
> +#
> +################################################################################
> +
> +CXXTEST_VERSION = 4.4
> +CXXTEST_SOURCE = cxxtest-$(CXXTEST_VERSION).tar.gz
> +CXXTEST_SITE = http://sourceforge.net/projects/cxxtest/files/cxxtest/$(CXXTEST_VERSION)
> +CXXTEST_LICENSE = LGPLv3
> +CXXTEST_LICENSE_FILES = COPYING
> +CXXTEST_INSTALL_STAGING = YES
> +CXXTEST_INSTALL_TARGET = NO
Is CxxTest just a set of C++ headers with no library ?
> +CXXTEST_DEPENDENCIES = host-cxxtest
> +HOST_CXXTEST_DEPENDENCIES = host-python
This is not needed. host-cxxtest is using host-python-package, so the
dependency on host-python is automatically added by the
host-python-package infrastructure.
> +HOST_CXXTEST_SETUP_TYPE = setuptools
> +HOST_CXXTEST_SUBDIR = python
> +
> +define CXXTEST_INSTALL_STAGING_CMDS
> + mkdir -p $(STAGING_DIR)/usr/include/cxxtest
> + cp $(@D)/cxxtest/* $(STAGING_DIR)/usr/include/cxxtest
> +endef
> +
> +$(eval $(generic-package))
> +$(eval $(host-python-package))
I have to say it is quite strange to have the host variant of the
package using the python package infrastructure, and the target variant
use the generic package infra. I think it would deserve an additional
comment in the .mk file to give a bit of context about why you're doing
this.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-11-26 8:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-26 5:39 [Buildroot] [PATCH 1/1] cxxtest: new package Abhishek Singh
2015-11-26 8:32 ` Thomas Petazzoni [this message]
2015-11-26 11:26 ` Abhishek Singh
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=20151126093257.6b3d26e6@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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