From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id 441CD77016 for ; Fri, 4 Sep 2015 12:19:18 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 04 Sep 2015 05:19:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,469,1437462000"; d="scan'208";a="798198069" Received: from kanavin-desktop.fi.intel.com ([10.237.68.161]) by fmsmga002.fm.intel.com with ESMTP; 04 Sep 2015 05:19:18 -0700 From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Date: Fri, 4 Sep 2015 15:21:00 +0300 Message-Id: <1441369260-4865-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:19:21 -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..4467303 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} += "adwaita-icon-theme" -- 2.1.4