summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb')
-rw-r--r--yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
deleted file mode 100644
index 74ed24751..000000000
--- a/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Copyright (C) 2007 OpenedHand Ltd.
-# Copyright (C) 2012 Red Hat, Inc.
-#
-
-SUMMARY = "Essential build dependencies"
-LICENSE = "MIT"
-
-inherit packagegroup
-
-RDEPENDS_packagegroup-core-buildessential = "\
- autoconf \
- automake \
- binutils \
- binutils-symlinks \
- cpp \
- cpp-symlinks \
- gcc \
- gcc-symlinks \
- g++ \
- g++-symlinks \
- gettext \
- make \
- libstdc++ \
- libstdc++-dev \
- libtool \
- pkgconfig \
- "
-