From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] package/opencv: module objdetect depends on imgproc
Date: Mon, 18 Apr 2016 21:20:03 +0200 [thread overview]
Message-ID: <20160418212003.393f594c@free-electrons.com> (raw)
In-Reply-To: <1460992275-383-2-git-send-email-bernd.kuhls@t-online.de>
Samuel,
Can you comment on this one? I thought we had no expression of the
interdependencies between OpenCV modules. Are those interdependencies
build-time dependencies or run-time dependencies?
Bernd, if this patch is needed, then it should be the first patch in
the series, not the second one.
Thomas
On Mon, 18 Apr 2016 17:11:15 +0200, Bernd Kuhls wrote:
> The mod_cv module of Freeswitch depends on the objdetect module from
> opencv, as noted by Samuel:
> http://lists.busybox.net/pipermail/buildroot/2016-April/158902.html
>
> Checking for opencv support in Freeswitch should only include the
> direct dependency, objdetect in this case, and not inter-module
> dependencies.
> This patch reflects the dependency of objdetect on imgproc.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: initial release (Samuel)
>
> package/opencv/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/opencv/Config.in b/package/opencv/Config.in
> index 8bc6c34..d87ca00 100644
> --- a/package/opencv/Config.in
> +++ b/package/opencv/Config.in
> @@ -75,6 +75,7 @@ config BR2_PACKAGE_OPENCV_LIB_NONFREE
> config BR2_PACKAGE_OPENCV_LIB_OBJDETECT
> bool "objdetect"
> default y
> + select BR2_PACKAGE_OPENCV_LIB_IMGPROC
> help
> Include opencv_objdetect module into the OpenCV build.
>
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-04-18 19:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-18 15:11 [Buildroot] [PATCH v2 1/2] package/freeswitch: mod_cv needs BR2_PACKAGE_OPENCV_LIB_OBJDETECT Bernd Kuhls
2016-04-18 15:11 ` [Buildroot] [PATCH v2 2/2] package/opencv: module objdetect depends on imgproc Bernd Kuhls
2016-04-18 19:20 ` Thomas Petazzoni [this message]
2016-04-18 19:57 ` Samuel Martin
2016-04-18 20:07 ` Bernd Kuhls
2016-04-18 20:21 ` Thomas Petazzoni
2016-04-18 21:18 ` Samuel Martin
2016-04-18 21:24 ` Samuel Martin
2016-04-18 21:28 ` Thomas Petazzoni
2016-04-18 21:38 ` Samuel Martin
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=20160418212003.393f594c@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