diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:15:39 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:15:39 +0000 |
commit | 989f83cbab6e0c9a39750da588133478377fea0c (patch) | |
tree | 2b8ecaaa5ed8dda804a320d3f9afa3d935e6f2dd /packages/sccd/sccd_1.0.bb | |
parent | 5fec508baeba8b54b2e8a17d717ae51ddeae8803 (diff) |
sccd: fix SECTION
Diffstat (limited to 'packages/sccd/sccd_1.0.bb')
-rw-r--r-- | packages/sccd/sccd_1.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/sccd/sccd_1.0.bb b/packages/sccd/sccd_1.0.bb index e9c80360d6..5eeaeef343 100644 --- a/packages/sccd/sccd_1.0.bb +++ b/packages/sccd/sccd_1.0.bb @@ -1,8 +1,7 @@ -SECTION = "utility" DECSCRIPTION = "StorCenter Control Daemon - controls the leds, fans, softpower" +SECTION = "utils" LICENSE = "BSD" - -PR = "r2" +PR = "r3" SRC_URI = "file://scc.h \ file://scc.c \ |