diff options
Diffstat (limited to 'fbvncserver/fbvncserver-kmodule_0.9.4.oe')
-rw-r--r-- | fbvncserver/fbvncserver-kmodule_0.9.4.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fbvncserver/fbvncserver-kmodule_0.9.4.oe b/fbvncserver/fbvncserver-kmodule_0.9.4.oe index 2947d790af..3860f7848c 100644 --- a/fbvncserver/fbvncserver-kmodule_0.9.4.oe +++ b/fbvncserver/fbvncserver-kmodule_0.9.4.oe @@ -1,9 +1,9 @@ DESCRIPTION = "framebuffer VNC server keyboard events module" SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \ - file://${FILESDIR}/libvncs0.6.patch;patch=1 \ - file://${FILESDIR}/paths.patch;patch=1 \ - file://${FILESDIR}/kernelinclude.patch;patch=1" + file://libvncs0.6.patch;patch=1 \ + file://paths.patch;patch=1 \ + file://kernelinclude.patch;patch=1" S = "${WORKDIR}/fbvncserver-${PV}" |