* [PATCH 1/8] eet: add LIC_FILES_CHKSUM
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
@ 2011-03-24 23:25 ` Martin Jansa
2011-03-24 23:25 ` [PATCH 2/8] evas: " Martin Jansa
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:25 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/eet.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/eet.inc b/meta-efl/recipes-efl/efl/eet.inc
index aacb878..5b8ccb2 100644
--- a/meta-efl/recipes-efl/efl/eet.inc
+++ b/meta-efl/recipes-efl/efl/eet.inc
@@ -1,6 +1,7 @@
DESCRIPTION = "EET is the Enlightenment data storage library"
DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4ca74999c2a19695474d532d2f2ac886"
inherit efl
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 2/8] evas: add LIC_FILES_CHKSUM
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
2011-03-24 23:25 ` [PATCH 1/8] eet: add LIC_FILES_CHKSUM Martin Jansa
@ 2011-03-24 23:25 ` Martin Jansa
2011-03-24 23:25 ` [PATCH 3/8] ecore: add LIC_FILES_CHKSUM and inherit gettext Martin Jansa
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:25 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/evas.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/evas.inc b/meta-efl/recipes-efl/efl/evas.inc
index bcb1984..3dbd072 100644
--- a/meta-efl/recipes-efl/efl/evas.inc
+++ b/meta-efl/recipes-efl/efl/evas.inc
@@ -1,5 +1,6 @@
DESCRIPTION = "Evas is the Enlightenment canvas API"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=702a085dc863c1c7c1e909db7175f5bf"
# can also depend on valgrind, libsdl-x11, directfb
DEPENDS = "librsvg eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig libfribidi giflib"
DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-native eet-native eina-native libfribidi-native"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 3/8] ecore: add LIC_FILES_CHKSUM and inherit gettext
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
2011-03-24 23:25 ` [PATCH 1/8] eet: add LIC_FILES_CHKSUM Martin Jansa
2011-03-24 23:25 ` [PATCH 2/8] evas: " Martin Jansa
@ 2011-03-24 23:25 ` Martin Jansa
2011-03-24 23:25 ` [PATCH 4/8] edbus: add LIC_FILES_CHKSUM Martin Jansa
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:25 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/ecore.inc | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc
index 6ff455f..89e578e 100644
--- a/meta-efl/recipes-efl/efl/ecore.inc
+++ b/meta-efl/recipes-efl/efl/ecore.inc
@@ -1,12 +1,13 @@
DESCRIPTION = "Ecore is the Enlightenment application framework library"
LICENSE = "MIT BSD"
-DEPENDS = "gettext-native virtual/libiconv tslib curl eet evas glib-2.0 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=cb293be68319f9fcb179d7f3daae5fbe"
+DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \
libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
-DEPENDS_virtclass-native = "eet-native evas-native"
+DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
# optional
# DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv"
-inherit efl
+inherit efl gettext
BBCLASSEXTEND = "native"
INC_PR = "r0"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 4/8] edbus: add LIC_FILES_CHKSUM
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (2 preceding siblings ...)
2011-03-24 23:25 ` [PATCH 3/8] ecore: add LIC_FILES_CHKSUM and inherit gettext Martin Jansa
@ 2011-03-24 23:25 ` Martin Jansa
2011-03-24 23:25 ` [PATCH 5/8] efreet: " Martin Jansa
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:25 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/edbus.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc
index 641f04a..8fe64d0 100644
--- a/meta-efl/recipes-efl/efl/edbus.inc
+++ b/meta-efl/recipes-efl/efl/edbus.inc
@@ -1,6 +1,7 @@
DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
DEPENDS = "dbus ecore"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c36b278587b5b7ac1f73c20b60212778"
inherit efl
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 5/8] efreet: add LIC_FILES_CHKSUM
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (3 preceding siblings ...)
2011-03-24 23:25 ` [PATCH 4/8] edbus: add LIC_FILES_CHKSUM Martin Jansa
@ 2011-03-24 23:25 ` Martin Jansa
2011-03-24 23:26 ` [PATCH 6/8] eeze: " Martin Jansa
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:25 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/efreet.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/efreet.inc b/meta-efl/recipes-efl/efl/efreet.inc
index 98fcb0a..227b620 100644
--- a/meta-efl/recipes-efl/efl/efreet.inc
+++ b/meta-efl/recipes-efl/efl/efreet.inc
@@ -1,6 +1,7 @@
DESCRIPTION = "The Enlightenment freedesktop.org library"
DEPENDS = "ecore"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=49e56d2cc74d0b06fce18906e6ebc9ae"
inherit efl
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 6/8] eeze: add LIC_FILES_CHKSUM
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (4 preceding siblings ...)
2011-03-24 23:25 ` [PATCH 5/8] efreet: " Martin Jansa
@ 2011-03-24 23:26 ` Martin Jansa
2011-03-24 23:26 ` [PATCH 7/8] edje: " Martin Jansa
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/eeze.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/eeze.inc b/meta-efl/recipes-efl/efl/eeze.inc
index d8abfc1..133f2d3 100644
--- a/meta-efl/recipes-efl/efl/eeze.inc
+++ b/meta-efl/recipes-efl/efl/eeze.inc
@@ -1,5 +1,6 @@
DESCRIPTION = "Eeze is a library to simplify the use of devices"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5388f2e926064f899c2481629ec3de18"
DEPENDS = "ecore udev"
inherit efl
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 7/8] edje: add LIC_FILES_CHKSUM
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (5 preceding siblings ...)
2011-03-24 23:26 ` [PATCH 6/8] eeze: " Martin Jansa
@ 2011-03-24 23:26 ` Martin Jansa
2011-03-24 23:26 ` [PATCH 8/8] e-wm: add LIC_FILES_CHKSUM and inherit gettext Martin Jansa
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/edje.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc
index c69314f..9d4d222 100644
--- a/meta-efl/recipes-efl/efl/edje.inc
+++ b/meta-efl/recipes-efl/efl/edje.inc
@@ -3,6 +3,7 @@ DEPENDS = "lua5.1 eet evas ecore embryo edje-native"
DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native"
DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1f2d83425ec8dfae5cd77f8ce52e872c"
inherit efl
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 8/8] e-wm: add LIC_FILES_CHKSUM and inherit gettext
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (6 preceding siblings ...)
2011-03-24 23:26 ` [PATCH 7/8] edje: " Martin Jansa
@ 2011-03-24 23:26 ` Martin Jansa
2011-03-25 0:25 ` [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Khem Raj
2011-03-25 7:34 ` Koen Kooi
9 siblings, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2011-03-24 23:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/e17/e-wm_svn.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index b7ce1b1..baed233 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -1,12 +1,13 @@
DESCRIPTION = "The Enlightenment Window Manager Version 17"
DEPENDS = "eet evas ecore edje efreet edbus eeze"
LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f523ab5986cc79b52a90d2ac3d5454a2"
SRCNAME = "e"
PV = "0.16.999.060+svnr${SRCPV}"
PR = "r19"
SRCREV = "${EFL_SRCREV}"
-inherit e update-alternatives
+inherit e update-alternatives gettext
S = "${WORKDIR}/${SRCNAME}"
SRC_URI = "\
--
1.7.4.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (7 preceding siblings ...)
2011-03-24 23:26 ` [PATCH 8/8] e-wm: add LIC_FILES_CHKSUM and inherit gettext Martin Jansa
@ 2011-03-25 0:25 ` Khem Raj
2011-03-25 7:34 ` Koen Kooi
9 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2011-03-25 0:25 UTC (permalink / raw)
To: openembedded-devel; +Cc: Martin Jansa
On Thu, Mar 24, 2011 at 4:25 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> e-wm compiled fine now with few extra BBCLASSEXTEND in oe-core
>
> Pull URL: git://gitorious.org/shr/meta-openembedded.git
> Branch: jama/license
> Browse: http://gitorious.org/shr/meta-openembedded/commits/jama/license
>
> Thanks,
> Martin Jansa <Martin.Jansa@gmail.com>
whole seried looks ok
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
>
>
> Martin Jansa (8):
> eet: add LIC_FILES_CHKSUM
> evas: add LIC_FILES_CHKSUM
> ecore: add LIC_FILES_CHKSUM and inherit gettext
> edbus: add LIC_FILES_CHKSUM
> efreet: add LIC_FILES_CHKSUM
> eeze: add LIC_FILES_CHKSUM
> edje: add LIC_FILES_CHKSUM
> e-wm: add LIC_FILES_CHKSUM and inherit gettext
>
> meta-efl/recipes-efl/e17/e-wm_svn.bb | 3 ++-
> meta-efl/recipes-efl/efl/ecore.inc | 7 ++++---
> meta-efl/recipes-efl/efl/edbus.inc | 1 +
> meta-efl/recipes-efl/efl/edje.inc | 1 +
> meta-efl/recipes-efl/efl/eet.inc | 1 +
> meta-efl/recipes-efl/efl/eeze.inc | 1 +
> meta-efl/recipes-efl/efl/efreet.inc | 1 +
> meta-efl/recipes-efl/efl/evas.inc | 1 +
> 8 files changed, 12 insertions(+), 4 deletions(-)
>
> --
> 1.7.4.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build
2011-03-24 23:25 [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Martin Jansa
` (8 preceding siblings ...)
2011-03-25 0:25 ` [PATCH 0/8] [meta-oe] remaining set of LIC_FILES_CHKSUMs for e-wm build Khem Raj
@ 2011-03-25 7:34 ` Koen Kooi
9 siblings, 0 replies; 11+ messages in thread
From: Koen Kooi @ 2011-03-25 7:34 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-03-11 00:25, Martin Jansa wrote:
> e-wm compiled fine now with few extra BBCLASSEXTEND in oe-core
>
> Pull URL: git://gitorious.org/shr/meta-openembedded.git
> Branch: jama/license
> Browse: http://gitorious.org/shr/meta-openembedded/commits/jama/license
>
> Thanks,
> Martin Jansa <Martin.Jansa@gmail.com>
Merged into master, thanks!
> ---
>
>
> Martin Jansa (8):
> eet: add LIC_FILES_CHKSUM
> evas: add LIC_FILES_CHKSUM
> ecore: add LIC_FILES_CHKSUM and inherit gettext
> edbus: add LIC_FILES_CHKSUM
> efreet: add LIC_FILES_CHKSUM
> eeze: add LIC_FILES_CHKSUM
> edje: add LIC_FILES_CHKSUM
> e-wm: add LIC_FILES_CHKSUM and inherit gettext
>
> meta-efl/recipes-efl/e17/e-wm_svn.bb | 3 ++-
> meta-efl/recipes-efl/efl/ecore.inc | 7 ++++---
> meta-efl/recipes-efl/efl/edbus.inc | 1 +
> meta-efl/recipes-efl/efl/edje.inc | 1 +
> meta-efl/recipes-efl/efl/eet.inc | 1 +
> meta-efl/recipes-efl/efl/eeze.inc | 1 +
> meta-efl/recipes-efl/efl/efreet.inc | 1 +
> meta-efl/recipes-efl/efl/evas.inc | 1 +
> 8 files changed, 12 insertions(+), 4 deletions(-)
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNjEV9MkyGM64RGpERAltSAKCeD41sPU1eQssTI4Nu1fMpW2Lw/gCaAn1L
lghIXdSxuxf+6phf4WRe3tQ=
=SG0/
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 11+ messages in thread