You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
02d3500747
We changed the skeletons inbf01e51f3c, so that var/lock points to run/lock. This resulted in build failures as some packages want to work with these paths. - Create run/lock, the run directory will be purged later anyway (since5e78e7e97d). - for init == systemd, create the var/lock symlink early to prevent packages creating this path as directory. Fixes: http://autobuild.buildroot.net/results/3ee/3ee8f9ee55e51af38e9dbe7b9840c9589d88a30f Signed-off-by: Norbert Lange <nolange79@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>