* [Buildroot] [PATCH] libethumb: Fix automagic dependencies on libedbus and libexif
@ 2012-03-05 13:42 Markos Chandras
2012-03-11 13:15 ` Arnout Vandecappelle
0 siblings, 1 reply; 4+ messages in thread
From: Markos Chandras @ 2012-03-05 13:42 UTC (permalink / raw)
To: buildroot
Hi,
Please review the attached patch. It fixes the libexif and libedbus
automagic dependencies for libethumb
--
markos
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-libethumb-Fix-automagic-dependencies-on-libedbus-and.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120305/c8be8a65/attachment.ksh>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libethumb: Fix automagic dependencies on libedbus and libexif
2012-03-05 13:42 [Buildroot] [PATCH] libethumb: Fix automagic dependencies on libedbus and libexif Markos Chandras
@ 2012-03-11 13:15 ` Arnout Vandecappelle
2012-03-13 12:12 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-03-11 13:15 UTC (permalink / raw)
To: buildroot
From: Markos Chandras <markos.chandras@imgtec.com>
libethumb will determine during configuration phase whether to build the
optional libexif and libedbus modules. It will enable this modules if
libedbus or libexif are present on the target system. Therefore, we need
to add these packages as optional dependencies to libethumb.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
Arnout: Resending as in-line patch for easy review.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
package/efl/libethumb/libethumb.mk | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/package/efl/libethumb/libethumb.mk b/package/efl/libethumb/libethumb.mk
index 16b2ba9..617de0d 100644
--- a/package/efl/libethumb/libethumb.mk
+++ b/package/efl/libethumb/libethumb.mk
@@ -13,4 +13,12 @@ LIBETHUMB_DEPENDENCIES = libeina libevas libecore libedje host-libedje
LIBETHUMB_CONF_OPT = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
+ifeq ($(BR2_PACKAGE_LIBEXIF),y)
+LIBETHUMB_DEPENDENCIES += libexif
+endif
+
+ifeq ($(BR2_PACKAGE_LIBEDBUS),y)
+LIBETHUMB_DEPENDENCIES += libedbus
+endif
+
$(eval $(call AUTOTARGETS))
--
1.7.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libethumb: Fix automagic dependencies on libedbus and libexif
2012-03-11 13:15 ` Arnout Vandecappelle
@ 2012-03-13 12:12 ` Peter Korsgaard
2012-03-13 22:48 ` Arnout Vandecappelle
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2012-03-13 12:12 UTC (permalink / raw)
To: buildroot
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
Arnout> From: Markos Chandras <markos.chandras@imgtec.com>
Arnout> libethumb will determine during configuration phase whether to
Arnout> build the optional libexif and libedbus modules. It will enable
Arnout> this modules if libedbus or libexif are present on the target
Arnout> system. Therefore, we need to add these packages as optional
Arnout> dependencies to libethumb.
Arnout> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Arnout> ---
Arnout> Arnout: Resending as in-line patch for easy review.
Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Committed, thanks - But your signed-off-by should go before the '---'
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libethumb: Fix automagic dependencies on libedbus and libexif
2012-03-13 12:12 ` Peter Korsgaard
@ 2012-03-13 22:48 ` Arnout Vandecappelle
0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-03-13 22:48 UTC (permalink / raw)
To: buildroot
On Tuesday 13 March 2012 13:12:41 Peter Korsgaard wrote:
> >>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
>
> Arnout> From: Markos Chandras <markos.chandras@imgtec.com>
>
> Arnout> libethumb will determine during configuration phase whether to
> Arnout> build the optional libexif and libedbus modules. It will enable
> Arnout> this modules if libedbus or libexif are present on the target
> Arnout> system. Therefore, we need to add these packages as optional
> Arnout> dependencies to libethumb.
>
> Arnout> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
> Arnout> ---
> Arnout> Arnout: Resending as in-line patch for easy review.
> Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>
> Committed, thanks - But your signed-off-by should go before the '---'
The sign-off was an accident (git send-email -s habit). Since it's
purely a resend without any modification, I didn't feel it warranted
my signoff line. DCO isn't entirely clear on this, if you ask me.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-13 22:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 13:42 [Buildroot] [PATCH] libethumb: Fix automagic dependencies on libedbus and libexif Markos Chandras
2012-03-11 13:15 ` Arnout Vandecappelle
2012-03-13 12:12 ` Peter Korsgaard
2012-03-13 22:48 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox