xdotool: Change license to MIT
authorRoger Monk <r-monk@ti.com>
Wed, 19 May 2010 15:33:42 +0000 (16:33 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 May 2010 16:50:00 +0000 (18:50 +0200)
* COPYRIGHT text suggests MIT license

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/xdotool/xdotool_1.20100416.2809.bb

index 97e5d42..b62b897 100644 (file)
@@ -1,10 +1,12 @@
 DESCRIPTION = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface"
 HOMEPAGE = "http://www.semicomplete.com/projects/xdotool"
-LICENSE = "GPL"
+LICENSE = "MIT"
 SECTION = "x11"
 PRIORITY = "optional"
 DEPENDS = "virtual/libx11 libxtst"
 
+PR = "1"
+
 SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz"
 
 EXTRA_OEMAKE = "PREFIX=${prefix}"