summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/dlm/dlm_4.0.2.bb2
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot.inc4
-rw-r--r--meta-oe/recipes-extended/sip/sip_4.16.4.bb4
-rw-r--r--meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb4
4 files changed, 10 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/dlm/dlm_4.0.2.bb b/meta-oe/recipes-extended/dlm/dlm_4.0.2.bb
index 0de707eba..560630c74 100644
--- a/meta-oe/recipes-extended/dlm/dlm_4.0.2.bb
+++ b/meta-oe/recipes-extended/dlm/dlm_4.0.2.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://README.license;md5=8f0bbcdd678df1bce9863492b6c8832d"
15 15
16DEPENDS = "corosync systemd" 16DEPENDS = "corosync systemd"
17 17
18inherit pkgconfig systemd 18inherit pkgconfig systemd distro_features_check
19 19
20SYSTEMD_SERVICE_${PN} = "dlm.service" 20SYSTEMD_SERVICE_${PN} = "dlm.service"
21SYSTEMD_AUTO_ENABLE = "enable" 21SYSTEMD_AUTO_ENABLE = "enable"
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
index 6c27e6d8a..69bc74b04 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
@@ -6,7 +6,9 @@ LICENSE = "gnuplot"
6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" 6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
7DEPENDS = "virtual/libx11 gd readline" 7DEPENDS = "virtual/libx11 gd readline"
8 8
9inherit autotools 9inherit autotools distro_features_check
10# depends on virtual/libx11
11REQUIRED_DISTRO_FEATURES = "x11"
10 12
11acpaths = "" 13acpaths = ""
12 14
diff --git a/meta-oe/recipes-extended/sip/sip_4.16.4.bb b/meta-oe/recipes-extended/sip/sip_4.16.4.bb
index 2a2674f91..607ace69f 100644
--- a/meta-oe/recipes-extended/sip/sip_4.16.4.bb
+++ b/meta-oe/recipes-extended/sip/sip_4.16.4.bb
@@ -14,7 +14,9 @@ SRC_URI[sha256sum] = "ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f219
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native"
16 16
17inherit qmake2 python-dir pythonnative 17inherit qmake2 python-dir pythonnative distro_features_check
18# depends on qt4-x11-free
19REQUIRED_DISTRO_FEATURES = "x11"
18 20
19EXTRA_QMAKEVARS_POST += "CONFIG=console" 21EXTRA_QMAKEVARS_POST += "CONFIG=console"
20 22
diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
index 90a0290e0..1d670a7d7 100644
--- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -13,7 +13,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
13SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c" 13SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c"
14SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59" 14SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59"
15 15
16inherit autotools-brokensep 16inherit autotools-brokensep distro_features_check
17# depends on virtual/libx11
18REQUIRED_DISTRO_FEATURES = "x11"
17 19
18# Fix GNU_HASH problem 20# Fix GNU_HASH problem
19TARGET_CC_ARCH += "${LDFLAGS}" 21TARGET_CC_ARCH += "${LDFLAGS}"