diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-18 22:12:21 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-18 22:12:21 +0000 |
commit | 0b62e2f3f7a47491e9157a69fefe45393bf33758 (patch) | |
tree | db629be3505ff00a95323a6759b7c07eb0c770e7 /classes | |
parent | 67ef40939cd8725570cf352bab6a4dd0eb83beff (diff) |
Merge openembedded@openembedded.bkbits.net:packages-devel
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/18 16:11:27-06:00 ti.com!kergoth
Unbork DEPENDS in the gpe.oeclass.. amazing what one missing space will do.
BKrev: 419d1e45kId2is0P2RHZ5Zeaizu1MA
Diffstat (limited to 'classes')
-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" |