summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/pong-clock/pong-clock_1.0.bb')
-rw-r--r--meta/recipes-graphics/pong-clock/pong-clock_1.0.bb4
1 files changed, 2 insertions, 2 deletions
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
+}