mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
pong-clock: Fix LICENSE field
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user