diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 18:35:15 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:34 -0700 |
| commit | cf50e1f47d9d4329406c7c8cb8c1cbe9e310367f (patch) | |
| tree | fca7734e84afd86a66c959a5a4038c758b3c9af8 | |
| parent | 308e19e2d8a86ee07da974806d5833ff619450fd (diff) | |
| download | meta-openembedded-cf50e1f47d9d4329406c7c8cb8c1cbe9e310367f.tar.gz | |
xrdp: remove fuse from depend and move to PACKAGECONFIG
fuse is in meta-filesystems
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb index 671a251962..3ef7c9853f 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \ | |||
| 6 | 6 | ||
| 7 | inherit distro_features_check autotools pkgconfig useradd systemd | 7 | inherit distro_features_check autotools pkgconfig useradd systemd |
| 8 | 8 | ||
| 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse" | 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" |
| 10 | 10 | ||
| 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
| 12 | 12 | ||
| @@ -24,6 +24,9 @@ PV = "0.9.4+git${SRCPV}" | |||
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "" | ||
| 28 | PACKAGECONFIG[fuse] = " --enable-fuse, --disable-fuse, fuse" | ||
| 29 | |||
| 27 | USERADD_PACKAGES = "${PN}" | 30 | USERADD_PACKAGES = "${PN}" |
| 28 | GROUPADD_PARAM_${PN} = "--system xrdp" | 31 | GROUPADD_PARAM_${PN} = "--system xrdp" |
| 29 | USERADD_PARAM_${PN} = "--system --home /var/run/xrdp -g xrdp \ | 32 | USERADD_PARAM_${PN} = "--system --home /var/run/xrdp -g xrdp \ |
| @@ -37,7 +40,7 @@ FILES_${PN}-dev += "${libdir}/xrdp/libcommon.so \ | |||
| 37 | ${libdir}/xrdp/libscp.so \ | 40 | ${libdir}/xrdp/libscp.so \ |
| 38 | ${libdir}/xrdp/libxrdpapi.so " | 41 | ${libdir}/xrdp/libxrdpapi.so " |
| 39 | 42 | ||
| 40 | EXTRA_OECONF = "--enable-pam-config=suse --enable-fuse" | 43 | EXTRA_OECONF = "--enable-pam-config=suse" |
| 41 | 44 | ||
| 42 | do_configure_prepend() { | 45 | do_configure_prepend() { |
| 43 | cd ${S} | 46 | cd ${S} |
