On 02/04/2012 03:14 AM, Khem Raj wrote:
On (04/02/12 00:10), Peter Tworek wrote:
Run tested on netbook pro.
Signed-off-by: Peter Tworek<[email protected]>
Acked-by: Paul Menzel<[email protected]>
---
meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-extended/tmux/tmux_1.6.bb
diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb
b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
new file mode 100644
index 0000000..fa58065
--- /dev/null
+++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Terminal multiplexer"
+HOMEPAGE = "http://tmux.sourceforge.net"
+SECTION = "console/utils"
+
+LICENSE = "ISC"
what is ISC license ? I thought tmux is more like BSD license here is
what I read in NOTES files
tmux is intended to be a simple, modern, BSD-licensed alternative....
Technically ISC is a BSD license [1]. Looking at the actual license text
in tmux [2] it seems that it uses exactly this license. OE-core seems to
also distinguish between BSD and ISC (meta/files/common-licenses/ISC),
so I decided to use it.
[1] http://en.wikipedia.org/wiki/ISC_license
[2]
http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/tmux.c?revision=2697&view=markup
/ptw
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel