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 | openembedded-core-c66704cd6f91044a345096b9e3ab413e14e79319.tar.gz openembedded-core-c66704cd6f91044a345096b9e3ab413e14e79319.tar.bz2 openembedded-core-c66704cd6f91044a345096b9e3ab413e14e79319.tar.xz openembedded-core-c66704cd6f91044a345096b9e3ab413e14e79319.zip |
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 6989b7a05..78b35b179 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 file://fc-glyphname.patch;patch=1 \ file://fc-lang.patch;patch=1 \ file://local.conf" -PR = "r1" +PR = "r2" PACKAGES =+ "fontconfig-utils " FILES_fontconfig-utils = "${bindir}/*" +PKG_fontconfig-utils=fontconfig-utils + S = "${WORKDIR}/fontconfig-${PV}" inherit autotools pkgconfig |