diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 23:30:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 23:41:50 +0200 |
commit | 3aaad6787861b49f6dc33b3cff71768b24a96070 (patch) | |
tree | 4ab8158c4dda1cb28406520e545fba86fb75305f | |
parent | 4b371c21f849b4e5b8faf6e70a2dd8d7a6983f9e (diff) |
opkg: bump SRCREV for fix preventing overeager removing of files which were after opkg upgrade owned by different package
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 ebdb5efd9c..6b2aa8fc72 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 ?= "530" +OPKG_SRCREV ?= "531" EFL_SRCREV ?= "49539" |