aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-mamona-noemu.bb
blob: 73659593dd4171ad04a989d84ee3c37fc3b61d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Noemu packages are i386 packages thar run inside ARM chroot environment"
LICENSE = "MIT"
PR = "r1"
ALLOW_EMPTY = "1"

PACKAGES = "${PN}"

RDEPENDS = "\
  bash-noemu \
  binutils-noemu \
  gcc-noemu \
"