From: Richard Purdie Date: Thu, 30 Sep 2010 16:59:19 +0000 (+0100) Subject: pong-clock: Fix LICENSE field X-Git-Tag: 2011-1~4422 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=041fe173cc1bc54cd290835a9e146330f5c889c4;p=openembedded-core.git pong-clock: Fix LICENSE field Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index 571a90dbd3..8d3659ff91 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A clock combined with a game of pong" -LICENCE = "GPLv2" +LICENSE = "GPLv2+" DEPENDS = "virtual/libx11 xdmcp xau" SRC_URI = "file://pong-clock-no-flicker.c" @@ -13,4 +13,4 @@ do_compile () { do_install () { install -d ${D}${bindir} install -m 0755 pong-clock ${D}${bindir} -} \ No newline at end of file +}