diff options
Diffstat (limited to 'recipes/vnc/libvncserver_0.9.1.bb')
-rw-r--r-- | recipes/vnc/libvncserver_0.9.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |