Go to file
Yi Zhao 301e8045d2 libtdb: fix pyext_PATTERN for cross compilation
The pyext_PATTERN will add native arch as suffix when cross compiling.
For example, on qemuarm64, it is expanded to:
pyext_PATTERN ='%s.cpython-310-x86_64-linux-gnu.so'
which will result in the incorrect library name.

root@qemuarm64:~# find /usr/lib/python3.10/ -name tdb\*
/usr/lib/python3.10/site-packages/tdb.so
/usr/lib/python3.10/site-packages/tdb.cpython-310-x86_64-linux-gnu.so

Set pyext_PATTERN to '%s.so' to remove the suffix.
After the patch:
root@qemuarm64:~# find /usr/lib/python3.10/ -name tdb\*
/usr/lib/python3.10/site-packages/tdb.so

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-25 10:14:18 -08:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-gnome gnome-control-center: Fixup polkit directory permissions 2021-11-18 14:22:19 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-multimedia fluidsynth: upgrade 2.2.2 -> 2.2.3 2021-11-20 12:07:09 -08:00
meta-networking libtdb: fix pyext_PATTERN for cross compilation 2021-11-25 10:14:18 -08:00
meta-oe fwupd: fix dependency typo 2021-11-24 09:35:40 -08:00
meta-perl recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-python python3-xlsxwriter: upgrade 3.0.1 -> 3.0.2 2021-11-24 09:31:08 -08:00
meta-webserver nginx: use ln -rs 2021-11-11 06:36:53 -08:00
meta-xfce libxfce4ui: upgrade 4.16.0 -> 4.16.1 2021-11-20 12:07:09 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories