diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-08-17 19:51:11 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 07:49:33 +0200 |
commit | 2e6dfcb63de90d073a022a01690e850e9d5a66e8 (patch) | |
tree | a809db7d7a0f641c222b136ed9e5784b0932e6fd /conf/distro | |
parent | 2ca2dea3e402bd4bc1e897fb21caa04a6ac4696b (diff) |
rootfs_ipk.bbclass: Fix BAD_RECOMMENDATIONS.
See http://code.google.com/p/opkg/source/detail?r=553
And previous discussions:
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg01423.html
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg04051.html
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/distro')
-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 bfce5ad3db..19f93c6557 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -2,4 +2,4 @@ # only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly OPKG_SRCREV ?= "550" -EFL_SRCREV ?= "50438" +EFL_SRCREV ?= "51276" |