aboutsummaryrefslogtreecommitdiffstats
path: root/classes/gpe.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-27 17:32:26 -0700
committerChris Larson <chris_larson@mentor.com>2011-01-26 14:28:53 -0700
commitaf5f4debf19be227c63d5cc89e4acd2961469724 (patch)
treef06deae8d0a72952d78fa3605e412f354a36446c /classes/gpe.bbclass
parent0bf1d00fb4e2b36dc3c25194bdddc6d95300caf4 (diff)
downloadopenembedded-af5f4debf19be227c63d5cc89e4acd2961469724.tar.gz
Add install wrapper rather than coreutils-native
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric BĂ©nard <eric@eukrea.com> Acked-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'classes/gpe.bbclass')
-rw-r--r--classes/gpe.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gpe.bbclass b/classes/gpe.bbclass
index a9ddec3b53..7e042ee930 100644
--- a/classes/gpe.bbclass
+++ b/classes/gpe.bbclass
@@ -1,4 +1,4 @@
-DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
+DEPENDS_prepend = "virtual/libintl intltool-native "
GPE_TARBALL_SUFFIX ?= "gz"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"