summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/bluez/bluez-hcidump_1.42.bb4
-rw-r--r--recipes/bluez/bluez4.inc4
-rw-r--r--recipes/fbset/fbset-modes.bb3
-rw-r--r--recipes/obexftp/obexftp_0.23.bb3
-rw-r--r--recipes/openobex/openobex_1.5.bb4
-rw-r--r--recipes/pointercal/pointercal_0.0.bb3
6 files changed, 12 insertions, 9 deletions
diff --git a/recipes/bluez/bluez-hcidump_1.42.bb b/recipes/bluez/bluez-hcidump_1.42.bb
index ef0209c5cd..e83729de05 100644
--- a/recipes/bluez/bluez-hcidump_1.42.bb
+++ b/recipes/bluez/bluez-hcidump_1.42.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
SECTION = "console"
PRIORITY = "optional"
DEPENDS = "bluez-libs"
-LICENSE = "GPL"
-PR = "r0"
+LICENSE = "GPLv2"
+PR = "r1"
SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
S = "${WORKDIR}/bluez-hcidump-${PV}"
diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index 3bbfb9add7..7a200b6cb0 100644
--- a/recipes/bluez/bluez4.inc
+++ b/recipes/bluez/bluez4.inc
@@ -2,9 +2,9 @@ DESCRIPTION = "Linux Bluetooth Stack Userland V4"
HOMEPAGE = "http://www.bluez.org"
SECTION = "libs"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2/LGPLv2.1"
DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
-INC_PR = "r6"
+INC_PR = "r7"
# temporary solution until bug 5176 is properly fixed
PROVIDES += "bluez-utils bluez-libs bluez-utils-dbus"
diff --git a/recipes/fbset/fbset-modes.bb b/recipes/fbset/fbset-modes.bb
index 0f57609ab7..407d824b79 100644
--- a/recipes/fbset/fbset-modes.bb
+++ b/recipes/fbset/fbset-modes.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Default display timings and resolutions for fbset"
+LICENSE = "MIT"
PV = "0.1.0"
-PR = "r4"
+PR = "r5"
SRC_URI = "file://fb.modes"
diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb
index 560d4c09ab..63ec0e2770 100644
--- a/recipes/obexftp/obexftp_0.23.bb
+++ b/recipes/obexftp/obexftp_0.23.bb
@@ -1,8 +1,9 @@
DESCRIPTION = "OBEX Ftp Client based on openobex."
SECTION = "console/network"
HOMEPAGE = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
-LICENSE = "GPL"
+LICENSE = "GPLv2/LGPLv2"
DEPENDS = "openobex bluez-libs virtual/libusb0 virtual/libiconv"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \
"
diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb
index be44e3c925..53caf7b954 100644
--- a/recipes/openobex/openobex_1.5.bb
+++ b/recipes/openobex/openobex_1.5.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "http://openobex.triq.net"
SECTION = "libs"
PROVIDES = "openobex-apps"
DEPENDS = "virtual/libusb0 bluez-libs"
-LICENSE = "GPL"
-PR = "r1"
+LICENSE = "GPLv2/LGPLv2.1"
+PR = "r2"
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \
file://disable-cable-test.patch;patch=1 \
diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb
index d98a78f66e..96ef765c56 100644
--- a/recipes/pointercal/pointercal_0.0.bb
+++ b/recipes/pointercal/pointercal_0.0.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Touchscreen calibration data"
+LICENSE = "MIT"
SECTION = "base"
-PR = "r20"
+PR = "r21"
SRC_URI = "file://pointercal"
S = "${WORKDIR}"