diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 12:57:08 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 23:18:48 +0000 |
| commit | 546032a4223e57a582de0ff71096e8df7a6ac4da (patch) | |
| tree | b61ba8a051b5a52d4d0712afc61f69d82f56f3ee | |
| parent | 0c79d71cd17fc89566b5fc46060aaf7e5b2e8017 (diff) | |
| download | poky-546032a4223e57a582de0ff71096e8df7a6ac4da.tar.gz | |
libxslt: Fix unpackaged directory warning
Fixes the warning:
WARNING: For recipe libxslt, the following files/directories were installed but not shipped in any package:
WARNING: /usr/lib/libxslt-plugins
It makes sense for the package to own the plugins directory.
(From OE-Core rev: 9be4f5f6e0e28429b1a0c04561bfb79b54f0599d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.26.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb index f3e806d989..8986e20723 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.26.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" | |||
| 7 | 7 | ||
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
| 10 | PR = "r6" | 10 | PR = "r7" |
| 11 | 11 | ||
| 12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ | 12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ |
| 13 | file://pkgconfig_fix.patch" | 13 | file://pkgconfig_fix.patch" |
| @@ -24,6 +24,7 @@ RPROVIDES_${PN}-bin += "${PN}-utils" | |||
| 24 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 24 | RCONFLICTS_${PN}-bin += "${PN}-utils" |
| 25 | RREPLACES_${PN}-bin += "${PN}-utils" | 25 | RREPLACES_${PN}-bin += "${PN}-utils" |
| 26 | 26 | ||
| 27 | FILES_${PN} += "${libdir}/libxslt-plugins" | ||
| 27 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" | 28 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" |
| 28 | 29 | ||
| 29 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
