Re: [oe] [meta-python][Question] python3-dlib recipe?

2021-02-02 Thread open . prac
Hi @Khem, based on [this](https://stackoverflow.com/q/65822507/8033671) discussion i tried the following recipe and it worked just fine ```bitbake SUMMARY = "A toolkit for making real world machine learning and data analysis applications" HOMEPAGE = "https://pypi.python.org/pypi/dlib"; PYPI_PACK

Re: [oe] [meta-python][Question] python3-dlib recipe?

2021-01-20 Thread Khem Raj
This is the error of interest. | build_dunfell/tmp/work/aarch64-poky-linux/python3-dlib/19.21.1-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/8.3.0/ld: build_dunfell/tmp/work/aarch64-poky-linux/python3-dlib/19.21.1-r0/recipe-sysroot-n

[oe] [meta-python][Question] python3-dlib recipe?

2021-01-20 Thread open . prac
Hi everyone, first time in the mailing list... I was wondering if anybody is already working in a recipe for the package dlib pyhon3 module, so far this is the recipe I've been working on ```bitbake # python3-dlib_19.21.1.bb SUMMARY = "A toolkit for making real world machine learning and data ana