diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-02 12:06:40 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-02 12:06:40 +0900 |
commit | 5a671e99009f5b9b4b8aa5a83a2a503eb449d4b8 (patch) | |
tree | 32ad44fbdb7a4c6b7fbd88355783291046448a03 /recipes/atd/atd_0.70.bb | |
parent | fd476b2f6865c3a7488087bc2910ab2f0bdaf2c5 (diff) |
atd: fix spelling of LICENSE
Diffstat (limited to 'recipes/atd/atd_0.70.bb')
-rw-r--r-- | recipes/atd/atd_0.70.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/atd/atd_0.70.bb b/recipes/atd/atd_0.70.bb index 9862fac0dd..7f2193daca 100644 --- a/recipes/atd/atd_0.70.bb +++ b/recipes/atd/atd_0.70.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Lightweight At Daemon" SECTION = "base" -LICENSE = "GPLV2" +LICENSE = "GPLv2" RCONFLICTS = "at" RREPLACES = "at" -PR = "r4" +PR = "r5" SRC_URI = "${HANDHELDS_CVS};module=apps/atd;tag=ATD-0_70 \ file://atd-startup.patch;patch=1;pnum=0" |