mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INSTALL isn't particuarly useful
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
#
|
#
|
||||||
inherit cpan-base
|
inherit cpan-base
|
||||||
|
|
||||||
INHIBIT_NATIVE_STAGE_INSTALL = "1"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# We also need to have built libmodule-build-perl-native for
|
# We also need to have built libmodule-build-perl-native for
|
||||||
# everything except libmodule-build-perl-native itself (which uses
|
# everything except libmodule-build-perl-native itself (which uses
|
||||||
@@ -61,7 +59,7 @@ cpan_build_do_install () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_stage_append () {
|
do_stage () {
|
||||||
if [ ${@is_target(d)} == "no" ]; then
|
if [ ${@is_target(d)} == "no" ]; then
|
||||||
perl Build install
|
perl Build install
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user