xbee: allow creating xbee runtime empty package

All files go to xbee-init package, so by default xbee package is not
created. This leads to a failure when building the SDK:

Error:
 Problem: conflicting requests
  - nothing provides xbee = 1.0-r0.0 needed by xbee-dev-1.0-r0.0.ccimx8mm_dvk

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-01-04 13:45:53 +01:00
parent b72a3425b1
commit 2a97d8886b
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ FILES:${PN}-init = " \
${sysconfdir}/init.d/xbee-init \
${systemd_unitdir}/system/xbee-init.service \
"
ALLOW_EMPTY:${PN} = "1"
INITSCRIPT_PACKAGES += "${PN}-init"
INITSCRIPT_NAME:${PN}-init = "xbee-init"
INITSCRIPT_PARAMS:${PN}-init = "start 19 2 3 4 5 . stop 21 0 1 6 ."