aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vnc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vnc')
-rw-r--r--recipes/vnc/libvncserver_0.9.1.bb3
-rw-r--r--recipes/vnc/libvncserver_0.9.bb4
2 files changed, 0 insertions, 7 deletions
diff --git a/recipes/vnc/libvncserver_0.9.1.bb b/recipes/vnc/libvncserver_0.9.1.bb
index 958f0a2069..ad4f4039eb 100644
--- a/recipes/vnc/libvncserver_0.9.1.bb
+++ b/recipes/vnc/libvncserver_0.9.1.bb
@@ -19,9 +19,6 @@ S = "${WORKDIR}/LibVNCServer-${PV}"
EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
inherit autotools
-do_stage() {
- autotools_stage_all
-}
SRC_URI[md5sum] = "aa00efc3dabde82fde9509bfbab0aba4"
SRC_URI[sha256sum] = "0fbda7fc37c1f360bdbeb586e48d6203a5ef56a8cfc3b78887d7d90db683f282"
diff --git a/recipes/vnc/libvncserver_0.9.bb b/recipes/vnc/libvncserver_0.9.bb
index 16a4cb1923..9001457be2 100644
--- a/recipes/vnc/libvncserver_0.9.bb
+++ b/recipes/vnc/libvncserver_0.9.bb
@@ -13,10 +13,6 @@ S = "${WORKDIR}/LibVNCServer-${PV}"
inherit autotools
-do_stage() {
- autotools_stage_all
-}
-
do_install_append() {
install -d ${D}${bindir}
install -m 0755 examples/storepasswd ${D}${bindir}