diff options
author | Jens Rehsack <rehsack@gmail.com> | 2016-01-04 20:23:28 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-01-05 12:43:34 -0500 |
commit | b03c85679883d95f5a64c46f79ae4e6868b72e57 (patch) | |
tree | 10e3de66d392b45843576ca7aa4f933bf9060dbe /meta-networking/recipes-connectivity/samba | |
parent | 4095ac2deac98a3ba89773552a98633ecb88ee8d (diff) | |
download | meta-openembedded-b03c85679883d95f5a64c46f79ae4e6868b72e57.tar.gz |
samba: move RDEPENDS of perl from samba to samba-pidl
samba-pidl is the package containing the perl-extension, so RDEPENDS
must include perl for samba-pidl, not for samba.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb index fed0361b7..a51d31f02 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | |||
@@ -40,6 +40,8 @@ SRC_URI[md5sum] = "232016d7581a1ba11e991ec2674553c4" | |||
40 | SRC_URI[sha256sum] = "033604674936bf5c77d7df299b0626052b84a41505a6a6afe902f6274fc29898" | 40 | SRC_URI[sha256sum] = "033604674936bf5c77d7df299b0626052b84a41505a6a6afe902f6274fc29898" |
41 | 41 | ||
42 | inherit systemd waf-samba cpan-base perlnative | 42 | inherit systemd waf-samba cpan-base perlnative |
43 | # remove default added RDEPENDS on perl | ||
44 | RDEPENDS_${PN}_remove = "perl" | ||
43 | 45 | ||
44 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb krb5 ctdb libbsd" | 46 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb krb5 ctdb libbsd" |
45 | 47 | ||
@@ -321,4 +323,5 @@ FILES_${PN}-python-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.d | |||
321 | ${libdir}/python${PYTHON_BASEVERSION}/site-packages/samba/dcerpc/.debug/* \ | 323 | ${libdir}/python${PYTHON_BASEVERSION}/site-packages/samba/dcerpc/.debug/* \ |
322 | " | 324 | " |
323 | 325 | ||
326 | RDEPENDS_${PN}-pidl_append = " perl" | ||
324 | FILES_${PN}-pidl = "${bindir}/pidl ${PERL_VERNDORLIB}/*" | 327 | FILES_${PN}-pidl = "${bindir}/pidl ${PERL_VERNDORLIB}/*" |