diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-11 16:48:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-11 16:48:27 +0000 |
commit | 8c23f19e75f16952608b1eaf9127823807a24bcf (patch) | |
tree | 3fd4e8952fdad85978194c25b2e43d6145d52a7f /conf/distro/jlime-shrek.conf | |
parent | ebbc21d915a7a83890b871c1cdfa4b9c5feef494 (diff) |
add metadata to some configurations. fixes #970
Diffstat (limited to 'conf/distro/jlime-shrek.conf')
-rw-r--r-- | conf/distro/jlime-shrek.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/jlime-shrek.conf b/conf/distro/jlime-shrek.conf index 943da6b9db..22fd792f85 100644 --- a/conf/distro/jlime-shrek.conf +++ b/conf/distro/jlime-shrek.conf @@ -1,6 +1,6 @@ #@TYPE: Distribution #@NAME: Jornada Linux Mobility Edition (JLime) <www.jlime.com> -#@DESCRIPTION: Linux for HP jornada 5xx,6xx,7xx,8xx series +#@DESCRIPTION: Distribution file for JLime (Linux for HP jornada 5xx,6xx,7xx,8xx series) #@MAINTAINER: Kristoffer Ericson <Kristoffer@jlime.com> DISTRO = "Jornada Linux Mobility Edition" @@ -8,9 +8,9 @@ DISTRO_NAME = "JLime" DISTRO_VERSION = "Shrek" DISTRO_TYPE = "release" -export FEED_URLS_jlime = "shrek##http://www.jlime.com/downloads/releases/shrek/${TARGET_ARCH}/feed/" +export FEED_URLS_jlime = "shrek##http://www.jlime.com/downloads/Releases/shrek/${TARGET_ARCH}/feed/" -SRCDATE = 20050518 +SRCDATE = "20050518" PREFERRED_PROVIDERS = "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" |