From: Koen Kooi Date: Wed, 2 Jun 2010 06:48:29 +0000 (+0200) Subject: opkg: bump SRCREV to 530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716a10bbfc5cb0f152c2f8d76c783656e51714f6;p=openembedded.git opkg: bump SRCREV to 530 The commits since 527 are: * Don't try to print cmd_name before its initialised. From Amanous, Issue #48 * Add a message for the case that no installation candidate can be found. * Bump maximum message length from 256 to 4096. --- diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 2183d40aaa..0955a0d699 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -1,5 +1,5 @@ # this is alphabetical! # only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly -OPKG_SRCREV ?= "527" +OPKG_SRCREV ?= "530" EFL_SRCREV ?= "48935"