aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-lights/gpe-lights_0.13.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2011-01-07 15:06:05 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2011-05-03 17:05:05 +0200
commit4de1e9814a057661535b27aa2821953509289f86 (patch)
tree8fdd401d351d258b80eb122bfcbe4a1a9949fed0 /recipes/gpe-lights/gpe-lights_0.13.bb
parent839711d6ed090df0d0b1552687b45925dd551d19 (diff)
downloadopenembedded-4de1e9814a057661535b27aa2821953509289f86.tar.gz
gpe-lights: fix license
Signed-off-by: Florian Boor <florian@kernelconcepts.de>
Diffstat (limited to 'recipes/gpe-lights/gpe-lights_0.13.bb')
-rw-r--r--recipes/gpe-lights/gpe-lights_0.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-lights/gpe-lights_0.13.bb b/recipes/gpe-lights/gpe-lights_0.13.bb
index 1930ae980a..5968a61866 100644
--- a/recipes/gpe-lights/gpe-lights_0.13.bb
+++ b/recipes/gpe-lights/gpe-lights_0.13.bb
@@ -1,11 +1,11 @@
inherit gpe
-LICENSE = "PD"
+LICENSE = "GPLv2+"
DESCRIPTION = "A simple light puzzle."
DEPENDS = "gtk+ libgpewidget gpe-icons"
SECTION = "gpe/games"
PRIORITY = "optional"
-PR = "r1"
+PR = "r2"
SRC_URI += "file://fix-makefiles.patch"