diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:25 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
| commit | 1e1458f98eefd57cdf94877308aed6a68a8e7def (patch) | |
| tree | c62f2c9a5a57f74a15cf4c72d5d3e9fdd76daa82 /meta-oe/recipes-support/libsoc | |
| parent | 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (diff) | |
| download | meta-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.bb | 8 |
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 ?= "" | |||
| 21 | PACKAGECONFIG[disabledebug] = "--disable-debug,," | 21 | PACKAGECONFIG[disabledebug] = "--disable-debug,," |
| 22 | PACKAGECONFIG[allboardconfigs] = "--with-board-configs,," | 22 | PACKAGECONFIG[allboardconfigs] = "--with-board-configs,," |
| 23 | PACKAGECONFIG[enableboardconfig] = "--enable-board=${BOARD},," | 23 | PACKAGECONFIG[enableboardconfig] = "--enable-board=${BOARD},," |
| 24 | PACKAGECONFIG[python] = "--enable-python=${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN},,${PYTHON_PN} ${PYTHON_PN}-native" | 24 | PACKAGECONFIG[python] = "--enable-python=${STAGING_BINDIR_NATIVE}/python3-native/python3,,python3 python3-native" |
| 25 | 25 | ||
| 26 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ | 26 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ |
| 27 | '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)}" | 27 | 'python3-libsoc-staticdev python3-libsoc', '', d)}" |
| 28 | 28 | ||
| 29 | RDEPENDS:${PN} = "libgcc" | 29 | RDEPENDS:${PN} = "libgcc" |
| 30 | 30 | ||
| 31 | FILES:${PYTHON_PN}-libsoc-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*/*.a" | 31 | FILES:python3-libsoc-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*/*.a" |
| 32 | FILES:${PYTHON_PN}-libsoc += "${PYTHON_SITEPACKAGES_DIR}" | 32 | FILES:python3-libsoc += "${PYTHON_SITEPACKAGES_DIR}" |
