mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 08:45:13 +00:00
ibus: Point python interpreter to target location
it encoded PYTHON variable during build which otherwise points to python on build host which is not correct for cross compiled packages. Add missing dependency on python3-core which is needed for ibus-setup script to run Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fe0e3d77eb1a992c487038e64b734b2b8b395647) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
6b253999f7
commit
e8ffe10f05
@ -38,4 +38,4 @@ FILES:${PN} += " \
|
||||
FILES:${PN}-dev += " \
|
||||
${datadir}/gettext \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
|
||||
@ -31,6 +31,9 @@ EXTRA_OECONF = " \
|
||||
--disable-emoji-dict \
|
||||
--disable-python2 \
|
||||
"
|
||||
EXTRA_OECONF:append:class-target = "\
|
||||
--with-python=${bindir}/python3 \
|
||||
"
|
||||
|
||||
do_configure:prepend() {
|
||||
touch ${S}/ChangeLog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user