summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-05-10 19:30:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 11:43:58 +0100
commit12d02d58e76d055144550b2bf487789e077dec15 (patch)
treedd07f26da8587531cdfee3f7a743f33dd2026ce4 /meta/recipes-sato
parent3a0a27f5af71f37c100a07dfe439fee8b462b668 (diff)
downloadpoky-12d02d58e76d055144550b2bf487789e077dec15.tar.gz
recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: fa1d9b518708103b0b2e259aa78f8dd694cfc0d6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb5
-rw-r--r--meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb5
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb5
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb5
-rw-r--r--meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc5
-rw-r--r--meta/recipes-sato/midori/midori_0.5.8.bb5
-rw-r--r--meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb5
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r10116.bb5
-rw-r--r--meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb5
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb5
10 files changed, 41 insertions, 9 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
index 29b472a933..318d2e0809 100644
--- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
+++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
@@ -19,4 +19,7 @@ EXTRA_OECONF = "--enable-startup-notification --with-dbus"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit autotools pkgconfig 22inherit autotools pkgconfig distro_features_check
23
24# The startup-notification requires x11 in DISTRO_FEATURES
25REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index 7a99a9c46a..0d321d3992 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -20,7 +20,10 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit autotools pkgconfig gettext gtk-immodules-cache 23inherit autotools pkgconfig gettext gtk-immodules-cache distro_features_check
24
25# The libxft, libfakekey and matchbox-panel-2 requires x11 in DISTRO_FEATURES
26REQUIRED_DISTRO_FEATURES = "x11"
24 27
25EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" 28EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet"
26 29
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index 490e2bc86b..4ed7368fd0 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -11,6 +11,9 @@ DEPENDS = "gnome-common gtk+ startup-notification dbus dbus-glib"
11DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" 11DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"
12DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" 12DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
13 13
14# The startup-notification requires x11 in DISTRO_FEATURES
15REQUIRED_DISTRO_FEATURES = "x11"
16
14SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae" 17SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae"
15PV = "2.0+git${SRCPV}" 18PV = "2.0+git${SRCPV}"
16 19
@@ -33,4 +36,4 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \
33FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 36FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
34FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la" 37FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la"
35 38
36inherit autotools pkgconfig 39inherit autotools pkgconfig distro_features_check
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
index fe84a0fc99..76de18ae93 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
@@ -14,6 +14,11 @@ PR = "r30"
14# based on the machine architecture. 14# based on the machine architecture.
15PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
16 16
17inherit distro_features_check
18
19# The matchbox-theme-sato requires x11 in DISTRO_FEATURES
20REQUIRED_DISTRO_FEATURES = "x11"
21
17SRC_URI = "file://session" 22SRC_URI = "file://session"
18S = "${WORKDIR}" 23S = "${WORKDIR}"
19 24
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
index b0f8380f56..d947e1ab0f 100644
--- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
+++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4"
8DEPENDS = "matchbox-wm" 8DEPENDS = "matchbox-wm"
9SECTION = "x11/wm" 9SECTION = "x11/wm"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig distro_features_check
12 12
13FILES_${PN} += "${datadir}/themes" 13FILES_${PN} += "${datadir}/themes"
14
15# The matchbox-wm requires x11 in DISTRO_FEATURES
16REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/meta/recipes-sato/midori/midori_0.5.8.bb b/meta/recipes-sato/midori/midori_0.5.8.bb
index 3aabdd4385..5cc42cbc50 100644
--- a/meta/recipes-sato/midori/midori_0.5.8.bb
+++ b/meta/recipes-sato/midori/midori_0.5.8.bb
@@ -12,7 +12,10 @@ SRC_URI[sha256sum] = "af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751
12# MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily. 12# MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily.
13COMPATIBLE_HOST_mips64n32 = "null" 13COMPATIBLE_HOST_mips64n32 = "null"
14 14
15inherit gtk-icon-cache pkgconfig vala pythonnative cmake 15inherit gtk-icon-cache pkgconfig vala pythonnative cmake distro_features_check
16
17# The webkit-gtk and libxscrnsaver requires x11 in DISTRO_FEATURES
18REQUIRED_DISTRO_FEATURES = "x11"
16 19
17EXTRA_OECMAKE = " \ 20EXTRA_OECMAKE = " \
18 -DCMAKE_INSTALL_PREFIX=${prefix} \ 21 -DCMAKE_INSTALL_PREFIX=${prefix} \
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb
index 14f58ae68f..6ef0347af7 100644
--- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb
+++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb
@@ -23,7 +23,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \
23SRC_URI[md5sum] = "c993402d407b0a3fc076f842ac1bc5c9" 23SRC_URI[md5sum] = "c993402d407b0a3fc076f842ac1bc5c9"
24SRC_URI[sha256sum] = "cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380" 24SRC_URI[sha256sum] = "cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380"
25 25
26inherit autotools pkgconfig 26inherit autotools pkgconfig distro_features_check
27
28# The startup-notification requires x11 in DISTRO_FEATURES
29REQUIRED_DISTRO_FEATURES = "x11"
27 30
28do_install_append () { 31do_install_append () {
29 install -d ${D}/${datadir} 32 install -d ${D}/${datadir}
diff --git a/meta/recipes-sato/puzzles/puzzles_r10116.bb b/meta/recipes-sato/puzzles/puzzles_r10116.bb
index 3bc2c85bb1..1ad8d1bf14 100644
--- a/meta/recipes-sato/puzzles/puzzles_r10116.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r10116.bb
@@ -4,6 +4,9 @@ HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
4DEPENDS = "gtk+ libxt" 4DEPENDS = "gtk+ libxt"
5MOD_PV = "${@d.getVar('PV',1)[1:]}" 5MOD_PV = "${@d.getVar('PV',1)[1:]}"
6 6
7# The libxt requires x11 in DISTRO_FEATURES
8REQUIRED_DISTRO_FEATURES = "x11"
9
7LICENSE = "MIT" 10LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" 11LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc"
9 12
@@ -14,7 +17,7 @@ SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV} \
14 17
15S = "${WORKDIR}/${BPN}" 18S = "${WORKDIR}/${BPN}"
16 19
17inherit autotools-brokensep 20inherit autotools-brokensep distro_features_check
18 21
19do_configure_prepend () { 22do_configure_prepend () {
20 ./mkfiles.pl 23 ./mkfiles.pl
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
index a079e03d97..8794032d25 100644
--- a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
+++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://git.yoctoproject.org/screenshot"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig distro_features_check
20 20
21FILES_${PN} += "${libdir}/matchbox-panel/*.so" 21FILES_${PN} += "${libdir}/matchbox-panel/*.so"
22FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 22FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
@@ -24,3 +24,6 @@ FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
24do_install_append () { 24do_install_append () {
25 rm ${D}${libdir}/matchbox-panel/*.la 25 rm ${D}${libdir}/matchbox-panel/*.la
26} 26}
27
28# The matchbox-panel-2 requires x11 in DISTRO_FEATURES
29REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 3f19c2d204..334870292e 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -17,6 +17,9 @@ DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnut
17 gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" 17 gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}"
18DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" 18DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}"
19 19
20# The libxt requires x11 in DISTRO_FEATURES
21REQUIRED_DISTRO_FEATURES = "x11"
22
20SRC_URI = "\ 23SRC_URI = "\
21 http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ 24 http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \
22 file://nodolt.patch \ 25 file://nodolt.patch \
@@ -35,7 +38,7 @@ SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a7
35# webkit-gtk can NOT be built on MIPS64 with n32 ABI 38# webkit-gtk can NOT be built on MIPS64 with n32 ABI
36COMPATIBLE_HOST_mips64n32 = "null" 39COMPATIBLE_HOST_mips64n32 = "null"
37 40
38inherit autotools lib_package gtk-doc pkgconfig 41inherit autotools lib_package gtk-doc pkgconfig distro_features_check
39 42
40S = "${WORKDIR}/webkit-${PV}/" 43S = "${WORKDIR}/webkit-${PV}/"
41 44