diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-02 08:48:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-02 09:34:49 +0200 |
commit | 716a10bbfc5cb0f152c2f8d76c783656e51714f6 (patch) | |
tree | 8f0d3613ff8887a83ae29567b271cddd4e0c8a91 /conf | |
parent | f00180ced5a02d08204fb9eebafd00c0767c82c4 (diff) |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |