1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

qt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file

(From OE-Core rev: 75d5e1abb9b1ef9e21be3ec270a7ed43d157d734)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-10-07 14:03:20 +01:00
parent dcf0c83cbb
commit de75097d98
3 changed files with 4 additions and 6 deletions
@@ -29,7 +29,6 @@ LICENSE = "MIT"
ALLOW_EMPTY = "1"
PACKAGES = ""
PACKAGE_ARCH = "all"
PR = "r4"
@@ -38,7 +37,7 @@ ADT_DIR = "${WORKDIR}/adt-installer/"
YOCTOADT_VERSION = "${SDK_VERSION}"
S = "${WORKDIR}/trunk"
inherit deploy
inherit deploy allarch
SRCREV = "596"
PV = "0.1.8+svnr${SRCPV}"