summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/devregs/devregs_git.bb2
-rw-r--r--recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb2
-rw-r--r--recipes-devtools/qemu/qemu.inc2
-rw-r--r--recipes-devtools/utp-com/utp-com_git.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb
index 2bee7b8b..f24cb0f6 100644
--- a/recipes-devtools/devregs/devregs_git.bb
+++ b/recipes-devtools/devregs/devregs_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "i.MX Register tool" 1DESCRIPTION = "i.MX Register tool"
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" 4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
5 5
6SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" 6SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71"
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
index 1a1e1a9c..deffd853 100644
--- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
+++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "i.MX/Vybrid recovery utility" 1DESCRIPTION = "i.MX/Vybrid recovery utility"
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6DEPENDS = "libusb1" 6DEPENDS = "libusb1"
diff --git a/recipes-devtools/qemu/qemu.inc b/recipes-devtools/qemu/qemu.inc
index 532bcf6d..b8b5f318 100644
--- a/recipes-devtools/qemu/qemu.inc
+++ b/recipes-devtools/qemu/qemu.inc
@@ -4,7 +4,7 @@ machine's processor through dynamic binary translation and provides a set \
4of different hardware and device models for the machine, enabling it to run \ 4of different hardware and device models for the machine, enabling it to run \
5a variety of guest operating systems" 5a variety of guest operating systems"
6HOMEPAGE = "http://qemu.org" 6HOMEPAGE = "http://qemu.org"
7LICENSE = "GPLv2 & LGPLv2.1" 7LICENSE = "GPL-2.0-only & LGPL-2.1-only"
8 8
9RDEPENDS:${PN}-ptest = "bash make" 9RDEPENDS:${PN}-ptest = "bash make"
10 10
diff --git a/recipes-devtools/utp-com/utp-com_git.bb b/recipes-devtools/utp-com/utp-com_git.bb
index 0b0a6cf2..85c80acb 100644
--- a/recipes-devtools/utp-com/utp-com_git.bb
+++ b/recipes-devtools/utp-com/utp-com_git.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" 1DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol"
2LICENSE = "GPLv2" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
4 4
5DEPENDS = "sg3-utils" 5DEPENDS = "sg3-utils"