[OE-core] [PATCH 3/3] apt: fix hardcode of /usr/lib

Burton, Ross ross.burton at intel.com
Fri Mar 24 12:05:28 UTC 2017


On 24 March 2017 at 08:55, Robert Yang <liezhi.yang at windriver.com> wrote:

> -       install -m 0644 ${S}/debian/apt.systemd.daily ${D}/usr/lib/apt/
> +       install -m 0644 ${S}/debian/apt.systemd.daily ${D}${libdir}/apt/
>

$ grep -r apt.systemd.daily
debian/apt-daily.service:ExecStart=/usr/lib/apt/apt.systemd.daily
debian/apt.apt-compat.cron.daily:exec /usr/lib/apt/apt.systemd.daily

If you're going to move apt.systemd.daily, then you need to fix the
references to it aswell.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170324/8a207bd8/attachment-0002.html>


More information about the Openembedded-core mailing list