diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-09-02 15:48:04 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-09-02 15:48:04 +0200 |
commit | 421ae404dbec4749671a284c6f2693efaf769868 (patch) | |
tree | bac960eaf0d5833d59d2595ee53d8c11d96ba3d6 /recipes-image | |
parent | a89be7b65fafa7c65ebb05d39934119fce7bceb5 (diff) | |
download | meta-tizen-421ae404dbec4749671a284c6f2693efaf769868.tar.gz meta-tizen-421ae404dbec4749671a284c6f2693efaf769868.tar.bz2 meta-tizen-421ae404dbec4749671a284c6f2693efaf769868.zip |
remove rygel support for Tizen:IVI
Change-Id: I2e4991ae0f86c362becd25d6ad82bfb2a510bcf5
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-image')
-rw-r--r-- | recipes-image/images/tizen-ivi-core-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-image/images/tizen-ivi-core-image.bb b/recipes-image/images/tizen-ivi-core-image.bb index 111f616c..fd23a156 100644 --- a/recipes-image/images/tizen-ivi-core-image.bb +++ b/recipes-image/images/tizen-ivi-core-image.bb @@ -36,7 +36,9 @@ CORE_IMAGE_EXTRA_INSTALL += "murphy" CORE_IMAGE_EXTRA_INSTALL += "node-startup-controller" CORE_IMAGE_EXTRA_INSTALL += "phoned" CORE_IMAGE_EXTRA_INSTALL += "pulseaudio-module-murphy-ivi" -CORE_IMAGE_EXTRA_INSTALL += "rygel" +# TMP Remove rygel +# BTY-36 +#CORE_IMAGE_EXTRA_INSTALL += "rygel" CORE_IMAGE_EXTRA_INSTALL += "sphinxbase" CORE_IMAGE_EXTRA_INSTALL += "udev-rules" CORE_IMAGE_EXTRA_INSTALL += "wayland-ivi-extension" |