diff options
author | stephen.arnold42 <stephen.arnold42@gmail.com> | 2014-04-01 20:47:44 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 11:03:24 +0200 |
commit | 19141207ba0861a892b8bd6f65d5dde665fbeaa9 (patch) | |
tree | 3a69fc1b3b0f526b7704aa74b556c3c71398be52 /meta-oe | |
parent | ccb88f65709eb2db27e1f41241707ddd1fccd359 (diff) | |
download | meta-openembedded-19141207ba0861a892b8bd6f65d5dde665fbeaa9.tar.gz |
gd: added upstream license file and fixed configure warnings
This fixes QA warnings about missing license file and stale configure options,
(includes updates for freetype libpath and disables hardcoded rpaths).
Upstream-Status: Inappropriate (distribution/packaging fix)
Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/licenses/GD | 53 | ||||
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | 4 |
2 files changed, 55 insertions, 2 deletions
diff --git a/meta-oe/licenses/GD b/meta-oe/licenses/GD new file mode 100644 index 000000000..5e17d03e8 --- /dev/null +++ b/meta-oe/licenses/GD | |||
@@ -0,0 +1,53 @@ | |||
1 | |||
2 | Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | ||
3 | 2002 by Cold Spring Harbor Laboratory. Funded under Grant | ||
4 | P41-RR02188 by the National Institutes of Health. | ||
5 | |||
6 | Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by | ||
7 | Boutell.Com, Inc. | ||
8 | |||
9 | Portions relating to GD2 format copyright 1999, 2000, 2001, 2002 | ||
10 | Philip Warner. | ||
11 | |||
12 | Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg | ||
13 | Roelofs. | ||
14 | |||
15 | Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002 John | ||
16 | Ellson (ellson@lucent.com). | ||
17 | |||
18 | Portions relating to gdft.c copyright 2001, 2002 John Ellson | ||
19 | (ellson@lucent.com). | ||
20 | |||
21 | Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | ||
22 | Pierre-Alain Joye (pierre@libgd.org). | ||
23 | |||
24 | Portions relating to JPEG and to color quantization copyright 2000, | ||
25 | 2001, 2002, Doug Becker and copyright (C) 1994, 1995, 1996, 1997, | ||
26 | 1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is | ||
27 | based in part on the work of the Independent JPEG Group. See the | ||
28 | file README-JPEG.TXT for more information. | ||
29 | |||
30 | Portions relating to WBMP copyright 2000, 2001, 2002 Maurice | ||
31 | Szmurlo and Johan Van den Brande. | ||
32 | |||
33 | Permission has been granted to copy, distribute and modify gd in | ||
34 | any context without fee, including a commercial application, | ||
35 | provided that this notice is present in user-accessible supporting | ||
36 | documentation. | ||
37 | |||
38 | This does not affect your ownership of the derived work itself, and | ||
39 | the intent is to assure proper credit for the authors of gd, not to | ||
40 | interfere with your productive use of gd. If you have questions, | ||
41 | ask. "Derived works" includes all programs that utilize the | ||
42 | library. Credit must be given in user-accessible documentation. | ||
43 | |||
44 | This software is provided "AS IS." The copyright holders disclaim | ||
45 | all warranties, either express or implied, including but not | ||
46 | limited to implied warranties of merchantability and fitness for a | ||
47 | particular purpose, with respect to this code and accompanying | ||
48 | documentation. | ||
49 | |||
50 | Although their code does not appear in gd, the authors wish to thank | ||
51 | David Koblas, David Rowley, and Hutchison Avenue Software Corporation | ||
52 | for their prior contributions. | ||
53 | |||
diff --git a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb index 957c4eb53..5fb5857e1 100644 --- a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb +++ b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | |||
@@ -15,10 +15,10 @@ S = "${WORKDIR}/gd-2.0.36RC1" | |||
15 | 15 | ||
16 | inherit autotools binconfig gettext | 16 | inherit autotools binconfig gettext |
17 | 17 | ||
18 | EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \ | 18 | EXTRA_OECONF += " --disable-rpath \ |
19 | --with-png=${STAGING_LIBDIR}/.. \ | 19 | --with-png=${STAGING_LIBDIR}/.. \ |
20 | --with-jpeg=${STAGING_LIBDIR}/.. \ | 20 | --with-jpeg=${STAGING_LIBDIR}/.. \ |
21 | --with-freetype \ | 21 | --with-freetype=${STAGING_LIBDIR}/.. \ |
22 | --without-fontconfig \ | 22 | --without-fontconfig \ |
23 | --without-xpm \ | 23 | --without-xpm \ |
24 | --without-x" | 24 | --without-x" |