diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-02-08 12:53:27 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-09 09:14:27 -0500 |
commit | 2ef58c264b21d36255c2754abef43e0bee764ae8 (patch) | |
tree | da33d2e3983236716c57d0a1fc79075a53731f42 /recipes-containers/runc | |
parent | d475adc71ba14740e1fe9c19493df7275d0737c4 (diff) | |
download | meta-virtualization-2ef58c264b21d36255c2754abef43e0bee764ae8.tar.gz |
go-cross: add ${TARGET_ARCH} to PN
Since we are building a cross tool which produces something which is
ARCH specific we should stick to the <toolname>-cross-<arch> naming
convention. A variant of this patch has been floating around for a
while but with the changes around per recipe sysroots, distributed
builds, shared builds... we are best served to adopt this convention
now.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/runc')
-rw-r--r-- | recipes-containers/runc/runc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb index ed9a32e4..23c0094d 100644 --- a/recipes-containers/runc/runc_git.bb +++ b/recipes-containers/runc/runc_git.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git" | |||
18 | RUNC_VERSION = "1.0.0-rc1" | 18 | RUNC_VERSION = "1.0.0-rc1" |
19 | PV = "${RUNC_VERSION}+git${SRCREV}" | 19 | PV = "${RUNC_VERSION}+git${SRCREV}" |
20 | 20 | ||
21 | DEPENDS = "go-cross \ | 21 | DEPENDS = "go-cross-${TARGET_ARCH} \ |
22 | " | 22 | " |
23 | RRECOMMENDS_${PN} = "lxc docker" | 23 | RRECOMMENDS_${PN} = "lxc docker" |
24 | 24 | ||