diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-07-28 17:06:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-01 14:16:55 +0100 |
| commit | f48148628729fe2241c28f7f862fdb492aad7749 (patch) | |
| tree | 124d3e2d830422e157b170dface33df528f16ad0 /meta/recipes-devtools | |
| parent | ca6740eb120e7d718d7732747cb43222ce893b6e (diff) | |
| download | poky-f48148628729fe2241c28f7f862fdb492aad7749.tar.gz | |
openjade-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: b372198fe3c9d8be18bd15545fb0bc4dd9d5aa68)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb index da59406aa9..c71f22ad96 100644 --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "base" | |||
| 7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=641ff1e4511f0a87044ad42f87cb1045" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=641ff1e4511f0a87044ad42f87cb1045" |
| 9 | 9 | ||
| 10 | PR = "r3" | 10 | PR = "r4" |
| 11 | 11 | ||
| 12 | DEPENDS = "opensp-native sgml-common-native" | 12 | DEPENDS = "opensp-native sgml-common-native" |
| 13 | RDEPENDS_${PN} = "sgml-common" | 13 | RDEPENDS_${PN} = "sgml-common" |
| @@ -69,6 +69,9 @@ openjade_sstate_postinst() { | |||
| 69 | # Ensure that the catalog file sgml-docbook.cat is properly | 69 | # Ensure that the catalog file sgml-docbook.cat is properly |
| 70 | # updated when the package is installed from sstate cache. | 70 | # updated when the package is installed from sstate cache. |
| 71 | ${SYSROOT_DESTDIR}${bindir_crossscripts}/install-catalog-openjade \ | 71 | ${SYSROOT_DESTDIR}${bindir_crossscripts}/install-catalog-openjade \ |
| 72 | --add ${sysconfdir}/sgml/sgml-docbook.bak \ | ||
| 73 | ${sysconfdir}/sgml/openjade-${PV}.cat | ||
| 74 | ${SYSROOT_DESTDIR}${bindir_crossscripts}/install-catalog-openjade \ | ||
| 72 | --add ${sysconfdir}/sgml/sgml-docbook.cat \ | 75 | --add ${sysconfdir}/sgml/sgml-docbook.cat \ |
| 73 | ${sysconfdir}/sgml/openjade-${PV}.cat | 76 | ${sysconfdir}/sgml/openjade-${PV}.cat |
| 74 | fi | 77 | fi |
