From f2893b80cffc46dad57864eb78b563f0876e6811 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 2 Aug 2010 10:19:42 +0000 Subject: 500+ recipes: remove do_stage This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks Acked-by: Koen Kooi Acked-by: Michael 'Mickey' Lauer --- recipes/vnc/libvncserver_0.9.1.bb | 3 --- recipes/vnc/libvncserver_0.9.bb | 4 ---- 2 files changed, 7 deletions(-) (limited to 'recipes/vnc') 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} -- cgit v1.2.3