diff options
-rw-r--r-- | classes/gpe.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gpe.oeclass b/classes/gpe.oeclass index f192bb5448..3b0cd0a001 100644 --- a/classes/gpe.oeclass +++ b/classes/gpe.oeclass @@ -1,4 +1,4 @@ -DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native" +DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native " SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" |