diff options
Diffstat (limited to 'recipes/aoetools')
-rw-r--r-- | recipes/aoetools/aoetools_29.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/aoetools/aoetools_29.bb b/recipes/aoetools/aoetools_29.bb new file mode 100644 index 0000000000..f98881cd6c --- /dev/null +++ b/recipes/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 |