Skip to content

Commit

Permalink
recipes: don't use weak assignment for LICENSE
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
shr-project committed Mar 3, 2011
1 parent 4dd6104 commit 270f5d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion recipes/blipomoko/blipomoko_git.bb
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion recipes/nis/nis.inc
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion recipes/opensync/libopensync-plugin.inc
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion 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"

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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"

Expand Down

0 comments on commit 270f5d7

Please sign in to comment.