summaryrefslogtreecommitdiffstats
path: root/recipes/vnc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/vnc
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/vnc')
-rw-r--r--recipes/vnc/fbvncserver-kmodule_0.9.4.bb8
-rw-r--r--recipes/vnc/fbvncserver_0.9.4.bb10
-rw-r--r--recipes/vnc/libvncserver_0.9.1.bb6
-rw-r--r--recipes/vnc/x11vnc_0.9.8.bb2
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