[oe] [meta-oe][PATCH v3] tmux: Add initial recipe for version 1.6.

Peter Tworek tworaz666 at gmail.com
Sat Feb 4 09:55:28 UTC 2012


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<tworaz666 at gmail.com>
>> Acked-by: Paul Menzel<paulepanter at users.sourceforge.net>
>> ---
>>   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




More information about the Openembedded-devel mailing list