setpwc, mdadm, wakelan, xinetd: inhibit autotools staging (not required)
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:01:33 +0000 (02:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:01:33 +0000 (02:01 +0000)
 - mdadm all - mdadm.inc
 - setpwc 0.9
 - wakelan 1.1
 - xinetd 2.3.13

packages/mdadm/mdadm.inc
packages/mdadm/mdadm_1.12.0.bb
packages/setpwc/setpwc_0.9.bb
packages/wakelan/wakelan_1.1.bb
packages/xinetd/xinetd_2.3.13.bb

index 977095c..25a4a5e 100644 (file)
@@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2"
 
 inherit autotools
 
+INHIBIT_AUTO_STAGE = "1"
 
 do_install() {
        export STRIP=""
index 454c5d3..f41b36f 100644 (file)
@@ -1,4 +1,4 @@
 include mdadm.inc
-PR = "r1"
+PR = "r2"
 
 SRC_URI += " file://build_flags.patch;patch=1 "
index 595e2ab..67904da 100644 (file)
@@ -4,13 +4,15 @@ PRIORITY = "optional"
 MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
 HOMEPAGE = "http://www.vanheusden.com/setpwc/"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.vanheusden.com/setpwc/setpwc-${PV}.tgz \
           file://Makefile.patch;patch=1"
 
 inherit autotools
 
+INHIBIT_AUTO_STAGE = "1"
+
 do_install() {
        install -d ${D}${bindir}
        install -m 0755 ${S}/setpwc ${D}${bindir}/setpwc
index 98b19c9..34b14c8 100644 (file)
@@ -1,13 +1,15 @@
 LICENSE = "GPL"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
 DESCRIPTION = "Wakelan sends a magic packet to wake up remote PC's"
-PR = "r1"
+PR = "r2"
 
 FILES = "${bindir}/wakelan"
 SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/misc/${PN}-${PV}.tar.gz"
 
 inherit autotools
 
+INHIBIT_AUTO_STAGE = "1"
+
 do_install () {
        install -d ${D}${bindir}
        install -m 0755 ${WORKDIR}/${PN}-${PV}/wakelan ${D}${bindir}/wakelan
index b0643c7..699667c 100644 (file)
@@ -1,7 +1,7 @@
 DEPENDS = ""
 DESCRIPTION = "Highly configurable, modular and secure inetd"
 MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
-PR="r2"
+PR="r3"
 
 SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
          file://xinetd.init \
@@ -21,6 +21,8 @@ do_configure() {
        oe_runconf
 }
 
+INHIBIT_AUTO_STAGE = "1"
+
 do_install() {
        # Same here, the Makefile does some really stupid things,
        # but since we only want two files why not override