diff options
author | 2012-06-15 06:17:15 -0700 | |
---|---|---|
committer | 2012-06-29 14:59:26 +0100 | |
commit | 7ce46066a5918df6f1660d4f9cd25a9faabb6493 (patch) | |
tree | ba9727cf45d948b2fe042984dbb839a37d0b6095 | |
parent | d3e51cea0ff8d035b88fc28b9d5473b411f3d062 (diff) | |
download | poky-7ce46066a5918df6f1660d4f9cd25a9faabb6493.tar.gz poky-7ce46066a5918df6f1660d4f9cd25a9faabb6493.tar.bz2 poky-7ce46066a5918df6f1660d4f9cd25a9faabb6493.zip |
documentation/adt-manual/adt-package.xml: Applied poky.ent variables.
(From yocto-docs rev: 6d5a53feae97cdb4c7bd95dc2788c08e463d931a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/adt-package.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index e353b5cd84..26b5dc18d8 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -1,5 +1,6 @@ <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" -"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > <chapter id='adt-package'> <title>Optionally Customizing the Development Packages Installation</title> @@ -54,7 +55,7 @@ <note> For build performance information related to the PMS, see - <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink> in The Yocto Project Reference Manual. + <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink> in The Yocto Project Reference Manual. </note> <para> |