aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.4-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-4.4-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-4.4-native.bb')
-rw-r--r--recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.4-native.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.4-native.bb b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.4-native.bb
index 9e5196438a..537e8b230b 100644
--- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.4-native.bb
+++ b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.4-native.bb
@@ -2,6 +2,8 @@ require docbook-sgml-dtd-native.inc
DTD_VERSION = "4.4"
+PR = "${INC_PR}.0"
+
do_compile() {
# Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html
# for details.