From: Jamie Lenehan Date: Wed, 5 Jul 2006 02:32:39 +0000 (+0000) Subject: conserver 8.1.2: Use EXTRA_OEMAKE to change the install command so that it X-Git-Tag: Release-2010-05/1~9453^2~1345^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd6a06c8802853662a87d399e3e520ce1563ca2;p=openembedded.git conserver 8.1.2: Use EXTRA_OEMAKE to change the install command so that it does not try and call the host strip command in do_install. --- diff --git a/packages/conserver/conserver_8.1.2.bb b/packages/conserver/conserver_8.1.2.bb index b3f57b544c..b59d8c8faa 100644 --- a/packages/conserver/conserver_8.1.2.bb +++ b/packages/conserver/conserver_8.1.2.bb @@ -3,5 +3,9 @@ consoles and logs all data to a central host." SECTION = "console/network" LICENSE = "BSD" SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz" +PR="r1" inherit autotools + +# Stop install being called with -s so it doesn't try and run the host strip command +EXTRA_OEMAKE=" INSTALL_PROGRAM=install"