mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 16:40:41 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
4095ac2dea
commit
b03c856798
@@ -40,6 +40,8 @@ SRC_URI[md5sum] = "232016d7581a1ba11e991ec2674553c4"
|
||||
SRC_URI[sha256sum] = "033604674936bf5c77d7df299b0626052b84a41505a6a6afe902f6274fc29898"
|
||||
|
||||
inherit systemd waf-samba cpan-base perlnative
|
||||
# remove default added RDEPENDS on perl
|
||||
RDEPENDS_${PN}_remove = "perl"
|
||||
|
||||
DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb krb5 ctdb libbsd"
|
||||
|
||||
@@ -321,4 +323,5 @@ FILES_${PN}-python-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.d
|
||||
${libdir}/python${PYTHON_BASEVERSION}/site-packages/samba/dcerpc/.debug/* \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-pidl_append = " perl"
|
||||
FILES_${PN}-pidl = "${bindir}/pidl ${PERL_VERNDORLIB}/*"
|
||||
|
||||
Reference in New Issue
Block a user