firmware: The package depends on the machine, set the right arch

This commit is contained in:
Holger Hans Peter Freyther 2012-05-03 04:40:19 +08:00
parent f1ce2c13e5
commit 2a378aa333
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ SRCREV = "aeedfeb70345685be493a7a80e38af0169013c82"
S = "${WORKDIR}/git"
PV = "1.0+git${SRCPV}"
PR = "r2"
PR = "r4"
do_compile() {
:
@ -22,4 +22,4 @@ do_install() {
FILES_${PN}_sysmobts-v1 = "/lib/firmware/sysmobts-v1*"
FILES_${PN}_sysmobts-v2 = "/lib/firmware/sysmobts-v2*"
PACKAGE_ARCH = "all"
PACKAGE_ARCH = "${MACHINE_ARCH}"