diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-10 02:00:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 02:00:28 +0000 |
commit | 259fe6ef0f37169d60ef41fec6eb73de7b7b6cc9 (patch) | |
tree | 599e2bf852a2cbb026ff6e7f53986963f6843183 /packages/fontconfig/fontconfig_2.2.95.bb | |
parent | cb493a3d185292050c053607613bb38d104bf2a1 (diff) |
fontconfig-utils: correctly name the package (it should not be renamed libfontconfig-utils by debian.bbclass) and update the RDEPENDS to match
Diffstat (limited to 'packages/fontconfig/fontconfig_2.2.95.bb')
-rw-r--r-- | packages/fontconfig/fontconfig_2.2.95.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/fontconfig/fontconfig_2.2.95.bb b/packages/fontconfig/fontconfig_2.2.95.bb index 6989b7a053..7b2237ae5d 100644 --- a/packages/fontconfig/fontconfig_2.2.95.bb +++ b/packages/fontconfig/fontconfig_2.2.95.bb @@ -7,10 +7,11 @@ 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 " +PACKAGES =+ "fontconfig-utils" FILES_fontconfig-utils = "${bindir}/*" +AUTO_LIBNAME_PKGS = "fontconfig-utils" S = "${WORKDIR}/fontconfig-${PV}" |