The imx-vpu is a machine specific package, as it depends on the kernel
for build. We are going to change the PACKAGE_ARCH of it to be
MACHINE_SOCARCH as the interface provided by it is stable thus not
requring that the library users to be rebuild.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
+# Copyright (C) 2013-2016 O.S. Systems Software LTDA.
# Copyright (C) 2013 Freescale Semiconductor
DESCRIPTION = "Freescale VPU library"
LICENSE = "Proprietary"
oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
}
+PACKAGE_ARCH = "${MACHINE_ARCH}"