diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-30 12:47:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-30 12:47:42 +0000 |
commit | 0e32e50bc1d96711ab26d4258265e534e38c4428 (patch) | |
tree | 6d5854c78f8c1a32e8350c230d441650d5e2cad7 | |
parent | f7dee232d1571a4f0c5e22cdc883d0459ab7bac3 (diff) | |
download | openembedded-core-0e32e50bc1d96711ab26d4258265e534e38c4428.tar.gz openembedded-core-0e32e50bc1d96711ab26d4258265e534e38c4428.tar.bz2 openembedded-core-0e32e50bc1d96711ab26d4258265e534e38c4428.zip |
poky.conf: Fix gaku/gypsy SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3043 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 8743f3493b..73a6b82ba0 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -124,8 +124,8 @@ SRCDATE_abiword ?= "20070130" SRCREV_pn-xvideo-tests ?= "272" SRCREV_pn-clutter ?= "1495" SRCDATE_libgsmd ?= "20070917" -SRCREV_gaku ?= "286" -SRCREV_gypsy ?= "39" +SRCREV_pn-gaku ?= "286" +SRCREV_pn-gypsy ?= "39" # Previously floating revisions SRCREV_pn-aaina ?= "1231" |