blob: f2bca1a685247dc0f5d7c8b3814f003bc938d7c0 (
plain)
1
2
3
4
5
6
7
8
|
# Mark package as machine specific, which the upstream stub recipe
# does not do for unclear reasons.
PACKAGE_ARCH = "${MACHINE_ARCH}"
# Allow an empty package as results from the upstream stub recipe.
# This allows using the package without needing machine specific
# hooks.
ALLOW_EMPTY:${PN} = "1"
|