-
Notifications
You must be signed in to change notification settings - Fork 2.1k
pkg: build order issue #6022
Copy link
Copy link
Closed
Labels
Area: pkgArea: External package portsArea: External package portsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
I've hit an issue building the nanocoap pkg for nrf52dk:
- when using the softdevice, nrf52dk's cpu_conf.h includes files from a package
- debug.h includes thread.h which includes cpu_conf.h
- nanocoap uses debug.h
- nanocoap comes before nordic_softdevice_ble lexicographically
- our dependency system doesn't honor the dependencies in the build order
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: pkgArea: External package portsArea: External package portsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)