diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-01 17:21:29 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-01 17:21:29 +0000 |
commit | 22ab2a4ce2090db93fe233984f6d15a5776084fd (patch) | |
tree | c306e5cf40a602e6e5c3a6608b87487be5b0d565 /packages/aoetools | |
parent | e0fd18f3298b71f5aa6107975feae7c9e09f588c (diff) |
aoetools: Add package, ATA over ethernet userspace utilities
Diffstat (limited to 'packages/aoetools')
-rw-r--r-- | packages/aoetools/aoetools_29.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/aoetools/aoetools_29.bb b/packages/aoetools/aoetools_29.bb new file mode 100644 index 0000000000..f98881cd6c --- /dev/null +++ b/packages/aoetools/aoetools_29.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "ATA over Ethernet Tools" +SECTION = "console/network" +RRECOMMENDS = "kernel-module-aoe" +PR = "r0" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools |