From 8bd6a06c8802853662a87d399e3e520ce1563ca2 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 5 Jul 2006 02:32:39 +0000 Subject: 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. --- packages/conserver/conserver_8.1.2.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3