mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 00:30:20 +00:00
libdata-hexdump-perl: add perl-module-parent to RDEPENDS
Data::HexDump uses parent.pm, which was not installed, so the module failed to load and both ptests failed: Can't locate parent.pm in @INC meta-perl-image-ptest-libdata-hexdump-perl on qemux86-64 now passes. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -14,6 +14,7 @@ LICENSE = "Artistic-1.0"
|
||||
LIC_FILES_CHKSUM = "file://lib/Data/HexDump.pm;beginline=277;endline=279;md5=bf1cd9373f8d1f85fe091ee069a480e9"
|
||||
|
||||
DEPENDS = "perl"
|
||||
RDEPENDS:${PN} += "perl-module-parent"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEILB/Data-HexDump-${PV}.tar.gz \
|
||||
file://run-ptest \
|
||||
|
||||
Reference in New Issue
Block a user