aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-21 03:33:11 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:33:04 -0700
commit40af8f2d65493d86f7ab6a962a5a1940784e87db (patch)
treed94750c27e17402eb4b147c5ada654423ed247e4 /recipes/dbus
parent0ff10ecb88de73074ae4857046643cef15dc4e97 (diff)
downloadopenembedded-40af8f2d65493d86f7ab6a962a5a1940784e87db.tar.gz
dbus: update package LICENSE
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/dbus')
-rw-r--r--recipes/dbus/dbus-c++_git.bb2
-rw-r--r--recipes/dbus/dbus-daemon-proxy_git.bb2
-rw-r--r--recipes/dbus/dbus-glib.inc2
-rw-r--r--recipes/dbus/dbus.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/dbus/dbus-c++_git.bb b/recipes/dbus/dbus-c++_git.bb
index 7d9db3e7a6..64598238da 100644
--- a/recipes/dbus/dbus-c++_git.bb
+++ b/recipes/dbus/dbus-c++_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "C++ bindings for dbus"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1+"
SECTION = "libs"
DEPENDS = "dbus dbus-c++-native expat"
SRCREV = "530a887913d3b0dd7091eabb8eef8e3c279e3bb8"
diff --git a/recipes/dbus/dbus-daemon-proxy_git.bb b/recipes/dbus/dbus-daemon-proxy_git.bb
index 16cc34f080..32ed7dbfd3 100644
--- a/recipes/dbus/dbus-daemon-proxy_git.bb
+++ b/recipes/dbus/dbus-daemon-proxy_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "dbus forwarding daemon"
-LICENSE = "GPL"
+LICENSE = "LGPLv2.1+"
DEPENDS = "dbus dbus-glib"
SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608"
PV = "0.0.0+gitr${SRCPV}"
diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
index 4db734b1e2..c1c1813d9a 100644
--- a/recipes/dbus/dbus-glib.inc
+++ b/recipes/dbus/dbus-glib.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "GLib bindings for the dbus message bus system"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
SECTION = "libs"
-LICENSE = "GPL"
+LICENSE = "GPLv2+ AFLv2.1"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
DEPENDS_virtclass-native = "expat-native glib-2.0-native dbus-native"
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index 55a156d8f5..73fc426933 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "A message bus system for inter-process communication"
HOMEPAGE = "http://dbus.freedesktop.org"
SECTION = "base"
-LICENSE = "GPL"
+LICENSE = "GPLv2+ AFLv2.1"
DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11"
INC_PR = "r19"