diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-07-05 02:32:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-05 02:32:39 +0000 |
commit | 8bd6a06c8802853662a87d399e3e520ce1563ca2 (patch) | |
tree | ba0f52a7c4743da1e8df7bc9b75ca9315fb3e2df | |
parent | 77279b57053a1512ca7452c9480ec8679a3ffa92 (diff) |
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.
-rw-r--r-- | packages/conserver/conserver_8.1.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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" |