From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-core/packagegroups/build-essential.bb | 7 +++++++
 meta-arago-distro/recipes-core/packagegroups/ti-world.bb        | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 
meta-arago-distro/recipes-core/packagegroups/build-essential.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/build-essential.bb 
b/meta-arago-distro/recipes-core/packagegroups/build-essential.bb
new file mode 100644
index 0000000..c50053a
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/build-essential.bb
@@ -0,0 +1,7 @@
+# This is just an alias between debian and OE names
+
+LICENSE = "MIT"
+
+inherit packagegroup
+
+RDEPENDS_${PN} = "packagegroup-core-buildessential"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb 
b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index fb20b89..c1b69ef 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Task to install graphics packages"
+SUMMARY = "TI World packagegroup"
 LICENSE = "MIT"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -18,7 +18,7 @@ CHROMIUM_append_k3 = "\
 
 DEVTOOLS = " \
     linux-libc-headers-dev \
-    packagegroup-core-buildessential \
+    build-essential \
     packagegroup-core-tools-debug \
     git \
 "
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to