summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-04-02 22:00:15 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-04 08:14:22 +0200
commit7ea47c2cfac97a4e2df7631b4517af33557980e8 (patch)
tree12acca9563cea0596a2903673ed9d8d5e7f32c54 /meta-xfce
parentda79176ae1523a326c66d19d67e6755b5bb4cfb8 (diff)
downloadmeta-openembedded-7ea47c2cfac97a4e2df7631b4517af33557980e8.tar.gz
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@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_0.10.2.bb5
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 4fdfd48c0..6aa105649 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"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 perl-native cairo" 5DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
6PR = "r1"
6 7
7inherit xfce pythonnative 8inherit xfce pythonnative perlnative
8 9
9# SRC_URI must follow inherited one 10# SRC_URI must follow inherited one
10SRC_URI += " \ 11SRC_URI += " \