diff options
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.8.11.bb | 3 | ||||
-rw-r--r-- | meta-networking/recipes-support/libldb/libldb_1.4.1.bb | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.8.11.bb b/meta-networking/recipes-connectivity/samba/samba_4.8.11.bb index 8c08d1ed3b..8139ed43cb 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.8.11.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.8.11.bb | |||
@@ -41,6 +41,9 @@ RDEPENDS_${PN}_remove = "perl" | |||
41 | 41 | ||
42 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libbsd libaio libpam" | 42 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libbsd libaio libpam" |
43 | 43 | ||
44 | RCONFLICTS_${PN} = "libldb" | ||
45 | RCONFLICTS_${PN}-python = "pyldb" | ||
46 | |||
44 | inherit distro_features_check | 47 | inherit distro_features_check |
45 | REQUIRED_DISTRO_FEATURES = "pam" | 48 | REQUIRED_DISTRO_FEATURES = "pam" |
46 | 49 | ||
diff --git a/meta-networking/recipes-support/libldb/libldb_1.4.1.bb b/meta-networking/recipes-support/libldb/libldb_1.4.1.bb index 3c7e5455e9..f3608c6abc 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.4.1.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.4.1.bb | |||
@@ -5,6 +5,8 @@ LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" | |||
5 | 5 | ||
6 | DEPENDS += "libtdb libtalloc libtevent popt" | 6 | DEPENDS += "libtdb libtalloc libtevent popt" |
7 | RDEPENDS_pyldb += "python samba" | 7 | RDEPENDS_pyldb += "python samba" |
8 | RCONFLICTS_${PN} = "samba" | ||
9 | RCONFLICTS_pyldb = "samba-python" | ||
8 | 10 | ||
9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | 11 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ |
10 | file://do-not-import-target-module-while-cross-compile.patch \ | 12 | file://do-not-import-target-module-while-cross-compile.patch \ |