diff options
author | Koen Kooi <koen@openembedded.org> | 2005-12-30 13:31:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-30 13:31:28 +0000 |
commit | be9def82d44c0fa52f4d53490579c2d049bcc2e0 (patch) | |
tree | fb4c6821e98fb3cdf510d72d3973a695803f6089 /conf/distro/familiar-unstable.conf | |
parent | d3fcf56dd64ff54d7674209dec2b95b2fa2c5757 (diff) |
familiar-unstable: don't use cvsdate=now because it produces stuff like this: xrdb-0.0cvsnow-r2
Diffstat (limited to 'conf/distro/familiar-unstable.conf')
-rw-r--r-- | conf/distro/familiar-unstable.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index 409213ce10..90745ebe2d 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -15,7 +15,7 @@ FEED_URIS += " \ updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" #CVSDATE = 20050331 -CVSDATE = "now" +#CVSDATE = "now" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" |