hardknott: linux-imx-headers: sync with meta-imx hardknott-5.10.72-2.2.0 branch
For now, port the new content of the v5.10 recipe to our v5.4 recipe. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
641501cc04
commit
903e07ff8f
|
|
@ -49,8 +49,17 @@ do_install() {
|
|||
|
||||
DEPENDS += "rsync-native"
|
||||
|
||||
# Allow to build empty main package, this is required in order for -dev package
|
||||
# to be propagated into the SDK
|
||||
#
|
||||
# Without this setting the RDEPENDS in other recipes fails to find this
|
||||
# package, therefore causing the -dev package also to be skipped effectively not
|
||||
# populating it into SDK
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
DEPENDS += "unifdef-native bison-native rsync-native"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m|ccimx6)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue