[oe-commits] Andreas Müller : exo: inherit perlnative and add liburi-perl-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Apr 4 06:14:02 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 7ea47c2cfac97a4e2df7631b4517af33557980e8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7ea47c2cfac97a4e2df7631b4517af33557980e8

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Apr  2 22:00:15 2013 +0000

exo: inherit perlnative and add liburi-perl-native to DEPENDS

* this fixes build on perl-less machines
* perlnative.bbclass adds perl-native to DEPENDS so remove it

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-xfce/exo/exo_0.10.2.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
index 4fdfd48..6aa1056 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
@@ -2,9 +2,10 @@ DESCRIPTION="Application library for the Xfce desktop environment"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 perl-native cairo"
+DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
+PR = "r1"
 
-inherit xfce pythonnative
+inherit xfce pythonnative perlnative
 
 # SRC_URI must follow inherited one
 SRC_URI += " \





More information about the Openembedded-commits mailing list