diff options
Diffstat (limited to 'recipes/ti/ti-staging.inc')
-rw-r--r-- | recipes/ti/ti-staging.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc index 726c0d455f..947c3835b2 100644 --- a/recipes/ti/ti-staging.inc +++ b/recipes/ti/ti-staging.inc @@ -2,6 +2,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" BASEPKG_HOST_SYS = "${MULTIMACH_HOST_SYS}" INHIBIT_PACKAGE_STRIP = "1" +ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY_${PN}-dev = "1" + PACKAGES =+ "${PN}-sdk" FILES_${PN}-sdk = "${installdir}/*-tree" INSANE_SKIP_${PN}-sdk = "True" |