From 86f30b56959077b7b3f2b38f0e3bff5a379728ce Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 16 Jan 2005 17:40:07 +0000 Subject: 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 --- packages/damageext/damageext_1.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'packages/damageext/damageext_1.0.bb') diff --git a/packages/damageext/damageext_1.0.bb b/packages/damageext/damageext_1.0.bb index e69de29bb2..61396e11e6 100644 --- a/packages/damageext/damageext_1.0.bb +++ b/packages/damageext/damageext_1.0.bb @@ -0,0 +1,18 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +DEPENDS = "xextensions fixesext" +DESCRIPTION = "X Damage extension headers and specification" +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/damageext-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} -- cgit v1.2.3