From f19e1729fd295fabac289f9ed117c3db95b7548b Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 20 Jun 2016 15:26:37 -0700 Subject: [PATCH] gcc-runtime-external: align with gcc-runtime.inc This also avoids the taskhash/basehash mismatch. Signed-off-by: Christopher Larson --- recipes-external/gcc/gcc-runtime-external.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-external/gcc/gcc-runtime-external.bb b/recipes-external/gcc/gcc-runtime-external.bb index 4c98e9c..eba354c 100644 --- a/recipes-external/gcc/gcc-runtime-external.bb +++ b/recipes-external/gcc/gcc-runtime-external.bb @@ -6,7 +6,6 @@ require recipes-devtools/gcc/gcc-runtime.inc inherit external-toolchain # GCC >4.2 is GPLv3 -LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" DEPENDS = "libgcc" EXTRA_OECONF = "" python () { @@ -52,8 +51,4 @@ FILES_libstdc++-dev = "\ " BBCLASSEXTEND = "" -# libstdc++ needs glibc do_package[depends] += "virtual/${MLPREFIX}libc:do_packagedata" -do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_packagedata" -do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata" -do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata"