diff options
author | Roger Monk <r-monk@ti.com> | 2010-05-19 16:33:42 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-19 18:50:00 +0200 |
commit | 93e990fb4f4978f7ca636f297db96eed476eb918 (patch) | |
tree | f6e0d342399e808ffc98fa5fcf312a1c253e5efd /recipes/xdotool | |
parent | fa21428ef11bb9b13a276c113e533e951301ecec (diff) |
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/xdotool')
-rw-r--r-- | recipes/xdotool/xdotool_1.20100416.2809.bb | 4 |
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}" |