From: Martin Jansa Date: Thu, 3 Mar 2011 13:39:18 +0000 (+0100) Subject: recipes: don't use weak assignment for LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270f5d71440e040cb9645771a64a4b61108240b2;p=openembedded.git recipes: don't use weak assignment for LICENSE * while trying openembedded-core I've noticed that such LICENSE field is ignored anyways * it doesn't make much sense Signed-off-by: Martin Jansa --- diff --git a/recipes/blipomoko/blipomoko_git.bb b/recipes/blipomoko/blipomoko_git.bb index 5a4f1fc58a..4cab975915 100644 --- a/recipes/blipomoko/blipomoko_git.bb +++ b/recipes/blipomoko/blipomoko_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "python-elementary and python-blipapi based blip.pl client" AUTHOR = "Sebastian Krzyszkowiak " HOMEPAGE = "http://wiki.github.com/dos1/blipomoko" -LICENSE ?= "GPL" +LICENSE = "GPL" RDEPENDS_${PN} = "python-elementary python-dbus python-edbus python-ecore" SECTION = "x11/applications" diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb index 18dd20b300..12f91e3426 100644 --- a/recipes/freesmartphone/opimd-utils_git.bb +++ b/recipes/freesmartphone/opimd-utils_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Test scripts for freesmartphone.org opimd interface" HOMEPAGE = "http://freesmartphone.org" SHR_RELEASE ?= "shr" -LICENSE ?= "GPL" +LICENSE = "GPL" RDEPENDS_${PN} = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus frameworkd" SECTION = "x11/application" SRCREV = "328f87b80e8bf09693017790daf31104f36bdacf" diff --git a/recipes/nis/nis.inc b/recipes/nis/nis.inc index 90f7ff50a0..41dec9fbf3 100644 --- a/recipes/nis/nis.inc +++ b/recipes/nis/nis.inc @@ -7,7 +7,7 @@ DESCRIPTION ?= "NIS Server and Tools" HOMEPAGE ?= "http://www.linux-nis.org/nis/" SECTION ?= "console/network" PRIORITY ?= "optional" -LICENSE ?= "GPLv2" +LICENSE = "GPLv2" # Override these *after* the include file if necessary! SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/${P}.tar.bz2" diff --git a/recipes/opensync/libopensync-plugin.inc b/recipes/opensync/libopensync-plugin.inc index 99e0c783ba..d1bd4bd088 100644 --- a/recipes/opensync/libopensync-plugin.inc +++ b/recipes/opensync/libopensync-plugin.inc @@ -5,7 +5,7 @@ PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so" SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http" S ?= "${WORKDIR}/${PLUGIN_NAME}" -LICENSE ?= "LGPL" +LICENSE = "LGPL" DEPENDS += " libopensync" RRECOMMENDS_${PN} += " msynctool" HOMEPAGE ?= "http://www.opensync.org/" diff --git a/recipes/shr/shr-installer_git.bb b/recipes/shr/shr-installer_git.bb index 8e070aad70..fa023c67ff 100644 --- a/recipes/shr/shr-installer_git.bb +++ b/recipes/shr/shr-installer_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "EFL frontend for packagekit" HOMEPAGE = "http://shr-project.org" SHR_RELEASE ?= "shr" -LICENSE ?= "GPL" +LICENSE = "GPL" RDEPENDS_${PN} = "python-elementary python-dbus python-core python-edbus packagekit" SECTION = "x11/application" diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb index 5e89c89a84..136b77571c 100644 --- a/recipes/shr/shr-settings_git.bb +++ b/recipes/shr/shr-settings_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Modular settings application for SHR based on python-elementary" HOMEPAGE = "http://shr-project.org" SHR_RELEASE ?= "shr" -LICENSE ?= "GPL" +LICENSE = "GPL" RDEPENDS_${PN} = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect" SECTION = "x11/application" SRCREV = "f712a5ec5617b3de2700794389ada07297b3ff8e" diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb index 81711d57eb..714a3a2b31 100644 --- a/recipes/shr/shr-today_git.bb +++ b/recipes/shr/shr-today_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "python-elementary and opimd based lock and today screen for the SHR distribution" HOMEPAGE = "http://wiki.github.com/slyon/today" SHR_RELEASE ?= "shr" -LICENSE ?= "GPL" +LICENSE = "GPL" RDEPENDS_${PN} = "python-edje python-dbus python-edbus python-ecore" SECTION = "x11/applications"