aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-mamona-noemu.bb
blob: 9a3927ac4d5aae07ca48fd611649dc8b6c762e9b (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"
FILE_PR = "r1"
ALLOW_EMPTY = "1"

PACKAGES = "${PN}"

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