aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"