aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-11-01 14:42:38 +0100
committerKoen Kooi <koen@openembedded.org>2010-11-01 14:43:32 +0100
commitff4946312f3de964b5bbc794019e9b23f6bda06b (patch)
treea2adabb93716ee320e19493255c7edd6c60aa849
parenta9701212ca459be9712f50becf35416f2dac46ca (diff)
downloadopenembedded-ff4946312f3de964b5bbc794019e9b23f6bda06b.tar.gz
angstrom: fix licensing for angstrom recipes
tasks and hacks are all MIT, mkcard is GPLv2
-rw-r--r--recipes/angstrom/angstrom-feed-configs.bb1
-rw-r--r--recipes/angstrom/angstrom-gdm-autologin-hack.bb1
-rw-r--r--recipes/angstrom/angstrom-gpe-task-apps.bb1
-rw-r--r--recipes/angstrom/angstrom-gpe-task-base.bb1
-rw-r--r--recipes/angstrom/angstrom-gpe-task-game.bb1
-rw-r--r--recipes/angstrom/angstrom-gpe-task-pim.bb1
-rw-r--r--recipes/angstrom/angstrom-gpe-task-settings.bb1
-rw-r--r--recipes/angstrom/angstrom-led-config.bb1
-rw-r--r--recipes/angstrom/angstrom-libc-fixup-hack.bb1
-rw-r--r--recipes/angstrom/angstrom-ohand-task-pim.bb1
-rw-r--r--recipes/angstrom/angstrom-task-office.bb1
-rw-r--r--recipes/angstrom/angstrom-task-printing.bb1
-rw-r--r--recipes/angstrom/angstrom-task-sectest.bb1
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts.bb1
-rw-r--r--recipes/angstrom/angstrom-x11-base-depends.bb1
-rw-r--r--recipes/angstrom/angstrom-zeroconf-audio.bb1
-rw-r--r--recipes/angstrom/epiphany-firefox-replacement.bb1
-rw-r--r--recipes/angstrom/omap3-mkcard.bb1
-rw-r--r--recipes/angstrom/task-angstrom-e.bb1
19 files changed, 19 insertions, 0 deletions
diff --git a/recipes/angstrom/angstrom-feed-configs.bb b/recipes/angstrom/angstrom-feed-configs.bb
index cad2b8b2f2..96a6e472ea 100644
--- a/recipes/angstrom/angstrom-feed-configs.bb
+++ b/recipes/angstrom/angstrom-feed-configs.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Configuration files for online package repositories aka feeds"
+LICENSE = "MIT"
RRECOMMENDS_${PN} += "opkg"
diff --git a/recipes/angstrom/angstrom-gdm-autologin-hack.bb b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
index c110af2ce5..607eb61eb1 100644
--- a/recipes/angstrom/angstrom-gdm-autologin-hack.bb
+++ b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Append Autologin to GDM config (custom.conf)"
+LICENSE = "MIT"
PR = "r1"
PACKAGE_ARCH = "all"
diff --git a/recipes/angstrom/angstrom-gpe-task-apps.bb b/recipes/angstrom/angstrom-gpe-task-apps.bb
index 0a4b1309da..a639b1450b 100644
--- a/recipes/angstrom/angstrom-gpe-task-apps.bb
+++ b/recipes/angstrom/angstrom-gpe-task-apps.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r32"
inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-base.bb b/recipes/angstrom/angstrom-gpe-task-base.bb
index 7e22295491..91e0912b17 100644
--- a/recipes/angstrom/angstrom-gpe-task-base.bb
+++ b/recipes/angstrom/angstrom-gpe-task-base.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r40"
inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-game.bb b/recipes/angstrom/angstrom-gpe-task-game.bb
index beca89cdbc..7858cbbfae 100644
--- a/recipes/angstrom/angstrom-gpe-task-game.bb
+++ b/recipes/angstrom/angstrom-gpe-task-game.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r32"
inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-pim.bb b/recipes/angstrom/angstrom-gpe-task-pim.bb
index fc0b4109f4..e93980faf9 100644
--- a/recipes/angstrom/angstrom-gpe-task-pim.bb
+++ b/recipes/angstrom/angstrom-gpe-task-pim.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r32"
inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-settings.bb b/recipes/angstrom/angstrom-gpe-task-settings.bb
index 3e08d9c7e1..5300fdc504 100644
--- a/recipes/angstrom/angstrom-gpe-task-settings.bb
+++ b/recipes/angstrom/angstrom-gpe-task-settings.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r36"
inherit task
diff --git a/recipes/angstrom/angstrom-led-config.bb b/recipes/angstrom/angstrom-led-config.bb
index 66b1bda5ae..0f831d17bc 100644
--- a/recipes/angstrom/angstrom-led-config.bb
+++ b/recipes/angstrom/angstrom-led-config.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Configuration files for runtime LED configuration"
+LICENSE = "MIT"
#PV = "${DISTRO_VERSION}"
PR = "r9"
diff --git a/recipes/angstrom/angstrom-libc-fixup-hack.bb b/recipes/angstrom/angstrom-libc-fixup-hack.bb
index bf4339a031..cea259e71a 100644
--- a/recipes/angstrom/angstrom-libc-fixup-hack.bb
+++ b/recipes/angstrom/angstrom-libc-fixup-hack.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Fixup some miscompiled apps by making an extra symlink"
+LICENSE = "MIT"
PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"
diff --git a/recipes/angstrom/angstrom-ohand-task-pim.bb b/recipes/angstrom/angstrom-ohand-task-pim.bb
index 71d0512687..e8426576e7 100644
--- a/recipes/angstrom/angstrom-ohand-task-pim.bb
+++ b/recipes/angstrom/angstrom-ohand-task-pim.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r32"
inherit task
diff --git a/recipes/angstrom/angstrom-task-office.bb b/recipes/angstrom/angstrom-task-office.bb
index 90b700b8c9..727d097458 100644
--- a/recipes/angstrom/angstrom-task-office.bb
+++ b/recipes/angstrom/angstrom-task-office.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r32"
inherit task
diff --git a/recipes/angstrom/angstrom-task-printing.bb b/recipes/angstrom/angstrom-task-printing.bb
index f4a833645a..1a35c4fc81 100644
--- a/recipes/angstrom/angstrom-task-printing.bb
+++ b/recipes/angstrom/angstrom-task-printing.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r32"
inherit task
diff --git a/recipes/angstrom/angstrom-task-sectest.bb b/recipes/angstrom/angstrom-task-sectest.bb
index bf8019da0d..b9cda599f7 100644
--- a/recipes/angstrom/angstrom-task-sectest.bb
+++ b/recipes/angstrom/angstrom-task-sectest.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r33"
inherit task
diff --git a/recipes/angstrom/angstrom-uboot-scripts.bb b/recipes/angstrom/angstrom-uboot-scripts.bb
index 497bd7919d..f5fab905e7 100644
--- a/recipes/angstrom/angstrom-uboot-scripts.bb
+++ b/recipes/angstrom/angstrom-uboot-scripts.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Various uboot scripts"
+LICENSE = "MIT"
PR = "r11"
diff --git a/recipes/angstrom/angstrom-x11-base-depends.bb b/recipes/angstrom/angstrom-x11-base-depends.bb
index 41ac8adaaf..f4f09222dc 100644
--- a/recipes/angstrom/angstrom-x11-base-depends.bb
+++ b/recipes/angstrom/angstrom-x11-base-depends.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r45"
inherit task
diff --git a/recipes/angstrom/angstrom-zeroconf-audio.bb b/recipes/angstrom/angstrom-zeroconf-audio.bb
index 5d6d9ff480..69ac4fd510 100644
--- a/recipes/angstrom/angstrom-zeroconf-audio.bb
+++ b/recipes/angstrom/angstrom-zeroconf-audio.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Meta package to enable zeroconf audio with pulseaudio"
+LICENSE = "MIT"
DEPENDS = "avahi pulseaudio"
RDEPENDS_${PN} = " \
avahi-daemon \
diff --git a/recipes/angstrom/epiphany-firefox-replacement.bb b/recipes/angstrom/epiphany-firefox-replacement.bb
index 4a18fb9660..e71aa0678f 100644
--- a/recipes/angstrom/epiphany-firefox-replacement.bb
+++ b/recipes/angstrom/epiphany-firefox-replacement.bb
@@ -1,4 +1,5 @@
# This is a hack because $*#($*($# e17 doesn't check if firefox is present and puts it in the menu blindly
+LICENSE = "MIT"
RDEPENDS_${PN} = "epiphany"
RCONFLICTS_${PN} = "firefox"
diff --git a/recipes/angstrom/omap3-mkcard.bb b/recipes/angstrom/omap3-mkcard.bb
index c7a1a3e04b..3a6c59c0b1 100644
--- a/recipes/angstrom/omap3-mkcard.bb
+++ b/recipes/angstrom/omap3-mkcard.bb
@@ -1,4 +1,5 @@
DESCRIPTION="Format a card for omap3 booting"
+LICENSE = "GPLv2"
SRC_URI = "file://omap3-mkcard.sh"
do_install() {
diff --git a/recipes/angstrom/task-angstrom-e.bb b/recipes/angstrom/task-angstrom-e.bb
index 28273c1fea..f28c1c1136 100644
--- a/recipes/angstrom/task-angstrom-e.bb
+++ b/recipes/angstrom/task-angstrom-e.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
PR = "r1"
ALLOW_EMPTY = "1"