mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
perl: Standardise config.sh location
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -22,7 +22,7 @@ DEPENDS_prepend = "${@cpan_build_dep_prepend(d)}"
|
||||
cpan_build_do_configure () {
|
||||
if [ ${@is_target(d)} == "yes" ]; then
|
||||
# build for target
|
||||
. ${STAGING_DIR}/${TARGET_SYS}/perl/config.sh
|
||||
. ${STAGING_LIBDIR}/perl/config.sh
|
||||
if [ "${IS_NEW_PERL}" = "yes" ]; then
|
||||
perl Build.PL --installdirs vendor \
|
||||
--destdir ${D} \
|
||||
|
||||
Reference in New Issue
Block a user