diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-02 15:41:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:51 +0100 |
commit | f7d587f440904f27fbfcc87fc1c795841ce7a85b (patch) | |
tree | 359f2b9eb1f8e5c01730f8d97c3a962447cc4b19 /meta-efl/recipes-efl | |
parent | be590b22da4cbba9f26c77fb7aba4332aea13d3f (diff) | |
download | meta-openembedded-f7d587f440904f27fbfcc87fc1c795841ce7a85b.tar.gz |
news: fix LICENSE and add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/news_svn.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb index e45cd44c0..9b89d8031 100644 --- a/meta-efl/recipes-efl/e17/news_svn.bb +++ b/meta-efl/recipes-efl/e17/news_svn.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "GPL-2.0" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
3 | |||
2 | PV = "0.1.0+svnr${SRCPV}" | 4 | PV = "0.1.0+svnr${SRCPV}" |
3 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
4 | 6 | ||
@@ -8,6 +10,3 @@ do_configure_prepend() { | |||
8 | sed -i -e /po/d configure.ac | 10 | sed -i -e /po/d configure.ac |
9 | sed -i -e s:\ po::g Makefile.am | 11 | sed -i -e s:\ po::g Makefile.am |
10 | } | 12 | } |
11 | |||
12 | |||
13 | |||