conserver 8.1.2: Use EXTRA_OEMAKE to change the install command so that it
authorJamie Lenehan <lenehan@twibble.org>
Wed, 5 Jul 2006 02:32:39 +0000 (02:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Jul 2006 02:32:39 +0000 (02:32 +0000)
does not try and call the host strip command in do_install.

packages/conserver/conserver_8.1.2.bb

index b3f57b5..b59d8c8 100644 (file)
@@ -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"