diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-13 23:03:50 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-13 23:03:50 +0000 |
commit | 4f33868fc4343468fae5cdac44d23b9f57927526 (patch) | |
tree | e30e40997aac71d677ed1c61f1a9090ca3fb7fe2 /fakeconnect | |
parent | a78c0def40146002e2e676cfb5d25fbd94f93296 (diff) |
split_ipk_feeds.oeclass: Rebuild Packages before each run
BKrev: 416db456-4Y7PrIXeb8-tacCSQP3Sg
Diffstat (limited to 'fakeconnect')
-rw-r--r-- | fakeconnect/fakeconnect_1.2.1.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fakeconnect/fakeconnect_1.2.1.oe b/fakeconnect/fakeconnect_1.2.1.oe index e69de29bb2..1dd6f91c95 100644 --- a/fakeconnect/fakeconnect_1.2.1.oe +++ b/fakeconnect/fakeconnect_1.2.1.oe @@ -0,0 +1,9 @@ +SECTION = "console/network" +DESCRIPTION = "FakeConnect is a application/network stress-test program." +LICENSE = "BSD" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "http://www.hostname.org/fake_connect/fakeconnect-${PV}.tar.gz" +S = "${WORKDIR}/fakeconnect-${PV}" + +inherit autotools |