diff mbox

[1/2] leptonica: make package description more accurate

Message ID 1490164887-2707-1-git-send-email-gilles.talis@gmail.com
State Accepted
Headers show

Commit Message

Gilles Talis March 22, 2017, 6:41 a.m. UTC
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/leptonica/Config.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Thomas Petazzoni March 22, 2017, 9:45 p.m. UTC | #1
Hello,

On Wed, 22 Mar 2017 07:41:26 +0100, Gilles Talis wrote:
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/leptonica/Config.in | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Both patches applied, thanks!

Note that we have a number of build failures on the leptonica package:

  http://autobuild.buildroot.net/?reason=leptonica-1.74.1

These occur in static linking scenarios, because leptonica configure
script is not using pkg-config to find the TIFF library, so it doesn't
know about the transitive dependencies of the TIFF library. Switching
to PKG_CHECK_MODULES() to discover the TIFF library would solve this I
believe.

Best regards,

Thomas
Gilles Talis March 23, 2017, 1:11 p.m. UTC | #2
Hi,

2017-03-22 22:45 GMT+01:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Wed, 22 Mar 2017 07:41:26 +0100, Gilles Talis wrote:
>> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
>> ---
>>  package/leptonica/Config.in | 4 +---
>>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> Both patches applied, thanks!
>
> Note that we have a number of build failures on the leptonica package:
>
>   http://autobuild.buildroot.net/?reason=leptonica-1.74.1
>
> These occur in static linking scenarios, because leptonica configure
> script is not using pkg-config to find the TIFF library, so it doesn't
> know about the transitive dependencies of the TIFF library. Switching
> to PKG_CHECK_MODULES() to discover the TIFF library would solve this I
> believe.
Will check this. Thanks for the tip!

Best regards,
Gilles
diff mbox

Patch

diff --git a/package/leptonica/Config.in b/package/leptonica/Config.in
index a4053a3..ec4920c 100644
--- a/package/leptonica/Config.in
+++ b/package/leptonica/Config.in
@@ -1,8 +1,6 @@ 
 config BR2_PACKAGE_LEPTONICA
 	bool "leptonica"
 	help
-	  Leptonica is a pedagogically-oriented open source site containing
-	  software that is broadly useful for image processing and image
-	  analysis applications.
+	  Leptonica is an image processing and image analysis library.
 
 	  http://www.leptonica.org/