X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fboost%2Fboost_1.69.0.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fboost%2Fboost_1.69.0.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=9541e2b56b35cbd8fe9b1d22f944d89b09f94010;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/boost/boost_1.69.0.bbappend b/meta-starlingx/meta-stx-integ/recipes-support/boost/boost_1.69.0.bbappend deleted file mode 100644 index 9541e2b..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-support/boost/boost_1.69.0.bbappend +++ /dev/null @@ -1,31 +0,0 @@ -DEP_PYTHON = "\ - python \ - python-native \ - python-numpy-native \ - python3 \ - python3-native \ - python3-numpy-native \ -" - -PACKAGECONFIG = "locale python" -PACKAGECONFIG[python] = ",,${DEP_PYTHON}" - -BJAM_OPTS += "${@bb.utils.contains('BOOST_LIBS', 'python', 'python=${PYTHON_BASEVERSION},2.7', '', d)}" - -do_configure_append () { - if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then - echo "using python : 2.7 : ${STAGING_BINDIR_NATIVE}/python-native/python : ${STAGING_INCDIR}/python2.7 : ${STAGING_LIBDIR}/python2.7 ;" >> ${WORKDIR}/user-config.jam - sed -i -e 's|${STAGING_DIR_HOST}${bindir}/python3|${STAGING_BINDIR_NATIVE}/python3-native/python3|' ${WORKDIR}/user-config.jam - fi -} - -PACKAGES += "${PN}-python3" - -FILES_${PN}-python = " \ - ${libdir}/libboost_python2*.so.* \ - ${libdir}/libboost_numpy2*.so.* \ -" -FILES_${PN}-python3 = " \ - ${libdir}/libboost_python3*.so.* \ - ${libdir}/libboost_numpy3*.so.* \ -"