summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/mamona-sdk.inc
blob: fb54eab5419f21c012a4a11141af35032af9fbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Mamona SDK - Packages for compilation and debug"
LICENSE = "MIT"
ALLOW_EMPTY = "1"

PACKAGES = "${PN}"

RDEPENDS = "\
  task-mamona \
  automake \
  bison \
  cmake \
  fakeroot \
  flex \
  git \
  gdb \
  gettext \
  groff \
  libc6-dev \
  libstdc++-dev \
  make \
  cvs \
  subversion \
  pkgconfig \
  diffutils \
"