diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:16:37 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:16:37 +0000 |
commit | e5675fd47e28484aa3a55b5410becc9cbd1daa38 (patch) | |
tree | 3f26e5b895a30e8f845103a75105e89cae27b9db /packages/genlist | |
parent | 989f83cbab6e0c9a39750da588133478377fea0c (diff) |
genlist: fix SECTION
Diffstat (limited to 'packages/genlist')
-rw-r--r-- | packages/genlist/genlist.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/genlist/genlist.bb b/packages/genlist/genlist.bb index 467a5ee7bd..6c8695228b 100644 --- a/packages/genlist/genlist.bb +++ b/packages/genlist/genlist.bb @@ -1,14 +1,15 @@ -SECTION = "utility" DESCRIPTION = "IP Address List Generator" +SECTION = "utils" +LICENSE = "GPL" +PR = "r1" SRC_URI = "file://genlist.c \ file://Makefile" DEFAULT_PREFERENCE="-1" - S = "${WORKDIR}" -LICENSE = "GPL" + do_compile() { oe_runmake all } |