**** BEGIN LOGGING AT Fri Aug 11 03:00:01 2017 Aug 11 09:49:35 morning Aug 11 09:50:47 It seems that we carry some patches in libx11 that are no longer used: disable_tests.patch fix-disable-xlocale.diff fix-utf8-wrong-define.patch X18NCMSstubs.diff Aug 11 09:53:15 the recipe (libx11_1.6.4.bb) uses only "disable_tests.patch" Aug 11 09:53:26 (pyro branch) Aug 11 09:53:42 should I send a patch to remove these files? Aug 11 09:59:32 oh my bad... i can see that other recipes use them Aug 11 11:58:43 Hi, I'm not sure this is the right place in order to ask for help with a bitbake recepy Aug 11 11:59:49 I'm trying to deploy some python packages in my image and some of them are missing in "meta-openembedded/meta-python/recipes-devtools/python" layer Aug 11 12:00:23 I wrote this simple recipe: http://dpaste.com/1WNNAHV Aug 11 12:00:52 but the fetch steps fails because of wrong url: http://dpaste.com/330DYEN Aug 11 12:01:22 Someone can give me some suggestion Aug 11 12:01:23 ? Aug 11 12:23:10 albeus: you need to provide a SRC_URI see almost any other recipe. It seems SRC_URI = "git://github.com/chrippa/backports.shutil_get_terminal_size.git" Aug 11 12:27:16 ok I try with that url, thank you.... I wrote other recipes like that for python packages and they work, the url is automatically composed because all python packages are on files.pythonhosted.org, following this schema: https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz .... but for that particular package this url don't work Aug 11 12:36:19 @vmesons: it still don't work. Using that url it ask me to specify the rev, so i tried with this: git://github.com/chrippa/backports.shutil_get_terminal_size.git;rev=master" but it return to the old error trying to fetch from this auto-generated url https://files.pythonhosted.org/packages/source/b/backports.shutil-get-terminal-size/backports.shutil-get-terminal-size-1.0.0.tar.gz Aug 11 13:13:00 Another question: some python packages miss a licence file, so what's the cleanest way to skip the licence check in a recipe? Aug 11 14:04:25 I have a configure script that isn't finding the Qt built by bitbake. From devshell, if I run `pkg-config --cflags Qt5Core` I see the paths to the bitbake built Qt. However, when looking for binaries, the configure script runs `pkg-config --variable=host_bins Qt5Core` which is returning /usr/bin/Qt5 which is incorrect. How do I fix this? Aug 11 14:10:46 My package build has recipe-sysroot-native/usr/bin/qmake, but it's not in the devshell path. Aug 11 15:11:24 albeus: who left to quickly: fixed your recipe to fetch --the inherit pypi was part of the problem: http://dpaste.com/3DBX0P1 Aug 11 15:12:13 apparently if you do that the project needs to be on pythonhosted: pypi.bbclass: return 'https://files.pythonhosted.org/packages/source/%s/%s/%s-%s.%s' Aug 11 15:12:37 *'fixed' in that it fetches only... Aug 11 15:45:25 The package I'm trying to compile is using pkg-config to find a binary. I noticed that recipe-sysroot is in the PKG_CONFIG_PATH, but not recipe-sysroot-native. I need it to find the .pc file in the -native tree. Aug 11 15:46:49 Is there more than one "pkg-config" for bitbake builds? The libraries the package needs to link against are in qtbase, but the binaries it needs are in qtbase-native. **** ENDING LOGGING AT Sat Aug 12 03:00:00 2017