summaryrefslogtreecommitdiffstats
path: root/recipes/images/shr-image.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-26 16:36:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-26 22:16:57 +0100
commitf12dd3b7438ec4672be5b4ada3bcd79afbcba137 (patch)
treeeb5ec48ddf7626e4ba910c853ce1b18665b1838b /recipes/images/shr-image.bb
parentb6e82ec5da43b07d96e6fe2ba251e6783004a344 (diff)
downloadopenembedded-f12dd3b7438ec4672be5b4ada3bcd79afbcba137.tar.gz
shr-image: add all needed deps to task-shr-minimal, remove /boot from jffs2/ubi/ubifs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/images/shr-image.bb')
-rw-r--r--recipes/images/shr-image.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/images/shr-image.bb b/recipes/images/shr-image.bb
index 23f4f64e4c..3d72ca0b53 100644
--- a/recipes/images/shr-image.bb
+++ b/recipes/images/shr-image.bb
@@ -16,17 +16,3 @@ IMAGE_INSTALL += "\
task-shr-gtk \
task-shr-cli \
"
-
-# perform some SHR convenience tweaks to the rootfs
-shr_rootfs_postprocess_append() {
- curdir=$PWD
- cd ${IMAGE_ROOTFS}
-
-
- #Replace desktop files
- echo "Icon=pidgin.png" >> ./usr/share/applications/pidgin.desktop
- sed -i "s/^X-Icon-path.*$//g" ./usr/share/applications/vagalume.desktop
-
- cd $curdir
-}
-