meshtasticd-debian: Include core_dir in sdeb (#5761)

This commit is contained in:
Austin 2025-01-05 16:26:31 -05:00 committed by GitHub
parent fb74e1d182
commit b0087fd328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
export DEBEMAIL="jbennett@incomsystems.biz"
export PLATFORMIO_LIBDEPS_DIR=pio/libdeps
export PLATFORMIO_PACKAGES_DIR=pio/packages
export PLATFORMIO_CORE_DIR=.pio_core
export PLATFORMIO_CORE_DIR=pio/core
# Download libraries to `libdeps`
platformio pkg install -e native

2
debian/rules vendored
View File

@ -7,7 +7,7 @@
# https://docs.platformio.org/en/latest/envvars.html
PIO_ENV:=\
PLATFORMIO_CORE_DIR=.pio_core \
PLATFORMIO_CORE_DIR=pio/core \
PLATFORMIO_LIBDEPS_DIR=pio/libdeps \
PLATFORMIO_PACKAGES_DIR=pio/packages

View File

@ -1,2 +1,3 @@
pio/libdeps
pio/packages
pio/packages
pio/core