recipes: don't use weak assignment for LICENSE
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 3 Mar 2011 13:39:18 +0000 (14:39 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 3 Mar 2011 13:41:31 +0000 (14:41 +0100)
* 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 <Martin.Jansa@gmail.com>
recipes/blipomoko/blipomoko_git.bb
recipes/freesmartphone/opimd-utils_git.bb
recipes/nis/nis.inc
recipes/opensync/libopensync-plugin.inc
recipes/shr/shr-installer_git.bb
recipes/shr/shr-settings_git.bb
recipes/shr/shr-today_git.bb

index 5a4f1fc..4cab975 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "python-elementary and python-blipapi based blip.pl client"
 AUTHOR = "Sebastian Krzyszkowiak <seba.dos1@gmail.com>"
 HOMEPAGE = "http://wiki.github.com/dos1/blipomoko"
-LICENSE ?= "GPL"
+LICENSE = "GPL"
 RDEPENDS_${PN} = "python-elementary python-dbus python-edbus python-ecore"
 SECTION = "x11/applications"
 
index 18dd20b..12f91e3 100644 (file)
@@ -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"
index 90f7ff5..41dec9f 100644 (file)
@@ -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"
index 99e0c78..d1bd4bd 100644 (file)
@@ -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/"
index 8e070aa..fa023c6 100644 (file)
@@ -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"
 
index 5e89c89..136b775 100644 (file)
@@ -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"
index 81711d5..714a3a2 100644 (file)
@@ -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"