diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 03:15:46 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 03:15:46 +0000 |
commit | 72c947edd12ff87dcf825942138f30670e7e491a (patch) | |
tree | 10ca63bb530016597bbcdf6e8f46c948984c9a71 /packages/granule/granule.inc | |
parent | 05d19a45f4549cbbf576019eae137262323b11e4 (diff) |
divers: fix section "x11/apps" as per http://www.openembedded.org/user-manual&dpage=section_variable
Diffstat (limited to 'packages/granule/granule.inc')
-rw-r--r-- | packages/granule/granule.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/granule/granule.inc b/packages/granule/granule.inc index 7f211b3de1..4fa2db9b04 100644 --- a/packages/granule/granule.inc +++ b/packages/granule/granule.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Generic memory training with flash cards. Automatic scheduling algorithm." AUTHOR = "Vladislav Grinchenko <vlg@users.sourceforge.net>" HOMEPAGE = "http://granule.sf.net" -SECTION = "x11/apps" +SECTION = "x11/applications" PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "glib-2.0-native intltool-native gtkmm libxml2 libassa" |