mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
libuser: remove obsolete GTKDOC_DOCDIR assignment
Now that autotools uses autopoint to call gtkdocize, this variable is no longer needed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -27,11 +27,6 @@ REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}"
|
||||
|
||||
GTKDOC_DOCDIR = "${S}/docs/reference"
|
||||
|
||||
# run autopoint since it needs ABOUT-NLS and admin/config.rpath from gettext
|
||||
#EXTRA_AUTORECONF:remove = "--exclude=autopoint"
|
||||
|
||||
do_configure:prepend() {
|
||||
install -d ${S}/admin -d ${S}/m4
|
||||
touch ${S}/ABOUT-NLS ${S}/admin/config.rpath
|
||||
|
||||
Reference in New Issue
Block a user