conserver 8.1.14: Add the latest version of conserver.
authorJamie Lenehan <lenehan@twibble.org>
Wed, 5 Jul 2006 02:36:29 +0000 (02:36 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Jul 2006 02:36:29 +0000 (02:36 +0000)
packages/conserver/conserver.inc [new file with mode: 0644]
packages/conserver/conserver_8.1.14.bb [new file with mode: 0644]
packages/conserver/conserver_8.1.2.bb

diff --git a/packages/conserver/conserver.inc b/packages/conserver/conserver.inc
new file mode 100644 (file)
index 0000000..6677e0d
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Conserver provides remote access to serial port \
+consoles and logs all data to a central host."
+HOMEPAGE = "http://www.conserver.com/"
+SECTION = "console/network"
+LICENSE = "BSD"
+SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz"
+
+inherit autotools
+
+#
+# Stop install being called with -s so it doesn't try and run the host strip command
+#
+EXTRA_OEMAKE=" INSTALL_PROGRAM=install"
diff --git a/packages/conserver/conserver_8.1.14.bb b/packages/conserver/conserver_8.1.14.bb
new file mode 100644 (file)
index 0000000..a6259e3
--- /dev/null
@@ -0,0 +1,2 @@
+include conserver.inc
+PR="r0"
index b59d8c8..3b16ea5 100644 (file)
@@ -1,11 +1,2 @@
-DESCRIPTION = "Conserver provides remote access to serial port \
-consoles and logs all data to a central host."
-SECTION = "console/network"
-LICENSE = "BSD"
-SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz"
+include conserver.inc
 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"