diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-07-28 17:05:54 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-01 14:16:55 +0100 |
| commit | ca6740eb120e7d718d7732747cb43222ce893b6e (patch) | |
| tree | 3d8263569b6a1a3aaa6d4f40f2e30cd101878074 /meta/recipes-devtools/docbook-dsssl-stylesheets | |
| parent | 09b382a76fe77b851df5c7c7ddfd8e68c74d7fa4 (diff) | |
| download | poky-ca6740eb120e7d718d7732747cb43222ce893b6e.tar.gz | |
docbook-dsssl-stylesheets-native: Write a bak file for shared state
This patch writes a sgml-docbook.bak that is read by the sgml-common during a shared
state sysroot populate, because it comes out of order.
(From OE-Core rev: 4d4047c7b997a9cee96f170c203315cbd82ff084)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/docbook-dsssl-stylesheets')
| -rw-r--r-- | meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb index a776ea50ed..c70e76dd81 100644 --- a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb +++ b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=41;endline=74;md5=875385159b2ee76ecf | |||
| 7 | 7 | ||
| 8 | DEPENDS = "sgml-common-native" | 8 | DEPENDS = "sgml-common-native" |
| 9 | 9 | ||
| 10 | PR = "r3" | 10 | PR = "r4" |
| 11 | 11 | ||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/docbook/docbook-dsssl-${PV}.tar.bz2" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/docbook/docbook-dsssl-${PV}.tar.bz2" |
| 13 | 13 | ||
| @@ -45,6 +45,9 @@ docbook_dsssl_stylesheets_sstate_postinst () { | |||
| 45 | # Ensure that the catalog file sgml-docbook.cat is properly | 45 | # Ensure that the catalog file sgml-docbook.cat is properly |
| 46 | # updated when the package is installed from sstate cache. | 46 | # updated when the package is installed from sstate cache. |
| 47 | ${SYSROOT_DESTDIR}${bindir_crossscripts}/install-catalog-docbook-dsssl \ | 47 | ${SYSROOT_DESTDIR}${bindir_crossscripts}/install-catalog-docbook-dsssl \ |
| 48 | --add ${sysconfdir}/sgml/sgml-docbook.bak \ | ||
| 49 | ${sysconfdir}/sgml/dsssl-docbook-stylesheets.cat | ||
| 50 | ${SYSROOT_DESTDIR}${bindir_crossscripts}/install-catalog-docbook-dsssl \ | ||
| 48 | --add ${sysconfdir}/sgml/sgml-docbook.cat \ | 51 | --add ${sysconfdir}/sgml/sgml-docbook.cat \ |
| 49 | ${sysconfdir}/sgml/dsssl-docbook-stylesheets.cat | 52 | ${sysconfdir}/sgml/dsssl-docbook-stylesheets.cat |
| 50 | fi | 53 | fi |
