From: John Bowler Date: Tue, 3 Jan 2006 02:07:30 +0000 (+0000) Subject: puppy: inhibit autotools stage in puppy 1.11 X-Git-Tag: Release-2010-05/1~9453^2~2787 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51e4a61d7ef89f28ad0b4cc7277d38e44730c15;p=openembedded.git puppy: inhibit autotools stage in puppy 1.11 --- diff --git a/packages/puppy/puppy_1.11.bb b/packages/puppy/puppy_1.11.bb index d82b673864..89c8dc4317 100644 --- a/packages/puppy/puppy_1.11.bb +++ b/packages/puppy/puppy_1.11.bb @@ -4,13 +4,15 @@ PRIORITY = "optional" MAINTAINER = "NSLU2 Linux " HOMEPAGE = "http://sf.net/projects/puppy/" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_11" S = "${WORKDIR}/puppy" inherit autotools +INHIBIT_AUTO_STAGE = "1" + do_install() { install -d ${D}${bindir} install -m 0755 ${S}/puppy ${D}${bindir}/puppy