aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/mamona-sdk.inc
blob: bbf33097028d32b0da86e3c71e722300cb9eb023 (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_${PN} = "\
  task-mamona \
  automake \
  bison \
  cmake \
  fakeroot \
  flex \
  git \
  gdb \
  gettext \
  groff \
  libc6-dev \
  libstdc++-dev \
  make \
  cvs \
  subversion \
  pkgconfig \
  diffutils \
"