aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-08-17 19:51:11 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-19 07:49:33 +0200
commit2e6dfcb63de90d073a022a01690e850e9d5a66e8 (patch)
treea809db7d7a0f641c222b136ed9e5784b0932e6fd
parent2ca2dea3e402bd4bc1e897fb21caa04a6ac4696b (diff)
downloadopenembedded-2e6dfcb63de90d073a022a01690e850e9d5a66e8.tar.gz
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>
-rw-r--r--classes/rootfs_ipk.bbclass2
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass
index 915e3d74cf..77e573c260 100644
--- a/classes/rootfs_ipk.bbclass
+++ b/classes/rootfs_ipk.bbclass
@@ -41,7 +41,7 @@ fakeroot rootfs_ipk_do_rootfs () {
for i in ${BAD_RECOMMENDATIONS}; do
echo "Package: $i" >> $STATUS
echo "Architecture: ${TARGET_ARCH}" >> $STATUS
- echo "Status: deinstall ok not-installed" >> $STATUS
+ echo "Status: deinstall hold not-installed" >> $STATUS
echo >> $STATUS
done
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"