Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master][dunfell] openct: cleanup and allow building as native package #299

Closed
wants to merge 3 commits into from

Commits on Dec 13, 2020

  1. openct: remove lines that resulted in a no-op

    Also remove /run/openct/status from FILES_${PN}, which isn't being
    created at all by the recipe – even openct's configure script references
    it as /var/run/openct/.
    
    Fixes: 387824f (2016-02-28, "openct: Fix rootfs creation errors")
    Fixes: 8e61ff9 (2019-11-21, "openct: merge do_install and do_install_append")
    Signed-off-by: Roland Hieber <rhi@pengutronix.de>
    rohieb committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    1ca6398 View commit details
    Browse the repository at this point in the history
  2. openct: clean up do_install

    * Use sysconfdir and nonarch_libdir instead of hard-coded paths, and be
      consistent with the slashes after ${D}
    * Install udev rules into /usr/lib/udev instead of /etc/udev so they can
      be overwritten in /etc, which has higher priority. Also use /usr/lib
      instead of /lib, latter of which isn't searched by udev [1].
    * Don't create /usr/lib/udev, it is already created by install -D later
      with the default umask, which is fine
    * Make use of do_install[cleandirs]
    
    [1]: https://www.freedesktop.org/software/systemd/man/udev.html
    
    Signed-off-by: Roland Hieber <rhi@pengutronix.de>
    rohieb committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    0787dab View commit details
    Browse the repository at this point in the history
  3. openct: allow building as native package

    Signed-off-by: Roland Hieber <rhi@pengutronix.de>
    rohieb committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    d70eb9c View commit details
    Browse the repository at this point in the history