diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-09 21:18:25 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-09 21:18:25 +0100 |
commit | 161794911dd3efc812ed90d5f86166f9cf27d052 (patch) | |
tree | 880ca6c188b9325fbb952711ecacb3daa4141f05 /conf/distro | |
parent | 287743d8719196a160187ebd005d4ae67d41f057 (diff) |
opkg: upgraded to R204: this fixes the endless loop in opkg upgrade coreutils
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index e6557d794b..3581a170a7 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -183,9 +183,9 @@ SRCREV_pn-openmoko-toolchain-scripts ?= "4913" SRCREV_pn-openmoko-worldclock2 ?= "3365" SRCREV_pn-openocd ?= "517" SRCREV_pn-openocd-native ?= "517" -SRCREV_pn-opkg ?= "203" -SRCREV_pn-opkg-native ?= "203" -SRCREV_pn-opkg-sdk ?= "203" +SRCREV_pn-opkg ?= "204" +SRCREV_pn-opkg-native ?= "204" +SRCREV_pn-opkg-sdk ?= "204" SRCREV_pn-opkg-utils ?= "4578" SRCREV_pn-opkg-utils-native ?= "4595" SRCREV_pn-oprofileui ?= "173" |