[oe-commits] Constantin Musca : sgml-common: use ${PN} instead of sgml-common

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 13:19:43 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 8d44e8a536671cd5910c35e3231c3795dc938ed9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8d44e8a536671cd5910c35e3231c3795dc938ed9

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Mon Feb  4 11:20:16 2013 +0200

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]

Signed-off-by: Constantin Musca <constantinx.musca at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 27b1a48..4355379 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+"
 LIC_FILES_CHKSUM = "file://LICENSE-GPLv2;md5=ab8a50abe86dfc859e148baae043c89b"
 SECTION = "base"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${PV}.tgz \
            file://autohell.patch \
@@ -29,7 +29,7 @@ do_compile_append() {
 	sed -i -e 's|\([ "]\+\)/etc/sgml|\1${sysconfdir}/sgml|g' bin/install-catalog
 }
 
-FILES_sgml-common_append = " ${datadir}/sgml"
+FILES_${PN} += "${datadir}/sgml"
 
 pkg_postinst_${PN}() {
 	install-catalog \





More information about the Openembedded-commits mailing list