From 7d66b0cc41110ef81fb94dc3bc6411b9570e5f12 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 20 Mar 2017 21:59:10 -0400 Subject: go: replace explicit go-cross* with inherit go bbclass Rather than expliciting depending on go-cross-${TARGET_ARCH}, we can now simply inherit the oe-core go bbclass. This gets us the correct go dependencies and other variables properly set. Signed-off-by: Bruce Ashfield --- recipes-containers/riddler/riddler_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/riddler') diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb index 49e8aa01..a04cc3e2 100644 --- a/recipes-containers/riddler/riddler_git.bb +++ b/recipes-containers/riddler/riddler_git.bb @@ -2,7 +2,6 @@ HOMEPAGE = "https://github.com/jfrazelle/riddler" SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" -DEPENDS = "go-cross-${TARGET_ARCH}" SRC_URI = "git://github.com/jfrazelle/riddler;branch=master" SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" @@ -11,6 +10,7 @@ PV = "0.1.0+git${SRCPV}" S = "${WORKDIR}/git" inherit go-osarchmap +inherit go # This disables seccomp and apparmor, which are on by default in the # go package. -- cgit v1.2.3-54-g00ecf