PKG_SOURCE_LOCAL override is broken #13055
Labels
Area: build system
Area: Build system
Area: pkg
Area: External package ports
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
using a local copy for a package with
PKG_SOURCE_LOCAL
is broken since #13036 was merged. Now the packages source is copied from the local path, but it is not build anymore.This should be fixed ASAP, as this is stalling my ongoing experiments :-)
Steps to reproduce the issue
Take any package (e.g.
nimble
) and try to build RIOT with a local copy of that packageYou will see in the build output, that the package is actually copied:
but it is not compiled
Expected results
Should be build using the local copy
Actual results
does not
The text was updated successfully, but these errors were encountered: