diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-02-04 11:20:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:48 +0000 |
commit | ece7f0b8a46c859da98652b7f8330a60afdc6e77 (patch) | |
tree | 446abf68c409e2907c2146d6ee644a932deca86a /meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb | |
parent | 8834ca79bafb9753610e2725176362ca56512acc (diff) | |
download | poky-ece7f0b8a46c859da98652b7f8330a60afdc6e77.tar.gz |
sgml-common: use ${PN} instead of sgml-common
Fix the following warning:
WARNING: QA Issue: lib32-sgml-common: Files/directories were installed but not shipped
/etc
/etc/sgml
/etc/sgml/sgml.conf
/usr/bin
/usr/bin/install-catalog
/usr/bin/sgmlwhich
[YOCTO #3438]
(From OE-Core rev: 1a43fba81749618f9f1c18b99cb74ae1399bdc35)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb')
-rw-r--r-- | meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb b/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb index 27b1a48ebd..43553795f1 100644 --- a/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb +++ b/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb | |||
@@ -13,7 +13,7 @@ LICENSE = "GPLv2+" | |||
13 | LIC_FILES_CHKSUM = "file://LICENSE-GPLv2;md5=ab8a50abe86dfc859e148baae043c89b" | 13 | LIC_FILES_CHKSUM = "file://LICENSE-GPLv2;md5=ab8a50abe86dfc859e148baae043c89b" |
14 | SECTION = "base" | 14 | SECTION = "base" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r1" |
17 | 17 | ||
18 | SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${PV}.tgz \ | 18 | SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${PV}.tgz \ |
19 | file://autohell.patch \ | 19 | file://autohell.patch \ |
@@ -29,7 +29,7 @@ do_compile_append() { | |||
29 | sed -i -e 's|\([ "]\+\)/etc/sgml|\1${sysconfdir}/sgml|g' bin/install-catalog | 29 | sed -i -e 's|\([ "]\+\)/etc/sgml|\1${sysconfdir}/sgml|g' bin/install-catalog |
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_sgml-common_append = " ${datadir}/sgml" | 32 | FILES_${PN} += "${datadir}/sgml" |
33 | 33 | ||
34 | pkg_postinst_${PN}() { | 34 | pkg_postinst_${PN}() { |
35 | install-catalog \ | 35 | install-catalog \ |