aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2010-09-01 01:54:55 +0000
committerTom Rini <tom_rini@mentor.com>2010-09-30 14:03:09 -0700
commitaaa6bfa82aff074560881f381743811e2a0f309f (patch)
tree20958d18cd54404908544e1ccc0f2eee9d7edfce /recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
parentbf605db758fbdd0643d31ad596084b93817b7b7b (diff)
downloadopenembedded-aaa6bfa82aff074560881f381743811e2a0f309f.tar.gz
docbook-sgml-dtd-native: converted to new style staging
* Converted do_stage to do_install. * Moved the catalog files from ${sysconfdir}/sgml to ${D}${sysconfdir}/sgml so that they get included in the package file resulting with the new style staging. * Added a function docbook_sgml_dtd_native_mangle, to correct the path in .cat file and added it to SYSROOT_PREPROCESS_FUNCS. * Added INC_PR = "r1" to the .inc file and PR = "${INC_PR}.0" to the .bb files Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb')
-rw-r--r--recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
index 939fd53ded..7f5e19edd2 100644
--- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
+++ b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
@@ -2,6 +2,8 @@ require docbook-sgml-dtd-native.inc
DTD_VERSION = "3.1"
+PR = "${INC_PR}.0"
+
SRC_URI = "http://www.docbook.org/sgml/3.1/docbk31.zip;md5sum=432749c0c806dbae81c8bcb70da3b5d3"
do_compile() {