diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-27 22:31:09 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-27 22:31:09 +0000 |
commit | 6afadfd8894b17863427fde0826b93a7a7845708 (patch) | |
tree | 8c5832fa3d825eaf48ab415ca814957c7f5d042d /fbi | |
parent | d73f924c8cd71e5ab38467d5ed7abece37fef5fe (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/28 00:25:57+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/28 00:25:48+02:00 uni-frankfurt.de!mickey
install more twin-headers into staging and fix twutils build
2004/07/27 23:36:33+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 19:14:19+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 14:39:09+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 01:26:16+02:00 uni-frankfurt.de!mickey
move fbi into nonworking until we find out how to disable curl and lirc dependencies with this odd buildsystem
2004/07/27 00:37:50+02:00 uni-frankfurt.de!mickey
add description to x86-uml and start with a native machine .conf
BKrev: 4106d7adAlvZr-woyMJcsbfTAE_yoA
Diffstat (limited to 'fbi')
-rw-r--r-- | fbi/fbi_1.31.oe | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fbi/fbi_1.31.oe b/fbi/fbi_1.31.oe deleted file mode 100644 index 814054ce4f..0000000000 --- a/fbi/fbi_1.31.oe +++ /dev/null @@ -1,10 +0,0 @@ -HOMEPAGE = "http://bytesex.org/fbi.html" -DESCRIPTION = "frame buffer image viewer" -DEPENDS = "jpeg" - -SRC_URI = "http://dl.bytesex.org/releases/fbida/fbi_${PV}.tar.gz" - -inherit autotools - -CFLAGS_append = " ${LDFLAGS}" -EXTRA_OECONF = "--disable-magick --without-x" |