From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta/recipes-support/boost/bjam-native_1.68.0.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 external/poky/meta/recipes-support/boost/bjam-native_1.68.0.bb (limited to 'external/poky/meta/recipes-support/boost/bjam-native_1.68.0.bb') diff --git a/external/poky/meta/recipes-support/boost/bjam-native_1.68.0.bb b/external/poky/meta/recipes-support/boost/bjam-native_1.68.0.bb deleted file mode 100644 index 94f96e62..00000000 --- a/external/poky/meta/recipes-support/boost/bjam-native_1.68.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -require boost-${PV}.inc - -SUMMARY = "Portable Boost.Jam build tool for boost" -SECTION = "devel" - -inherit native - -SRC_URI += "file://bjam-native-build-bjam.debug.patch \ -" - -do_compile() { - ./bootstrap.sh --with-toolset=gcc -} - -do_install() { - install -d ${D}${bindir}/ - # install unstripped version for bjam - install -c -m 755 bjam.debug ${D}${bindir}/bjam -} -- cgit 1.2.3-korg