Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse: set CVE_PRODUCT to "fuse_project:fuse" | Mikko Rapeli | 2021-01-16 | 1 | -0/+2 |
| | | | | | | | | | | | Other products like "RedHat:fuse" introduce false CVE findings like: https://nvd.nist.gov/vuln/detail/CVE-2018-10906 https://nvd.nist.gov/vuln/detail/CVE-2019-14860 https://nvd.nist.gov/vuln/detail/CVE-2020-25689 Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | fuse: Fix installed-vs-shipped for nativesdk | Robert Yang | 2019-09-25 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | There are two problems: * The /dev is installed to '${D}/dev', not '${D}${base_prefix}' * The /etc is installed ${D}, but should be ${D}${sysconfdir} It works for target is because target's base_prefix is NULL, but it isn't work for native or nativesdk. Fixed: $ bitbake nativesdk-fuse ERROR: nativesdk-fuse-2.9.9-r0 do_package: QA Issue: nativesdk-fuse: Files/directories were installed but not shipped in any package: /dev /etc /etc/init.d /etc/udev /etc/init.d/fuse /etc/udev/rules.d /etc/udev/rules.d/99-fuse.rules Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | fuse: upgrade 2.9.8 -> 2.9.9 | Yi Zhao | 2019-06-15 | 1 | -0/+72 |
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |