summaryrefslogtreecommitdiffstats
path: root/package/xdotool
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xdotool: needs MMU supportErico Nunes2016-02-051-0/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/d750919a0d5cfb624937c72253651a431212e238 Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xdotool: new packageErico Nunes2015-12-293-0/+37
xdotool is a command-line X11 automation tool. http://www.semicomplete.com/projects/xdotool [Thomas: - fix <pkg>_LICENSE, as noticed by Baruch - use $(TARGET_MAKE_ENV).] Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud