[poky] [PATCH 3/4] docbook-utils-native: set SGML_EXTRA_CATALOGS in jw

Ke, Liping liping.ke at intel.com
Thu Feb 17 21:35:08 PST 2011


Hi, Scott

I continuously meet below compile errors when I bitbake doc-utils-native today. I paste the log in the attachment, could you help to have a look. Thanks a lot for your help!

criping






> -----Original Message-----
> From: poky-bounces at yoctoproject.org [mailto:poky-
> bounces at yoctoproject.org] On Behalf Of Scott Garman
> Sent: Friday, February 18, 2011 7:40 AM
> To: poky at yoctoproject.org
> Subject: [poky] [PATCH 3/4] docbook-utils-native: set
> SGML_EXTRA_CATALOGS in jw
> 
> From: Scott Garman <scott.a.garman at intel.com>
> 
> Point jw to the native sysroot master catalog.
> 
> Signed-off-by: Scott Garman <scott.a.garman at intel.com>
> ---
>  .../docbook-utils/docbook-utils-native_0.6.14.bb   |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-devtools/docbook-utils/docbook-utils-
> native_0.6.14.bb b/meta/recipes-devtools/docbook-utils/docbook-utils-
> native_0.6.14.bb
> index 2263c0a..c0084b3 100644
> --- a/meta/recipes-devtools/docbook-utils/docbook-utils-
> native_0.6.14.bb
> +++ b/meta/recipes-devtools/docbook-utils/docbook-utils-
> native_0.6.14.bb
> @@ -8,7 +8,7 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM =
> "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>  DEPENDS = "openjade-native sgmlspl-native docbook-dsssl-stylesheets-
> native docbook-sgml-dtd-3.1-native"
> 
> -PR = "r0"
> +PR = "r1"
> 
>  SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-
> trials/SOURCES/docbook-utils-${PV}.tar.gz"
> 
> @@ -22,6 +22,9 @@ do_configure_prepend() {
>  	sed -i -e "s|/etc/sgml|${sysconfdir}/sgml|g" bin/jw.in
>  	sed -i -e "s|/etc/sgml|${sysconfdir}/sgml|g" doc/man/Makefile.am
>  	sed -i -e "s|/etc/sgml|${sysconfdir}/sgml|g" doc/HTML/Makefile.am
> +
> +	# Point jw to the native sysroot catalog
> +	sed -i -e
> 's|^SGML_EXTRA_CATALOGS=""|SGML_EXTRA_CATALOGS=":${sysconfdir}/sgml/cat
> alog"|g' bin/jw.in
>  }
> 
>  do_install() {
> --
> 1.7.1
> 
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: error.txt
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110218/c4b5208a/attachment.txt>


More information about the poky mailing list