meta-openembedded/meta-oe
Khem Raj 69f71ee9ec cgdb: Fix buildpaths emitted into cgdb binary
Do not add builddir to search paths for cgdb.txt

Fixes
WARNING: cgdb-0.8.0-r0 do_package_qa: QA Issue: File /usr/bin/cgdb in package cgdb contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ee2f57c7c3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-05-28 16:35:43 -04:00
..
classes add signing.bbclass as infrastructure for build artifact signing 2023-02-15 08:23:49 -08:00
conf ptest-packagelists-meta-oe: Add libtinyxml2 2023-04-06 13:45:10 -07:00
dynamic-layers lirc: Define SH_PATH=/bin/sh 2023-05-28 16:21:41 -04:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark iperf3: Update to 3.13 2023-03-04 13:45:58 -08:00
recipes-bsp fwupd: Do not emit build time paths into generated headers 2023-05-07 12:24:46 -04:00
recipes-connectivity libirecovery: Add missing build dependency on readline 2023-05-28 16:00:59 -04:00
recipes-core uutils-coreutils: disable musl support 2023-04-06 13:45:10 -07:00
recipes-crypto libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib 2023-05-16 07:30:12 -04:00
recipes-dbs postgresql: upgrade 15.2 -> 15.3 2023-05-28 16:07:07 -04:00
recipes-devtools cgdb: Fix buildpaths emitted into cgdb binary 2023-05-28 16:35:43 -04:00
recipes-extended minifi-cpp: Remove references to buildpaths in generated files 2023-05-28 16:29:35 -04:00
recipes-gnome libpeas: Fix reference to TMPDIR in tests 2023-05-28 16:20:26 -04:00
recipes-graphics ttf-gentium: Switch to debian archive mirror for SRC_URI 2023-05-07 12:31:52 -04:00
recipes-kernel minicoredumper: correct the sysvinit service file attribute 2023-05-28 16:11:02 -04:00
recipes-multimedia mpv: Remove references to builddir from mpv binary 2023-05-28 16:25:02 -04:00
recipes-navigation geoclue: fix build without gobject-introspection-data 2023-05-16 07:30:12 -04:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix autoconf patch to work with new autoconf 2.72 2023-03-31 10:42:43 -07:00
recipes-printing cups-filters: fix ghostscript handling 2023-03-09 21:58:44 -08:00
recipes-security audit: drop version 2.8.5 2023-03-05 14:34:38 -08:00
recipes-shells zsh: fix installed-vs-shipped with multilib 2023-04-05 15:56:47 -07:00
recipes-support freerdp: Fix reference to TMPDIR in libfreerdp2.so 2023-05-28 16:30:18 -04:00
recipes-test googletest: upgrade 1.12.1 -> 1.13.0 2023-03-23 21:46:12 -07:00
COPYING.MIT
README meta-openemnedded: Add myself as mickledore maintainer 2023-04-09 08:52:55 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: mickledore 

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu
sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][mickledore]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][mickledore][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Armin Kuster <akuster808@gmail.com>