diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-30 15:08:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-30 15:08:11 +0000 |
commit | 54fba797ebffea5b39ff68da4d8f80b88d9708f7 (patch) | |
tree | 330bc2899726b7a4fd4a254ef49e58887d8a0f2a /conf/distro/include | |
parent | 885277209e0653dcb15b44f64ccf49adb87d6e7d (diff) |
opkg*: bump SRCREV to 4564 to fix memory leaks and segfaults
Diffstat (limited to 'conf/distro/include')
-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 4cc84b326f..5597adfc46 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -138,9 +138,9 @@ SRCREV_pn-openmoko-toolchain-scripts ?= "4430" SRCREV_pn-openmoko-worldclock2 ?= "3365" SRCREV_pn-openocd ?= "517" SRCREV_pn-openocd-native ?= "517" -SRCREV_pn-opkg ?= "4488" -SRCREV_pn-opkg-native ?= "4491" -SRCREV_pn-opkg-sdk ?= "4488" +SRCREV_pn-opkg ?= "4564" +SRCREV_pn-opkg-native ?= "4564" +SRCREV_pn-opkg-sdk ?= "4564" SRCREV_pn-opkg-utils ?= "4534" SRCREV_pn-opkg-utils-native ?= "4534" SRCREV_pn-oprofileui ?= "173" |