aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-05-19 16:33:42 +0100
committerKoen Kooi <koen@openembedded.org>2010-05-19 18:50:00 +0200
commit93e990fb4f4978f7ca636f297db96eed476eb918 (patch)
treef6e0d342399e808ffc98fa5fcf312a1c253e5efd /recipes
parentfa21428ef11bb9b13a276c113e533e951301ecec (diff)
downloadopenembedded-93e990fb4f4978f7ca636f297db96eed476eb918.tar.gz
xdotool: Change license to MIT
* COPYRIGHT text suggests MIT license Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xdotool/xdotool_1.20100416.2809.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xdotool/xdotool_1.20100416.2809.bb b/recipes/xdotool/xdotool_1.20100416.2809.bb
index 97e5d4299a..b62b897ddb 100644
--- a/recipes/xdotool/xdotool_1.20100416.2809.bb
+++ b/recipes/xdotool/xdotool_1.20100416.2809.bb
@@ -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}"