From: Frans Meulenbroeks Date: Sat, 1 Jul 2006 15:29:41 +0000 (+0000) Subject: ircp: added EXTRA_OECONF="--prefix=${D}" to bb file to make it work X-Git-Tag: Release-2010-05/1~9453^2~1385^2~1^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f600e2487c6dc000c1ba50f67c0c7a015eb2046f;p=openembedded.git ircp: added EXTRA_OECONF="--prefix=${D}" to bb file to make it work --- diff --git a/packages/ircp/ircp_0.3.bb b/packages/ircp/ircp_0.3.bb index 7f65f0b870..1e17b87bed 100644 --- a/packages/ircp/ircp_0.3.bb +++ b/packages/ircp/ircp_0.3.bb @@ -1,7 +1,11 @@ DEPENDS = "openobex" LICENSE = "GPL" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/ircp-${PV}.tar.gz" +EXTRA_OECONF="--prefix=${D}" + + inherit autotools