poky/meta/classes
Bruce Ashfield 236e36a38e package: check PKG_ variables before executing ontarget postinst
If a package uses PKG_ variables to map package names to version specific
variants, on target postinstall functionality will be broken.

i.e. something like the following casuses rootfs assembly errors:

  d.setVar('pkg_postinst_ontarget_linux-source', 'cd /usr/src/; ln -sf %s linux-source' % source_pkg)

This breakage is due to the fact that the original package name (as specified by
the PACKAGES variable) is logged by the intercept scripts, but the mapped /
specific version is actually installed to the rootfs (and hence logged by the
package manager).

When the runtime listing of on-target scripts is performed, we get a package
manager error due to a missing package, since it checks the generic version
logged by the intercept scripts.

We can fix this by ensuring that the PKG_ variable mapped package name
is logged by the intercept phase, and hence the package manager can locate
and execute the on target postinst script.

This variable check is consistent with other places in the code, and has
no impact if PKG_ variables are not used.

(From OE-Core rev: a6af0886d1be584974086c0ddb4a5bc566eb7984)

Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-07-11 09:32:50 +01:00
..
allarch.bbclass allarch: only enable allarch when multilib is not used 2018-09-13 07:42:28 +01:00
archiver.bbclass archiver/package_rpm: Fix the worst src.rpm generation race 2019-02-06 08:29:07 +00:00
autotools-brokensep.bbclass
autotools.bbclass autotools.bbclass: adjust indentation for consistency 2018-09-05 18:00:24 +01:00
base.bbclass base.bbclass: define PACKAGECONFIG_CONFARGS before only sometimes appending to it 2019-06-19 12:46:44 +01:00
bash-completion.bbclass bash-completion: add bash-completion to DEPENDS for target packages 2016-08-25 23:03:45 +01:00
bin_package.bbclass bin_package: fail if ${S} doesn't actually contain anything 2017-12-02 11:25:32 +00:00
binconfig-disabled.bbclass ncurses.inc: add v6 binconfig-disabled entries 2016-12-22 08:50:17 +00:00
binconfig.bbclass binconfig: don't try to fix up .la files 2019-06-19 12:46:44 +01:00
blacklist.bbclass classes/recipes: Convert SkipPackage -> SkipRecipe 2018-01-26 13:09:09 +00:00
bluetooth.bbclass
buildhistory.bbclass buildhistory: filter out the unexpected prefix for native/cross sysroots 2019-07-10 09:56:22 +01:00
buildstats-summary.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
buildstats.bbclass buildstats.bbclass: Avoid index exception in /proc/PID/io parsing 2017-03-01 23:27:10 +00:00
ccache.bbclass ccache.bbclass: Set CCACHE_CONFIGPATH to fix race issues 2019-01-14 11:35:55 +00:00
ccmake.bbclass ccmake.bbclass: Fix up un-escaped quotes in output formatting 2019-04-12 09:29:06 +01:00
chrpath.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
clutter.bbclass clutter-gtk-1.0: convert to meson 2019-02-19 16:14:57 +00:00
cmake.bbclass cmake: Clarify comment in cmake toolchain file 2019-06-20 13:14:22 +01:00
cml1.bbclass cml1.bbclass: fix undefined behavior 2019-05-08 12:15:17 +01:00
compress_doc.bbclass classes/compress_doc: add missing import subprocess 2019-01-16 15:35:07 +00:00
copyleft_compliance.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
copyleft_filter.bbclass copyleft_filter.bbclass: restore possiblity to filter on type 2017-06-28 20:55:08 +01:00
core-image.bbclass core-image.bbclass: update available IMAGE_FEATURES 2017-03-24 23:43:32 +00:00
cpan_build.bbclass meta/classes: adjust perl-related classes to the new recipes 2019-01-11 10:39:09 +00:00
cpan-base.bbclass meta/classes: adjust perl-related classes to the new recipes 2019-01-11 10:39:09 +00:00
cpan.bbclass meta/classes: adjust perl-related classes to the new recipes 2019-01-11 10:39:09 +00:00
cross-canadian.bbclass crosssdk/cross-canadian: Set LIBCOVERRIDE correctly 2018-12-26 11:12:12 +00:00
cross.bbclass native.bbclass/cross.bbclass: No strip sysroot when DEBUG_BUILD 2019-01-26 13:39:37 +00:00
crosssdk.bbclass crosssdk/cross-canadian: Set LIBCOVERRIDE correctly 2018-12-26 11:12:12 +00:00
cve-check.bbclass cve-check: Update unpatched CVE matching 2019-07-09 23:30:44 +01:00
debian.bbclass meta: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
deploy.bbclass classes: Use ${MACHINE_ARCH} instead of ${MACHINE} for stamp-extra-info task flag 2018-04-10 09:10:36 +01:00
devicetree.bbclass devicetree.bbclass: Combine stderr into stdout to see actual dtc error 2019-06-14 22:48:22 +01:00
devshell.bbclass devshell.bbclass: clean up trailing whitespaces 2017-06-06 19:02:43 +01:00
devtool-source.bbclass devtool: Support kmeta directory usage with devtool modify/finish 2019-03-06 10:39:25 +00:00
devupstream.bbclass devupstream.bbclass: minor typo fix 2017-04-19 10:18:43 +01:00
distro_features_check.bbclass distro_features_check.bbclass: show all error info at one time 2019-01-11 10:39:09 +00:00
distrooverrides.bbclass distrooverrides.bbclass: fix default configuration 2017-07-17 14:01:36 +01:00
distutils-base.bbclass Revert "distutils-base.bbclass: Do not use -pie with hardening" 2017-06-09 17:12:14 +01:00
distutils-common-base.bbclass distutils-common-base.bbclass: Define commonly used compiler variables 2018-09-04 11:03:55 +01:00
distutils.bbclass distutils: Tidy and simplify for readability 2019-05-15 17:53:29 +01:00
distutils3-base.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
distutils3.bbclass distutils: Tidy and simplify for readability 2019-05-15 17:53:29 +01:00
dos2unix.bbclass dos2unix.bbclass: Move to oe-core 2018-08-20 17:38:22 +01:00
externalsrc.bbclass externalsrc.bbclass: Set BB_DONT_CACHE for non-target recipes 2018-10-08 14:13:54 +01:00
extrausers.bbclass extrausers.bbclass: Suggest to use IMAGE_CLASSES rather than INHERIT 2019-01-18 16:24:40 +00:00
fontcache.bbclass fontcache: fix postinst for nativesdk case 2019-01-26 13:39:37 +00:00
fs-uuid.bbclass gummiboot: Remove/change gummiboot references with systemd-boot 2017-01-09 13:39:11 +00:00
gconf.bbclass meta: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
gettext.bbclass cross-canadian/gettext: Drop unneeded nativesdk-gettext dependency 2018-01-14 09:11:58 +00:00
gio-module-cache.bbclass gio-module-cache.bbclass: pass in ${libexecdir} 2018-04-05 14:49:07 +01:00
glide.bbclass glide.bbclass: Add class to easy Glide use 2018-03-25 09:40:42 +01:00
gnome.bbclass
gnomebase.bbclass gnomebase.bbclass: allow a meson-specific version 2018-01-05 12:02:36 +00:00
go-ptest.bbclass go.bbclass: separate the ptest logic to go-ptest class 2019-07-09 23:30:44 +01:00
go.bbclass go.bbclass: separate the ptest logic to go-ptest class 2019-07-09 23:30:44 +01:00
goarch.bbclass goarch.bbclass: Simplify logic 2019-04-12 09:29:06 +01:00
gobject-introspection-data.bbclass classes/gobject-introspecton-data: lazy assign GI_DATA_ENABLED 2016-09-14 22:22:08 +01:00
gobject-introspection.bbclass gobject-introspection: auto-enable/-disable gobject-introspection for meson 2019-04-11 21:15:56 +01:00
godep.bbclass godep.bbclass: Add helper class to enable go-dep tool 2018-03-06 06:43:10 -08:00
grub-efi-cfg.bbclass grub-efi-cfg, systemd-boot-cfg: use MACHINE_ARCH 2019-05-16 16:35:12 +01:00
grub-efi.bbclass grub-efi.bbclass: take into consideration of multilib 2019-07-05 12:00:20 +01:00
gsettings.bbclass gsettings: allow the schemas to be in any package 2019-01-11 10:39:09 +00:00
gtk-doc.bbclass gtk-doc.bbclass: unify option setting for meson-based recipes 2019-04-25 00:05:20 +01:00
gtk-icon-cache.bbclass gtk-icon-cache: rename intercept to update_gtk_icon_cache 2019-06-27 12:20:36 +01:00
gtk-immodules-cache.bbclass gtk-immodules-cache.bbclass: convert cache creation to postinst_intercept mechanism 2018-06-18 11:07:58 +01:00
icecc.bbclass icecc.bbclass: stop causing everything to be effectivelly MACHINE_ARCH 2019-04-25 00:05:20 +01:00
image_types_wic.bbclass image_types_wic: add do_image_wic before do_image_complete 2018-05-04 13:28:05 +01:00
image_types.bbclass Revert "image_types: use pigz to create .gz files" 2019-05-30 12:37:03 +01:00
image-buildinfo.bbclass image-buildinfo: Remove unused function argument 2018-12-08 17:17:01 +00:00
image-combined-dbg.bbclass image: add image-combined-dbg helper class 2018-04-07 11:44:50 +01:00
image-container.bbclass image-container.bbclass: Error if not using linux-dummy 2017-02-19 06:49:00 -08:00
image-live.bbclass image-live: fix check for rootfs size with hddimg images 2018-07-15 16:16:16 +01:00
image-mklibs.bbclass linuxloader: Convert to python function 2018-08-23 17:58:59 +01:00
image-postinst-intercepts.bbclass image-postinst-intercepts.bbclass: add class 2018-08-16 09:49:39 +01:00
image-prelink.bbclass linuxloader: Convert to python function 2018-08-23 17:58:59 +01:00
image.bbclass image.bbclass: Only append to IMAGE_LINK_NAME if it was already set 2019-07-10 09:56:22 +01:00
insane.bbclass insane: use clean_path for the host contamination warnings 2019-07-05 12:00:20 +01:00
kernel-arch.bbclass kernel-arch.bbclass: add m68k to kernel arch map 2018-10-08 14:13:54 +01:00
kernel-artifact-names.bbclass kernel-artifact-names.bbclass: Add 2 more variables to make it easier to change all names with one variable 2018-08-21 14:49:42 +01:00
kernel-devicetree.bbclass kernel*.bbclass: rename *_SYMLINK_NAME variables to *_LINK_NAME and *_BASE_NAME to *_NAME 2018-08-21 14:49:42 +01:00
kernel-fitimage.bbclass kernel-fitimage: introduce FIT_HASH_ALG 2019-06-19 12:46:44 +01:00
kernel-grub.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
kernel-module-split.bbclass kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y 2019-04-26 10:09:08 +01:00
kernel-uboot.bbclass kernel-uboot: compress arm64 kernels 2019-06-18 11:23:48 +01:00
kernel-uimage.bbclass u-boot: Add mkenvimage tool 2018-11-23 23:35:19 +00:00
kernel-yocto.bbclass linux-yocto: fix SRC_URI patching with unified repos 2019-03-12 11:57:41 -07:00
kernel.bbclass kernel.bbclass: Make task clean depend on cleaning of make-mod-scripts 2019-06-11 13:26:55 +01:00
kernelsrc.bbclass image/kernelsrc/packagegroups/recipes: Remove uneeded noexec tasks 2017-01-28 23:32:16 +00:00
lib_package.bbclass
libc-common.bbclass glibc: Drop obsolete rpc and libnsl 2018-05-09 10:47:50 +01:00
libc-package.bbclass default-distrovars: Drop DISTRO_FEATURES_LIBC 2019-02-28 13:21:54 +00:00
license_image.bbclass meta: license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE 2019-06-11 13:26:55 +01:00
license.bbclass meta: license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE 2019-06-11 13:26:55 +01:00
linux-kernel-base.bbclass classes: Remove tab indentations in python code 2018-11-23 23:35:19 +00:00
linuxloader.bbclass linuxloader.bbclass: Refactor to have seprate functions for musl/glibc loader 2018-09-21 18:45:46 -07:00
live-vm-common.bbclass default-distrovars: set default KERNEL_IMAGETYPE(S) 2018-03-31 09:48:42 +01:00
logging.bbclass logging.bbclass: Enclose the tr string in quotes 2018-02-24 10:31:48 +00:00
manpages.bbclass manpages.bbclass: Update RDEPENDS and post install scripts 2018-06-15 17:56:24 +01:00
mcextend.bbclass mcextend: Add helper class useful for multiconfig 2019-03-03 15:38:13 +00:00
meson.bbclass meson.bbclass: Make meson support aarch64_be. 2019-05-27 17:06:34 +01:00
meta.bbclass
metadata_scm.bbclass metadata_scm: Drop orphaned monotone functions 2018-11-14 11:14:39 +00:00
migrate_localcount.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
mime.bbclass mime.bbclass: fix do_package_qa_multilib error of lib32-fltk 2018-10-01 13:04:49 +01:00
mirrors.bbclass recipes: Update git.gnome.org addresses after upstream changes 2018-09-04 11:03:56 +01:00
module-base.bbclass make-mod-scripts: change how some kernel module tools are built 2018-02-24 10:31:44 +00:00
module.bbclass module.bbclass: Add INSTALL_FW_PATH for out-of-tree modules 2018-11-16 11:46:07 +00:00
multilib_global.bbclass multilib_global: Fix KERNEL_VERSION expansion problems 2019-06-27 12:20:36 +01:00
multilib_header.bbclass multilib_header: Update wrapper to handle arm 32/64 bit 2017-03-31 10:10:29 +01:00
multilib_script.bbclass multilib_script: fix whitespace 2019-07-03 17:00:57 +01:00
multilib.bbclass multilib.bbclass: Reduce ALTERNATIVE_PRIORITY for extended recipes 2019-06-27 12:20:36 +01:00
native.bbclass cpio/tar/native.bbclass: move rmt to sbindir and add a prefix to avoid native clashing 2019-05-08 12:15:17 +01:00
nativesdk.bbclass nativesdk.bbclass: set consistent staging dirs regardless of multilib 2018-09-27 23:41:41 +01:00
nopackages.bbclass nopackages.bbclass: deltask foo_setscene 2016-05-30 15:58:11 +01:00
npm.bbclass npm: remove some temporary build files 2019-05-21 12:56:33 +01:00
oelint.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
own-mirrors.bbclass own-mirrors.bbclass: allow other settings of PREMIRRORS have effect 2017-10-16 23:52:44 +01:00
package_deb.bbclass package_ipk|deb: Use oe.utils.multiprocess_launch 2018-07-24 11:52:27 +01:00
package_ipk.bbclass image_types.bbclass: Set memory usage limit and CPU threads for xz 2019-02-14 11:20:55 +00:00
package_pkgdata.bbclass package: Build pkgdata specific to the current recipe 2019-06-30 22:40:52 +01:00
package_rpm.bbclass package_rpm.bbclass: python2 -> python3 2019-06-30 22:40:52 +01:00
package_tar.bbclass classes: Drop now unneeded update_data calls 2017-02-15 09:29:55 -08:00
package.bbclass package: check PKG_ variables before executing ontarget postinst 2019-07-11 09:32:50 +01:00
packagedata.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
packagefeed-stability.bbclass packagefeed-stability.bbclass: change another bb.plain to bb.note 2017-08-18 10:40:27 +01:00
packagegroup.bbclass packagegroup.bbclass: Set INHIBIT_DEFAULT_DEPS 2019-01-24 17:45:25 +00:00
patch.bbclass patch: reproducibility: Fix host umask leakage 2019-01-11 10:39:08 +00:00
perl-version.bbclass meta/classes: adjust perl-related classes to the new recipes 2019-01-11 10:39:09 +00:00
perlnative.bbclass
pixbufcache.bbclass base/pixbufcache: Remove obsolete sstatecompletions code 2019-04-05 17:32:50 +01:00
pkgconfig.bbclass
populate_sdk_base.bbclass populate_sdk_base: Use highest compression level for xz 2019-05-29 12:54:12 +01:00
populate_sdk_ext.bbclass populate_sdk_ext.bbclass: Fix the derivate sdk build error from an published eSDK 2019-02-25 10:43:06 +00:00
populate_sdk.bbclass
prexport.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
primport.bbclass
ptest-gnome.bbclass
ptest-perl.bbclass meta/classes: add ptest-perl.bbclass 2018-03-06 06:19:18 -08:00
ptest.bbclass ptest: Add RDEPENDS frpm PN-ptest to PN package 2019-05-15 17:53:29 +01:00
pypi.bbclass pypi.bbclass: bring in from meta-python 2017-12-13 14:00:51 +00:00
python-dir.bbclass python3-dir.bbclass: add a separate class for Python 3 2016-06-01 12:38:41 +01:00
python3-dir.bbclass python3: upgrade to 3.7.2 2019-02-08 10:57:19 +00:00
python3native.bbclass python3: upgrade to 3.7.2 2019-02-08 10:57:19 +00:00
pythonnative.bbclass python[3]native: allow use of both native Python 2 and 3 2018-08-02 09:30:11 +01:00
qemu.bbclass meta/scripts: Various getVar/getVarFlag expansion parameter fixes 2017-01-09 13:39:11 +00:00
qemuboot.bbclass qemuboot: Improve relative path handling 2017-11-21 13:11:03 +00:00
recipe_sanity.bbclass recipe_sanity: Drop now unused FILESDIR 2017-04-05 23:22:11 +01:00
relative_symlinks.bbclass openssl/fontconfig/bzip2: Use relative symlinks instead of absolute ones (using a new class) 2017-02-09 10:52:03 +00:00
relocatable.bbclass relocatable: Make native .pc files relocatable 2017-01-31 23:47:33 +00:00
remove-libtool.bbclass remove-libtool: add new class 2016-02-02 14:44:16 +00:00
report-error.bbclass report-error: provide distro identifier string in case of uninative build 2017-08-18 23:46:37 +01:00
reproducible_build_simple.bbclass bitbake.conf: Set and export TZ envvar to UTC 2018-04-18 18:57:06 +01:00
reproducible_build.bbclass reproducible: Don't look for youngest file when no source tarball 2018-11-23 23:35:19 +00:00
rm_work_and_downloads.bbclass rm_work_and_downloads.bbclass: more aggressively minimize disk usage 2017-01-20 11:53:48 +00:00
rm_work.bbclass rm_work: sort the value of do_build dependencies 2019-03-09 14:43:11 +00:00
rootfs_deb.bbclass rootfs_*: Also depend on do_package_qa 2018-10-09 19:04:02 +01:00
rootfs_ipk.bbclass rootfs_*: Also depend on do_package_qa 2018-10-09 19:04:02 +01:00
rootfs_rpm.bbclass rootfs_*: Also depend on do_package_qa 2018-10-09 19:04:02 +01:00
rootfs-postcommands.bbclass systemd: do not create machine-id 2019-05-03 06:11:57 +01:00
rootfsdebugfiles.bbclass rootfsdebugfiles.bbclass: add a optional parameter to choose file mode 2017-07-30 08:46:19 +01:00
sanity.bbclass sanity: check_perl_modules bug fix 2019-04-12 09:29:06 +01:00
scons.bbclass scons: inherit python3native 2019-06-14 22:48:22 +01:00
setuptools.bbclass distutils/setuptools, distutils3/setuptools3: improve reproducibility 2018-07-26 13:16:40 +01:00
setuptools3.bbclass distutils/setuptools, distutils3/setuptools3: improve reproducibility 2018-07-26 13:16:40 +01:00
sign_ipk.bbclass meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
sign_package_feed.bbclass gnupg: use native version for signing, rather than one provided by host 2018-01-11 10:26:07 +00:00
sign_rpm.bbclass gnupg: use native version for signing, rather than one provided by host 2018-01-11 10:26:07 +00:00
siteconfig.bbclass classes: Remove tab indentations in python code 2018-11-23 23:35:19 +00:00
siteinfo.bbclass siteinfo: define data for m68k 2018-10-08 14:13:54 +01:00
spdx.bbclass spdx.bbclass: Encode strings before passing to hashlib 2018-07-18 10:18:42 +01:00
sstate.bbclass sstate.bbclass: Use bb.utils.to_boolean() for BB_NO_NETWORK 2019-04-10 13:46:17 +01:00
staging.bbclass staging: Code cleanup 2019-06-30 22:40:52 +01:00
syslinux.bbclass default-distrovars: set default KERNEL_IMAGETYPE(S) 2018-03-31 09:48:42 +01:00
systemd-boot-cfg.bbclass grub-efi-cfg, systemd-boot-cfg: use MACHINE_ARCH 2019-05-16 16:35:12 +01:00
systemd-boot.bbclass systemd-boot*.bbclass: Don't use vmlinuz 2018-03-06 06:35:42 -08:00
systemd.bbclass systemd: Restore mask and preset targets, fix instance creation 2019-05-09 16:31:56 +01:00
terminal.bbclass terminal.bbclass: Generate do_terminal as bitbake would 2019-04-03 14:50:13 +01:00
testexport.bbclass meta/classes/testexport: Remove __pycache__ from exported tests 2018-10-18 23:26:35 +01:00
testimage.bbclass testimage: consider QB_DEFAULT_FSTYPE 2019-06-08 16:01:41 +01:00
testsdk.bbclass classes/testsdk: Split implementation into classes 2018-11-21 11:54:14 +00:00
texinfo.bbclass texinfo.bbclass: use dummy dep for libtool-cross 2016-11-06 23:35:35 +00:00
tinderclient.bbclass meta/scripts: Various getVar/getVarFlag expansion parameter fixes 2017-01-09 13:39:11 +00:00
toaster.bbclass toaster.bbclass: Ignore some dependencies in toaster_buildhistory_dump() 2017-06-12 23:01:22 +01:00
toolchain-scripts-base.bbclass toolchain-scripts-base: add base class for toolchain_create_sdk_version 2016-09-23 14:56:39 +01:00
toolchain-scripts.bbclass toolchain-scripts: run post-relocate scripts for every environment 2019-01-08 11:16:44 +00:00
typecheck.bbclass meta: remove True option to getVarFlag calls 2016-12-16 10:23:23 +00:00
uboot-config.bbclass classes/recipes: Convert SkipPackage -> SkipRecipe 2018-01-26 13:09:09 +00:00
uboot-extlinux-config.bbclass uboot-extlinux-config.bbclass: add missing variable dependencies 2019-03-04 14:27:06 +00:00
uboot-sign.bbclass kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps 2019-06-12 21:08:52 +01:00
uninative.bbclass uninative: Switch from bz2 to xz 2019-05-30 12:37:03 +01:00
update-alternatives.bbclass update-alternatives.bbclass: run update-alternatives firstly in postinst script 2019-06-27 12:20:36 +01:00
update-rc.d.bbclass update-rc.d: support enable/disable options 2019-06-21 15:32:36 +01:00
upstream-version-is-even.bbclass upstream-version-is-even.bbclass: exclude various alphas, betas, pre-releases etc. 2016-12-17 09:57:04 +00:00
useradd_base.bbclass useradd_base.bbclass: Make perform_groupmems handle overlapping usernames 2018-10-16 20:35:43 +01:00
useradd-staticids.bbclass useradd-staticids: print exception after parse_args() error 2019-05-07 10:12:53 +01:00
useradd.bbclass useradd: Ensure do_populate_sysroot has dependency on useradd variables 2019-06-01 11:27:06 +01:00
utility-tasks.bbclass utility-tasks: Drop fetchall and checkuriall tasks 2018-02-15 11:23:10 +00:00
utils.bbclass utils: Fix create_wrapper 2019-03-06 23:12:27 +00:00
vala.bbclass vala.bbclass: remove pre-packaged vapigen.m4 from tarballs 2016-03-12 22:11:44 +00:00
waf.bbclass classes/waf: Set WAFLOCK 2019-04-23 23:30:20 +01:00
xmlcatalog.bbclass xmlcatalog: hold libxml2-native dependency 2019-07-11 09:32:50 +01:00