aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/mamona-sdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/mamona-sdk.inc')
-rw-r--r--recipes/tasks/mamona-sdk.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/tasks/mamona-sdk.inc b/recipes/tasks/mamona-sdk.inc
new file mode 100644
index 0000000000..fb54eab541
--- /dev/null
+++ b/recipes/tasks/mamona-sdk.inc
@@ -0,0 +1,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 \
+"