* fixes: xdotool-1.20100416.2809: xdotool: Files/directories were installed but not shipped /usr/man /usr/man/man1 /usr/man/man1/xdotool.1
Signed-off-by: Martin Jansa <[email protected]> --- meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb index cb3f83c..4f13058 100644 --- a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb +++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb @@ -5,11 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2f9cbf7e9401cec8a38666a08851ce6b" SECTION = "x11" DEPENDS = "virtual/libx11 libxtst" +PR = "r1" + SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz" SRC_URI[md5sum] = "1d5be641e512c343abfe5f78b39e6f19" SRC_URI[sha256sum] = "42d7271fbc796e53db71bb221f311b9ff3c51d90a71c9487a9bd3101ca39894f" -EXTRA_OEMAKE = "PREFIX=${prefix}" +EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLMAN=${mandir}" do_install() { oe_runmake -e install DESTDIR=${D} PREFIX=${prefix} -- 1.8.0 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
