Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] create a link to make docbook-xsl-stylesheets easy refer
@ 2016-01-29  9:38 kai.kang
  2016-01-29  9:38 ` [PATCH 1/1] docbook-xsl-stylesheets: create a link for " kai.kang
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2016-01-29  9:38 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

The following changes since commit 3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c:

  cmake: update to 3.4.2 (2016-01-26 22:49:40 +0000)

are available in the git repository at:

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

Kai Kang (1):
  docbook-xsl-stylesheets: create a link for easy refer

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

-- 
2.6.1



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

* [PATCH 1/1] docbook-xsl-stylesheets: create a link for easy refer
  2016-01-29  9:38 [PATCH 0/1] create a link to make docbook-xsl-stylesheets easy refer kai.kang
@ 2016-01-29  9:38 ` kai.kang
  0 siblings, 0 replies; 2+ messages in thread
From: kai.kang @ 2016-01-29  9:38 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

Create a link to stylesheets directory for docbook-xsl-stylesheets to
make it easy to refer.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 3c4ed6a..52de3ab 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
@@ -34,7 +34,8 @@ do_compile (){
 do_install () {
 	# Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/docbook-xsl.html
 	# for details.
-	install -v -m755 -d ${D}${datadir}/xml/docbook/xsl-stylesheets-1.78.1
+	install -v -m755 -d ${D}${datadir}/xml/docbook/xsl-stylesheets-${PV}
+	ln -s xsl-stylesheets-${PV} ${D}${datadir}/xml/docbook/xsl-stylesheets
 
 	cp -v -R VERSION common eclipse epub extensions fo highlighting html \
 		htmlhelp images javahelp lib manpages params profiling \
-- 
2.6.1



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

end of thread, other threads:[~2016-01-29  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29  9:38 [PATCH 0/1] create a link to make docbook-xsl-stylesheets easy refer kai.kang
2016-01-29  9:38 ` [PATCH 1/1] docbook-xsl-stylesheets: create a link for " kai.kang

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