diff options
| -rw-r--r-- | meta-xfce/conf/layer.conf | 4 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/machine-host.bb | 17 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.1.bb | 2 |
3 files changed, 0 insertions, 23 deletions
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf index fd7f9b5412..da07f8e163 100644 --- a/meta-xfce/conf/layer.conf +++ b/meta-xfce/conf/layer.conf | |||
| @@ -20,7 +20,3 @@ LAYERDEPENDS_xfce-layer += "meta-python" | |||
| 20 | LAYERDEPENDS_xfce-layer += "networking-layer" | 20 | LAYERDEPENDS_xfce-layer += "networking-layer" |
| 21 | 21 | ||
| 22 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior" | 22 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior" |
| 23 | |||
| 24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
| 25 | xfce4-session->machine-host \ | ||
| 26 | " | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb b/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb deleted file mode 100644 index c79197445e..0000000000 --- a/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | SUMMARY = "Meta package adding machine name to known hosts" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 4 | |||
| 5 | ALLOW_EMPTY_${PN} = "1" | ||
| 6 | |||
| 7 | LOCALHOSTMACHINE = "127.0.0.1 ${MACHINE}" | ||
| 8 | |||
| 9 | # on some machines starting applications as xfce4-terminal take ages without | ||
| 10 | # machine name in hosts | ||
| 11 | pkg_postinst_${PN} () { | ||
| 12 | if ! grep -q '${LOCALHOSTMACHINE}' $D/etc/hosts ; then | ||
| 13 | echo '${LOCALHOSTMACHINE}' >> $D/etc/hosts | ||
| 14 | fi | ||
| 15 | } | ||
| 16 | |||
| 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.1.bb index b11aaa4fe9..f09af5b79b 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.1.bb | |||
| @@ -30,5 +30,3 @@ FILES_${PN} += " \ | |||
| 30 | FILES_${PN} += " \ | 30 | FILES_${PN} += " \ |
| 31 | ${libdir}/xfce4/session/splash-engines/*.la \ | 31 | ${libdir}/xfce4/session/splash-engines/*.la \ |
| 32 | " | 32 | " |
| 33 | |||
| 34 | RDEPENDS_${PN} += "machine-host" | ||
