package: drop creating spurious tmp directory in feed directory
authorChristian Marangi <[email protected]>
Sat, 22 Nov 2025 09:01:55 +0000 (10:01 +0100)
committerChristian Marangi <[email protected]>
Sat, 22 Nov 2025 09:01:55 +0000 (10:01 +0100)
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 <[email protected]>
include/package-pack.mk

index 2baceae72a40a42e75bfa15ff2b528c9f6025571..c989fdb11676633a3c3ba2ee9951f401671fbf56 100644 (file)
@@ -280,7 +280,7 @@ endif
                )
     endif
 
-       $(INSTALL_DIR) $$(PDIR_$(1))/tmp
+       $(INSTALL_DIR) $$(PDIR_$(1))
 
 ifeq ($(CONFIG_USE_APK),)
        mkdir -p $$(IDIR_$(1))/CONTROL