mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
da79176ae1
commit
7ea47c2cfa
@@ -2,9 +2,10 @@ DESCRIPTION="Application library for the Xfce desktop environment"
|
|||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
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 must follow inherited one
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user