From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 3305574242 for ; Fri, 4 Sep 2015 12:15:17 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 04 Sep 2015 05:15:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,469,1437462000"; d="scan'208";a="782613810" Received: from kanavin-desktop.fi.intel.com ([10.237.68.161]) by fmsmga001.fm.intel.com with ESMTP; 04 Sep 2015 05:15:16 -0700 From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Date: Fri, 4 Sep 2015 15:16:54 +0300 Message-Id: <1441369014-4788-1-git-send-email-alexander.kanavin@linux.intel.com> X-Mailer: git-send-email 2.1.4 Subject: [PATCH] pcmanfm: add an icon theme dependency X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 12:15:20 -0000 Signed-off-by: Alexander Kanavin --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb index 6ef0347..f41a8c6 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb @@ -36,3 +36,5 @@ do_install_append () { } FILES_${PN} += "${libdir}/pcmanfm" + +RRECOMMENDS_${PN} += "gnome-icon-theme" -- 2.1.4