Go to file
Robert Yang 69f234b65e fuse: Fix installed-vs-shipped for nativesdk
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>
2019-09-25 09:48:19 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems fuse: Fix installed-vs-shipped for nativesdk 2019-09-25 09:48:19 -07:00
meta-gnome zenity: new package 2019-09-13 09:21:30 -07:00
meta-initramfs klibc: Fix build with 5.2+ kernel headers 2019-09-03 16:02:03 -07:00
meta-multimedia bigbuckbunny: Use faster download mirrors 2019-09-13 19:14:14 -07:00
meta-networking firewalld: add UPSTREAM_CHECK_URI 2019-09-25 09:48:19 -07:00
meta-oe xterm: upgrade 348 -> 349 2019-09-25 00:19:48 -07:00
meta-perl libnet-dns-perl: upgrade 1.20 -> 1.21 2019-09-05 21:50:12 -07:00
meta-python python-incremental: Drop broken nativesdk 2019-09-25 09:48:19 -07:00
meta-webserver phpmyadmin: upgrade 4.9.0.1 -> 4.9.1 2019-09-23 08:33:10 -07:00
meta-xfce xfce4-screenshooter: upgrade 1.9.5 -> 1.9.6 2019-09-03 07:25:28 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories