diff mbox series

[1/1] package/spandsp: needs jpeg support in tiff package

Message ID 20200903053248.475324-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/spandsp: needs jpeg support in tiff package | expand

Commit Message

Bernd Kuhls Sept. 3, 2020, 5:32 a.m. UTC
Fixes:
http://autobuild.buildroot.net/results/f5e/f5efa4aeef661670403111074b9397da47167d07/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/spandsp/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Sept. 3, 2020, 11:59 a.m. UTC | #1
On Thu,  3 Sep 2020 07:32:48 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/f5e/f5efa4aeef661670403111074b9397da47167d07/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

As usual, could you indicate if this is a new issue (i.e since the
merge of next into master), or an older issue we need to consider for
2020.02.x or other maintained stable branches.

Thanks,

Thomas
Bernd Kuhls Sept. 3, 2020, 5:48 p.m. UTC | #2
Am Thu, 03 Sep 2020 13:59:28 +0200 schrieb Thomas Petazzoni:

> As usual, could you indicate if this is a new issue (i.e since the merge
> of next into master), or an older issue we need to consider for
> 2020.02.x or other maintained stable branches.

Hi Thomas,

the upstream commit causing the autobuilder error

https://github.com/freeswitch/spandsp/commit/
be0bce3dbc4b33f92e8da985900104b857259d02#diff-67e997bcfdac55191033d57a16d1408aR550

is not present in the previous version of spandsp so this error is 
specific to the master branch.

Regards, Bernd
Thomas Petazzoni Sept. 3, 2020, 7:04 p.m. UTC | #3
On Thu,  3 Sep 2020 07:32:48 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/f5e/f5efa4aeef661670403111074b9397da47167d07/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/spandsp/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master after extending the commit log with additional
details you provided. When you send a fix, please always include some
details on since when the breakage occurs, and why. This helps us
understand if the fix is needed only for master, or also for one or
several of the stable branches.

Thanks!

Thomas
Bernd Kuhls Sept. 3, 2020, 7:27 p.m. UTC | #4
Am Thu, 03 Sep 2020 21:04:56 +0200 schrieb Thomas Petazzoni:

> you send a fix, please always include some details on
> since when the breakage occurs, and why. This helps us understand if the
> fix is needed only for master, or also for one or several of the stable
> branches.

Hi Thomas,

ok, I will try to remember that when my time permits.

Regards, Bernd
diff mbox series

Patch

diff --git a/package/spandsp/Config.in b/package/spandsp/Config.in
index da0ca50fa2..c64eee8acd 100644
--- a/package/spandsp/Config.in
+++ b/package/spandsp/Config.in
@@ -1,6 +1,7 @@ 
 config BR2_PACKAGE_SPANDSP
 	bool "spandsp"
 	select BR2_PACKAGE_TIFF
+	select BR2_PACKAGE_TIFF_JPEG
 	help
 	  Spandsp is a library of many DSP functions for telephony.
 	  These range from simple modules, such as DTMF detection, to