build: apk: Remove /run/apk/db.lock
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 14 Nov 2024 21:57:02 +0000 (22:57 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 16 Nov 2024 13:22:22 +0000 (14:22 +0100)
commit71c14cbee5aa5f1924191252c07a69b7e6aabd29
treed91363f470eb844264fe799e5c9a81dee6e9b46a
parent487ca61f917f9308222faf481ad8be4e2cef0c90
build: apk: Remove /run/apk/db.lock

Do not add the file /run/apk/db.lock to the root file system. The /run
folder should be on a tmpfs.

At runtime we should make /run point to a tmpfs. At build time we should
just remove the folder.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/16961
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/Makefile