diff options
-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" |