diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-01-12 12:53:38 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-12 08:51:11 -0800 |
| commit | 7b7d0e38ff2e18947b44685654cc07548718bbca (patch) | |
| tree | a232b380163fa7aa9a2e091d01ddf68f3249f4c8 /meta-gnome/recipes-support | |
| parent | 205b44eb45ccd090810db91f9534c7962b5bd236 (diff) | |
| download | meta-openembedded-7b7d0e38ff2e18947b44685654cc07548718bbca.tar.gz | |
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>
Diffstat (limited to 'meta-gnome/recipes-support')
| -rw-r--r-- | meta-gnome/recipes-support/libuser/libuser_0.64.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-gnome/recipes-support/libuser/libuser_0.64.bb b/meta-gnome/recipes-support/libuser/libuser_0.64.bb index 973159c792..6d3bce8a1c 100644 --- a/meta-gnome/recipes-support/libuser/libuser_0.64.bb +++ b/meta-gnome/recipes-support/libuser/libuser_0.64.bb | |||
| @@ -27,11 +27,6 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
| 27 | 27 | ||
| 28 | EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" | 28 | EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" |
| 29 | 29 | ||
| 30 | GTKDOC_DOCDIR = "${S}/docs/reference" | ||
| 31 | |||
| 32 | # run autopoint since it needs ABOUT-NLS and admin/config.rpath from gettext | ||
| 33 | #EXTRA_AUTORECONF:remove = "--exclude=autopoint" | ||
| 34 | |||
| 35 | do_configure:prepend() { | 30 | do_configure:prepend() { |
| 36 | install -d ${S}/admin -d ${S}/m4 | 31 | install -d ${S}/admin -d ${S}/m4 |
| 37 | touch ${S}/ABOUT-NLS ${S}/admin/config.rpath | 32 | touch ${S}/ABOUT-NLS ${S}/admin/config.rpath |
