diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-13 00:21:13 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-13 00:21:13 +0000 |
| commit | c66704cd6f91044a345096b9e3ab413e14e79319 (patch) | |
| tree | 23700094871048b2deebd1e75ac5bb2171846c6d /openembedded/packages/fontconfig | |
| parent | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (diff) | |
| download | poky-c66704cd6f91044a345096b9e3ab413e14e79319.tar.gz | |
Various misc metadata fixes to enable poky builds again
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@273 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/fontconfig')
| -rw-r--r-- | openembedded/packages/fontconfig/fontconfig_2.2.95.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/fontconfig/fontconfig_2.2.95.bb b/openembedded/packages/fontconfig/fontconfig_2.2.95.bb index 6989b7a053..78b35b1793 100644 --- a/openembedded/packages/fontconfig/fontconfig_2.2.95.bb +++ b/openembedded/packages/fontconfig/fontconfig_2.2.95.bb | |||
| @@ -7,11 +7,13 @@ SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz | |||
| 7 | file://fc-glyphname.patch;patch=1 \ | 7 | file://fc-glyphname.patch;patch=1 \ |
| 8 | file://fc-lang.patch;patch=1 \ | 8 | file://fc-lang.patch;patch=1 \ |
| 9 | file://local.conf" | 9 | file://local.conf" |
| 10 | PR = "r1" | 10 | PR = "r2" |
| 11 | 11 | ||
| 12 | PACKAGES =+ "fontconfig-utils " | 12 | PACKAGES =+ "fontconfig-utils " |
| 13 | FILES_fontconfig-utils = "${bindir}/*" | 13 | FILES_fontconfig-utils = "${bindir}/*" |
| 14 | 14 | ||
| 15 | PKG_fontconfig-utils=fontconfig-utils | ||
| 16 | |||
| 15 | S = "${WORKDIR}/fontconfig-${PV}" | 17 | S = "${WORKDIR}/fontconfig-${PV}" |
| 16 | 18 | ||
| 17 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
