diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-04 23:34:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-04 23:34:12 +0000 |
commit | 26a404a68880807dcda19b269498efcf3945685e (patch) | |
tree | 7b7f8b7fba694ab6265beca5838fdc826dc81f23 | |
parent | 39e9a18d17d516010ecbfe6d318dbf93a77a5bae (diff) |
Merge http://openembedded.bkbits.net/packages
into beast.local:/home/kergoth/code/packages
2004/06/04 19:34:01-04:00 local!kergoth
Kill off no longer necessary nonworking atk 1.5.1 build.
BKrev: 40c106f4oR3eiulfmexYBco3J1Bf4A
-rw-r--r-- | nonworking/atk/atk-1.5.1/m4.patch | 0 | ||||
-rw-r--r-- | nonworking/atk/atk_1.5.1.oe | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/nonworking/atk/atk-1.5.1/m4.patch b/nonworking/atk/atk-1.5.1/m4.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/atk/atk-1.5.1/m4.patch +++ /dev/null diff --git a/nonworking/atk/atk_1.5.1.oe b/nonworking/atk/atk_1.5.1.oe deleted file mode 100644 index 04350291b4..0000000000 --- a/nonworking/atk/atk_1.5.1.oe +++ /dev/null @@ -1,12 +0,0 @@ -DEPENDS = glib-2.0 - -SRC_URI = http://ftp.gnome.org/pub/gnome/sources/atk/1.5/atk-${PV}.tar.bz2 \ - file://${FILESDIR}/m4.patch;patch=1 - -inherit autotools libtool - -EXTRA_OECONF = '--disable-glibtest' - -CFLAGS_append = ' -I${STAGING_INCDIR}/glib-2.0 \ - -I${STAGING_INCDIR}/glib-2.0/glib \ - -I${STAGING_INCDIR}/glib-2.0/gobject' |