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

Robert Yang liezhi.yang at windriver.com
Mon Mar 27 01:47:20 UTC 2017



On 03/24/2017 08:05 PM, Burton, Ross wrote:
>
> On 24 March 2017 at 08:55, Robert Yang <liezhi.yang at windriver.com
> <mailto: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.

Thanks, I will send apt's fix in another path since the other 2 patches are
in master-next.

// Robert

>
> Ross



More information about the Openembedded-core mailing list