diff options
author | Tick Chen <ticktock35@gmail.com> | 2009-01-20 02:33:00 +0800 |
---|---|---|
committer | Tick Chen <ticktock35@gmail.com> | 2009-01-20 02:33:00 +0800 |
commit | 5b339616cd5183cf193dd229ef408e6d88d96cfb (patch) | |
tree | 1e79e2d6ad0dfa8da199ca5ff23c455cc9791584 | |
parent | f7e854b22cbb0baba7effbd09a43fa3ac293b76f (diff) |
opkg: bump up opkg version to R197
solving issue of http://code.google.com/p/opkg/issues/detail?id=3&can=1
that opkg-cl crashes while dealing with package infomation exceeds
8192 bytes.
-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 d25bd9e738..f653e5f2f6 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -174,9 +174,9 @@ SRCREV_pn-openmoko-toolchain-scripts ?= "4878" SRCREV_pn-openmoko-worldclock2 ?= "3365" SRCREV_pn-openocd ?= "517" SRCREV_pn-openocd-native ?= "517" -SRCREV_pn-opkg ?= "196" -SRCREV_pn-opkg-native ?= "196" -SRCREV_pn-opkg-sdk ?= "196" +SRCREV_pn-opkg ?= "197" +SRCREV_pn-opkg-native ?= "197" +SRCREV_pn-opkg-sdk ?= "197" SRCREV_pn-opkg-utils ?= "4578" SRCREV_pn-opkg-utils-native ?= "4595" SRCREV_pn-oprofileui ?= "173" |