summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libsoc
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:25 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit1e1458f98eefd57cdf94877308aed6a68a8e7def (patch)
treec62f2c9a5a57f74a15cf4c72d5d3e9fdd76daa82 /meta-oe/recipes-support/libsoc
parent94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (diff)
downloadmeta-openembedded-1e1458f98eefd57cdf94877308aed6a68a8e7def.tar.gz
meta-oe: drop ${PYTHON_PN}
python2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsoc')
-rw-r--r--meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb
index 42b9d7e048..5969220a41 100644
--- a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb
@@ -21,12 +21,12 @@ PACKAGECONFIG ?= ""
21PACKAGECONFIG[disabledebug] = "--disable-debug,," 21PACKAGECONFIG[disabledebug] = "--disable-debug,,"
22PACKAGECONFIG[allboardconfigs] = "--with-board-configs,," 22PACKAGECONFIG[allboardconfigs] = "--with-board-configs,,"
23PACKAGECONFIG[enableboardconfig] = "--enable-board=${BOARD},," 23PACKAGECONFIG[enableboardconfig] = "--enable-board=${BOARD},,"
24PACKAGECONFIG[python] = "--enable-python=${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN},,${PYTHON_PN} ${PYTHON_PN}-native" 24PACKAGECONFIG[python] = "--enable-python=${STAGING_BINDIR_NATIVE}/python3-native/python3,,python3 python3-native"
25 25
26PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ 26PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \
27 '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)}" 27 'python3-libsoc-staticdev python3-libsoc', '', d)}"
28 28
29RDEPENDS:${PN} = "libgcc" 29RDEPENDS:${PN} = "libgcc"
30 30
31FILES:${PYTHON_PN}-libsoc-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*/*.a" 31FILES:python3-libsoc-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*/*.a"
32FILES:${PYTHON_PN}-libsoc += "${PYTHON_SITEPACKAGES_DIR}" 32FILES:python3-libsoc += "${PYTHON_SITEPACKAGES_DIR}"