diff options
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb index f811f4ce0f..62ad7b16a2 100644 --- a/meta/recipes-extended/pam/libpam_1.1.6.bb +++ b/meta/recipes-extended/pam/libpam_1.1.6.bb @@ -43,7 +43,7 @@ PR = "r2" S = "${WORKDIR}/Linux-PAM-${PV}" -inherit autotools gettext +inherit autotools gettext pkgconfig PACKAGES += "${PN}-runtime ${PN}-xtests" FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" |