diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-11 08:26:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-11 11:13:18 +0200 |
commit | 731e6defe6da58bff482f33508058544ad1013a9 (patch) | |
tree | 7a780d470ab74b0883543c7551f7599afc0d6aa8 | |
parent | 0ed82e1a5884f608f94f6b86be65a4bd9f24066c (diff) |
opkg: bump SRCREV for better fix of #50 (incorrect removal of orphaned files)
* http://code.google.com/p/opkg/issues/detail?id=50
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 6b2aa8fc72..de841adb86 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 ?= "531" +OPKG_SRCREV ?= "536" EFL_SRCREV ?= "49539" |