diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-02 08:58:10 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
| commit | 28006d9af1120c49be497c118767a1b84a6f3438 (patch) | |
| tree | 8d7e9d0d4b9ba9a48abeaf7675e92fad1dbcfc96 /meta-xfce | |
| parent | 722a929cca8c1f7b05a191d6282c5088e12d9109 (diff) | |
| download | meta-openembedded-28006d9af1120c49be497c118767a1b84a6f3438.tar.gz | |
xfce4-screenshooter: Add dependency on libxml-parser-perl-native
Use nativeperl to maintain build consistency across different hosts,
right now it would work on hosts having perl with
libxml-parser-perl module but fail otherwise to build with errors e.g.
XML::Parser perl module is required for intltool
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-xfce')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.10.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.10.bb index 16e26ed6cf..bb44ec7829 100644 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.10.bb +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.10.bb | |||
| @@ -3,9 +3,9 @@ HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-screenshooter" | |||
| 3 | SECTION = "x11/application" | 3 | SECTION = "x11/application" |
| 4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" |
| 6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11" | 6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11 libxml-parser-perl-native" |
| 7 | 7 | ||
| 8 | inherit xfce-app | 8 | inherit xfce-app perlnative |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7" | 10 | SRC_URI[sha256sum] = "04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7" |
| 11 | 11 | ||
