mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
meta-moblin: Convert from recipes to use the autotools_stage class
This commit is contained in:
@@ -12,12 +12,7 @@ CFLAGS_append = " -fPIC "
|
||||
|
||||
S = "${WORKDIR}/Linux-PAM-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
FILES_${PN}-dbg += "${base_libdir}/security/.debug"
|
||||
FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug"
|
||||
|
||||
Reference in New Issue
Block a user