diff options
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/devregs/devregs_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_4.2.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/qemu/qemu.inc | 2 | ||||
-rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 6 | ||||
-rw-r--r-- | recipes-devtools/utp-com/utp-com_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 2 |
7 files changed, 3 insertions, 15 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb index f24cb0f6e..9d2155e1f 100644 --- a/recipes-devtools/devregs/devregs_git.bb +++ b/recipes-devtools/devregs/devregs_git.bb | |||
@@ -8,6 +8,4 @@ SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=ma | |||
8 | 8 | ||
9 | PV = "1.0+${SRCPV}" | 9 | PV = "1.0+${SRCPV}" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools | 11 | inherit autotools |
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 deffd8539..c14fd955b 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | |||
@@ -10,8 +10,6 @@ SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;br | |||
10 | 10 | ||
11 | PV = "1.0+${SRCPV}" | 11 | PV = "1.0+${SRCPV}" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_install () { | 13 | do_install () { |
16 | oe_runmake DESTDIR=${D} install | 14 | oe_runmake DESTDIR=${D} install |
17 | } | 15 | } |
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb index 5ac774ed2..20ba6b535 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb | |||
@@ -17,8 +17,6 @@ SRC_URI = "gitsm://github.com/nxp-qoriq/qemu;protocol=https;nobranch=1 \ | |||
17 | 17 | ||
18 | SRCREV = "14fda5a42df6c72e890d6a97ff88c5852172604b" | 18 | SRCREV = "14fda5a42df6c72e890d6a97ff88c5852172604b" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | python() { | 20 | python() { |
23 | d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) | 21 | d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) |
24 | pkgs = d.getVar('PACKAGES').split() | 22 | pkgs = d.getVar('PACKAGES').split() |
diff --git a/recipes-devtools/qemu/qemu.inc b/recipes-devtools/qemu/qemu.inc index b8b5f318f..60686bde8 100644 --- a/recipes-devtools/qemu/qemu.inc +++ b/recipes-devtools/qemu/qemu.inc | |||
@@ -97,7 +97,7 @@ EXTRA_OECONF = " \ | |||
97 | ${PACKAGECONFIG_CONFARGS} \ | 97 | ${PACKAGECONFIG_CONFARGS} \ |
98 | " | 98 | " |
99 | 99 | ||
100 | export LIBTOOL="${HOST_SYS}-libtool" | 100 | export LIBTOOL = "${HOST_SYS}-libtool" |
101 | 101 | ||
102 | B = "${WORKDIR}/build" | 102 | B = "${WORKDIR}/build" |
103 | 103 | ||
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index 8d3458363..95bf4eb64 100644 --- a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "utility for security boot" | |||
2 | SECTION = "cst" | 2 | SECTION = "cst" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e959d5d617e33779d0e90ce1d9043eff" |
6 | 6 | ||
7 | DEPENDS += "openssl qoriq-cst-native" | 7 | DEPENDS += "openssl qoriq-cst-native" |
8 | RDEPENDS:${PN} = "bash" | 8 | RDEPENDS:${PN} = "bash" |
@@ -19,9 +19,7 @@ inherit kernel-arch | |||
19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ | 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ |
20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ | 20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ |
21 | " | 21 | " |
22 | SRCREV = "af56e6c5c66dd2bc86a83b0bee8cb61b88d2120c" | 22 | SRCREV = "e96dead3c339f6addb1600249be67e1884cdbcc5" |
23 | |||
24 | S = "${WORKDIR}/git" | ||
25 | 23 | ||
26 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' | 24 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' |
27 | CFLAGS:append = ' -Wno-deprecated-declarations' | 25 | CFLAGS:append = ' -Wno-deprecated-declarations' |
diff --git a/recipes-devtools/utp-com/utp-com_git.bb b/recipes-devtools/utp-com/utp-com_git.bb index 85c80acbd..364c91bcc 100644 --- a/recipes-devtools/utp-com/utp-com_git.bb +++ b/recipes-devtools/utp-com/utp-com_git.bb | |||
@@ -11,8 +11,6 @@ SRC_URI = " \ | |||
11 | 11 | ||
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | do_configure[noexec] = "1" | 14 | do_configure[noexec] = "1" |
17 | 15 | ||
18 | do_compile () { | 16 | do_compile () { |
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index e48698a8b..c242c1911 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
@@ -11,8 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" | |||
11 | 11 | ||
12 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2" | 14 | DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2" |
17 | 15 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |