mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
pam: fix inherit, add gettext and change autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
|
HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
|
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
|
||||||
file://disable_crossbinary.patch;patch=1 "
|
file://disable_crossbinary.patch;patch=1 "
|
||||||
@@ -12,7 +12,7 @@ CFLAGS_append = " -fPIC "
|
|||||||
|
|
||||||
S = "${WORKDIR}/Linux-PAM-${PV}"
|
S = "${WORKDIR}/Linux-PAM-${PV}"
|
||||||
|
|
||||||
inherit autotools_stage pkgconfig
|
inherit autotools pkgconfig gettext
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${base_libdir}/security/.debug"
|
FILES_${PN}-dbg += "${base_libdir}/security/.debug"
|
||||||
FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug"
|
FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user