summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb b/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
new file mode 100644
index 0000000000..164da36686
--- /dev/null
+++ b/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
@@ -0,0 +1,30 @@
1#
2# Copyright (C) 2007 OpenedHand Ltd.
3# Copyright (C) 2012 Red Hat, Inc.
4#
5
6SUMMARY = "Essential build dependencies"
7LICENSE = "MIT"
8PR = "r0"
9
10inherit packagegroup
11
12RDEPENDS_packagegroup-core-buildessential = "\
13 autoconf \
14 automake \
15 binutils \
16 binutils-symlinks \
17 cpp \
18 cpp-symlinks \
19 gcc \
20 gcc-symlinks \
21 g++ \
22 g++-symlinks \
23 gettext \
24 make \
25 libstdc++ \
26 libstdc++-dev \
27 libtool \
28 pkgconfig \
29 "
30