diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-01-13 13:27:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-01-13 13:27:58 +0000 |
commit | 81ee85ebd08f54a51f746e23ef88f8c59d074470 (patch) | |
tree | d83fb250e159c9bdb4da8ee84803475a25f92b81 | |
parent | 812d5db2565bef981aec14841151a6d18b43d015 (diff) | |
parent | 328ccfbac39fa6fc98be06e27b9abfd7372c6179 (diff) |
merge of '191f327932f99e02f2e0bd98ff435cfd9b439c23'
and '3c96b014ef2dbcdb79faf2c1b5dbbc4d0d2d7660'
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index c5e8d3249e..b1d67e0405 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -74,9 +74,9 @@ FEED_URIS += " \ # We will lock down a SRCDATE when we go into release mode #SRCDATE = "20070303" -PREFERRED_VERSION_linux-handhelds-2.6 = "2.6.16-hh9" -PREFERRED_VERSION_linux-handhelds-2.6_h3900 = "2.6.19-hh7" -PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal = "2.6.19-hh7" +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.16-hh9" +PREFERRED_VERSION_linux-handhelds-2.6_h3900 ?= "2.6.19-hh7" +PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.19-hh7" SRCDATE_gconf-dbus = "20060719" |