intel-oneapi-mkl: dont check for debian renaming of packages

We dont need these packages to be renamed. Also avoids an error when the
debian renaming hook tries to look for objdump when its not there for
recipes inheriting bin_package.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2023-08-23 15:04:02 +08:00
parent 0685337893
commit a4d0a75b57

View File

@ -62,6 +62,7 @@ do_install:append () {
done
}
AUTO_LIBNAME_PKGS = ""
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"