]> git.ipfire.org Git - thirdparty/openwrt.git/commit
package: drop creating spurious tmp directory in feed directory 20941/head
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 22 Nov 2025 09:01:55 +0000 (10:01 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 23 Nov 2025 10:41:47 +0000 (11:41 +0100)
commit443fc115767f4f1c95fb8536c7e615c5371cc1da
tree3e460804b0137f69c622a2e6a6a62a49e2f0abbc
parent444299d70c12eb6b8543f990a62fbdd764798771
package: drop creating spurious tmp directory in feed directory

In implementing APK support it seems a a leftover was never removed that
creates an unused tmp directory in the package feed directory.

Drop it as it's not used anywhere. What is actually needed is the
creation of the $$(PDIR_$(1)) directory for the feed package directory
in the bin/packages directory.

This was a side effect of using INSTALL_DIR on $$(PDIR_$(1))/tmp that
indirectly creates the $$(PDIR_$(1)) parent directory.

Fixes: d788ab376f85 ("build: add APK package build capabilities")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit f9802d70c633e5c502466e7b276613362967c8cb)
include/package-pack.mk