From 9d264bca70c078d99ec4d0c5eb432e153a01d868 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 20 Nov 2014 15:45:20 +0100 Subject: [PATCH] Do not install IVI packages in Tizen Common images MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit config-image.bb shouldn't depend on automotive-message-broker. Bug-Tizen: BTY-76 Change-Id: I3b2ff0b7427cd96cc9d0ef38e4d6248248ae719a Signed-off-by: Kévin THIERRY --- meta-tizen-common-demo/recipes-image/config-image/config-image.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-tizen-common-demo/recipes-image/config-image/config-image.bb b/meta-tizen-common-demo/recipes-image/config-image/config-image.bb index 508b94c..c5e66e2 100644 --- a/meta-tizen-common-demo/recipes-image/config-image/config-image.bb +++ b/meta-tizen-common-demo/recipes-image/config-image/config-image.bb @@ -10,7 +10,6 @@ RDEPENDS_${PN} += "media-server" RDEPENDS_${PN} += "wrt-widgets" RDEPENDS_${PN} += "avsystem" RDEPENDS_${PN} += "download-provider" -RDEPENDS_${PN} += "automotive-message-broker" do_install() { mkdir -p ${D}${sysconfdir} @@ -83,4 +82,4 @@ pkg_postinst_${PN} () { FILES_${PN} = "${sysconfdir}/tizen \ ${sysconfdir}/environment \ ${sysconfdir}/profile.d/bash_prompt_custom.sh \ - " \ No newline at end of file + " -- 2.7.4