diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/vnc | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
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.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 80751a8b25..b290b8307e 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;patch=1 \ - file://paths.patch;patch=1 \ - file://kernelinclude.patch;patch=1 \ - file://ipaq.patch;patch=1" + file://libvncs0.6.patch;apply=yes \ + file://paths.patch;apply=yes \ + file://kernelinclude.patch;apply=yes \ + file://ipaq.patch;apply=yes" S = "${WORKDIR}/fbvncserver-${PV}" diff --git a/recipes/vnc/fbvncserver_0.9.4.bb b/recipes/vnc/fbvncserver_0.9.4.bb index e1744f942b..96a851cd78 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;patch=1 \ - file://paths.patch;patch=1 \ - file://kernelinclude.patch;patch=1 \ - file://buildfix.patch;patch=1 \ - file://ipaq.patch;patch=1 \ + 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://init" S = "${WORKDIR}/fbvncserver-${PV}" diff --git a/recipes/vnc/libvncserver_0.9.1.bb b/recipes/vnc/libvncserver_0.9.1.bb index f23af16ffb..4ad60474e0 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;patch=1 \ - file://clientlogger.patch;patch=1 \ - file://autoreconf.patch;patch=1" + file://configure_ac.patch;apply=yes \ + file://clientlogger.patch;apply=yes \ + file://autoreconf.patch;apply=yes" 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 a7ecde75f6..e8feeb1f96 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;patch=1" + file://x11vnc-0.9.8-xshm-header-fix.patch;apply=yes" inherit autotools |