diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-16 17:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-16 17:40:07 +0000 |
commit | 86f30b56959077b7b3f2b38f0e3bff5a379728ce (patch) | |
tree | 0500f184c51714c42c57b6c9fc9007af9f1604f0 /packages/xfont/xfont_1.4.2.bb | |
parent | 7217fa88da0c46fe94feea2df127289a40ce2a24 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/16 17:38:14+00:00 nexus.co.uk!pb
update gpe-plucker to 0.2
2005/01/16 12:36:22-05:00 handhelds.org!kergoth
Add cvs build of genext2fs from http://sf.net/projects/genext2fs/.
2005/01/16 12:17:28-05:00 handhelds.org!kergoth
Add patch to xfont to build with automake 1.9.x.
2005/01/16 12:08:17-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/16 12:08:08-05:00 handhelds.org!kergoth
Add versions of the recent damageext and libxrandr patches that apply to the release, since the recent ChangeLog modifications made them fail to apply to those versions.
2005/01/16 17:55:30+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/16 16:53:02+00:00 nexus.co.uk!pb
break out some GPE customisations from Angelistic theme into global /etc/gtk-2.0/gtkrc
2005/01/16 17:52:53+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/16 11:54:05-05:00 handhelds.org!kergoth
Add ChangeLog entries to the libxrandr and damageext automake 1.9.x patches.
2005/01/16 17:52:43+01:00 uni-frankfurt.de!mickeyl
make gpsd-2.6 work, sanitize, and call older gpsd
2005/01/16 11:49:27-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/16 11:49:19-05:00 handhelds.org!kergoth
Apply patch to the damageext configure script to make it buildable with automake 1.9 and higher.
2005/01/16 17:35:42+01:00 uni-frankfurt.de!mickeyl
update pylinda to 0.4
BKrev: 41eaa6f79U-clYVe-ZNzRsRbjTNblw
Diffstat (limited to 'packages/xfont/xfont_1.4.2.bb')
-rw-r--r-- | packages/xfont/xfont_1.4.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xfont/xfont_1.4.2.bb b/packages/xfont/xfont_1.4.2.bb index a709e86092..187d355118 100644 --- a/packages/xfont/xfont_1.4.2.bb +++ b/packages/xfont/xfont_1.4.2.bb @@ -3,10 +3,11 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto xtrans zlib" DESCRIPTION = "X font library (used by the X server)." -PR = "r1" +PR = "r2" SRC_URI = "${XLIBS_MIRROR}/libXfont-${PV}.tar.bz2 \ - file://scalable.patch;patch=1" + file://scalable.patch;patch=1 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/libXfont-${PV}" inherit autotools pkgconfig |