diff options
Diffstat (limited to 'recipes/vnc')
-rw-r--r-- | recipes/vnc/fbvncserver-kmodule_0.9.4.bb | 8 | ||||
-rw-r--r-- | recipes/vnc/fbvncserver_0.9.4.bb | 10 | ||||
-rw-r--r-- | recipes/vnc/libvncserver_0.9.1.bb | 6 | ||||
-rw-r--r-- | recipes/vnc/x11vnc_0.9.8.bb | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/recipes/vnc/fbvncserver-kmodule_0.9.4.bb b/recipes/vnc/fbvncserver-kmodule_0.9.4.bb index b290b8307e..15a4102301 100644 --- a/recipes/vnc/fbvncserver-kmodule_0.9.4.bb +++ b/recipes/vnc/fbvncserver-kmodule_0.9.4.bb @@ -4,10 +4,10 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \ - file://libvncs0.6.patch;apply=yes \ - file://paths.patch;apply=yes \ - file://kernelinclude.patch;apply=yes \ - file://ipaq.patch;apply=yes" + file://libvncs0.6.patch \ + file://paths.patch \ + file://kernelinclude.patch \ + file://ipaq.patch" S = "${WORKDIR}/fbvncserver-${PV}" diff --git a/recipes/vnc/fbvncserver_0.9.4.bb b/recipes/vnc/fbvncserver_0.9.4.bb index 96a851cd78..7a913bbe47 100644 --- a/recipes/vnc/fbvncserver_0.9.4.bb +++ b/recipes/vnc/fbvncserver_0.9.4.bb @@ -7,11 +7,11 @@ RDEPENDS = "fbvncserver-kmodule libvncserver-storepasswd libvncserver-javaapplet PR = "r3" SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \ - file://libvncs0.6.patch;apply=yes \ - file://paths.patch;apply=yes \ - file://kernelinclude.patch;apply=yes \ - file://buildfix.patch;apply=yes \ - file://ipaq.patch;apply=yes \ + file://libvncs0.6.patch \ + file://paths.patch \ + file://kernelinclude.patch \ + file://buildfix.patch \ + file://ipaq.patch \ file://init" S = "${WORKDIR}/fbvncserver-${PV}" diff --git a/recipes/vnc/libvncserver_0.9.1.bb b/recipes/vnc/libvncserver_0.9.1.bb index 4ad60474e0..958f0a2069 100644 --- a/recipes/vnc/libvncserver_0.9.1.bb +++ b/recipes/vnc/libvncserver_0.9.1.bb @@ -10,9 +10,9 @@ PR = "r1" DEFAULT_PREFERENCE = "-1" SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz \ - file://configure_ac.patch;apply=yes \ - file://clientlogger.patch;apply=yes \ - file://autoreconf.patch;apply=yes" + file://configure_ac.patch \ + file://clientlogger.patch \ + file://autoreconf.patch" S = "${WORKDIR}/LibVNCServer-${PV}" # => create libvncserver only diff --git a/recipes/vnc/x11vnc_0.9.8.bb b/recipes/vnc/x11vnc_0.9.8.bb index e8feeb1f96..7374c1324a 100644 --- a/recipes/vnc/x11vnc_0.9.8.bb +++ b/recipes/vnc/x11vnc_0.9.8.bb @@ -7,7 +7,7 @@ DEPENDS = "openssl virtual/libx11 libxtst libxext avahi jpeg zlib" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz \ - file://x11vnc-0.9.8-xshm-header-fix.patch;apply=yes" + file://x11vnc-0.9.8-xshm-header-fix.patch" inherit autotools |