Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] docbook-xsl-stylesheets: add perl to RDEPENDS
@ 2014-10-29  7:08 Chong Lu
  2014-10-29  7:08 ` [PATCH 1/1] " Chong Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Lu @ 2014-10-29  7:08 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 4faca22b8fe63a86d820990207aaf84b3fa83e01:

  ref-manual: Updates to the migrating to YP 1.7 section. (2014-10-28 22:31:18 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/doc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/doc

Chong Lu (1):
  docbook-xsl-stylesheets: add perl to RDEPENDS

 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS
  2014-10-29  7:08 [PATCH 0/1] docbook-xsl-stylesheets: add perl to RDEPENDS Chong Lu
@ 2014-10-29  7:08 ` Chong Lu
  2014-10-31  7:52   ` Chong Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Lu @ 2014-10-29  7:08 UTC (permalink / raw)
  To: openembedded-core

This solves the following warning:

docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl,
/bin/bash, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
index 39528c8..b546043 100644
--- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
+++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
@@ -36,6 +36,7 @@ do_install () {
 		roundtrip slides template tests tools webhelp website \
 		xhtml xhtml-1_1 catalog.xml \
 	${D}${datadir}/xml/docbook/xsl-stylesheets-1.78.1
+	sed -e "s|bash|sh|g" -i ${D}${datadir}/xml/docbook/xsl-stylesheets-1.78.1/tools/bin/docbook-xsl-update
 
 	ln -s VERSION ${D}/${datadir}/xml/docbook/xsl-stylesheets-1.78.1/VERSION.xsl
 
@@ -63,5 +64,6 @@ docbook_xsl_stylesheets_sysroot_preprocess () {
     sed -i -e "s|file:///usr/share/xml|file://${datadir}/xml|g" ${SYSROOT_DESTDIR}${sysconfdir}/xml/docbook-xsl.xml
 }
 
+RDEPENDS_${PN} += "perl"
 FILES_${PN} = "${datadir}/xml/* ${sysconfdir}/xml/docbook-xsl.xml"
 FILES_${PN}-doc = "${datadir}/doc/*"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS
  2014-10-29  7:08 ` [PATCH 1/1] " Chong Lu
@ 2014-10-31  7:52   ` Chong Lu
  0 siblings, 0 replies; 3+ messages in thread
From: Chong Lu @ 2014-10-31  7:52 UTC (permalink / raw)
  To: openembedded-core

Drop this one, I will send a V2.

Best Regards
Chong

On 10/29/2014 03:08 PM, Chong Lu wrote:
> This solves the following warning:
>
> docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl,
> /bin/bash, but no providers in its RDEPENDS [file-rdeps]
>
> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
> ---
>   meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
> index 39528c8..b546043 100644
> --- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
> +++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
> @@ -36,6 +36,7 @@ do_install () {
>   		roundtrip slides template tests tools webhelp website \
>   		xhtml xhtml-1_1 catalog.xml \
>   	${D}${datadir}/xml/docbook/xsl-stylesheets-1.78.1
> +	sed -e "s|bash|sh|g" -i ${D}${datadir}/xml/docbook/xsl-stylesheets-1.78.1/tools/bin/docbook-xsl-update
>   
>   	ln -s VERSION ${D}/${datadir}/xml/docbook/xsl-stylesheets-1.78.1/VERSION.xsl
>   
> @@ -63,5 +64,6 @@ docbook_xsl_stylesheets_sysroot_preprocess () {
>       sed -i -e "s|file:///usr/share/xml|file://${datadir}/xml|g" ${SYSROOT_DESTDIR}${sysconfdir}/xml/docbook-xsl.xml
>   }
>   
> +RDEPENDS_${PN} += "perl"
>   FILES_${PN} = "${datadir}/xml/* ${sysconfdir}/xml/docbook-xsl.xml"
>   FILES_${PN}-doc = "${datadir}/doc/*"



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-31  7:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29  7:08 [PATCH 0/1] docbook-xsl-stylesheets: add perl to RDEPENDS Chong Lu
2014-10-29  7:08 ` [PATCH 1/1] " Chong Lu
2014-10-31  7:52   ` Chong Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox