* [PATCH] libxlst: Fix unpackaged directory warning
@ 2012-03-13 15:07 Richard Purdie
2012-03-13 16:09 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2012-03-13 15:07 UTC (permalink / raw)
To: openembedded-core
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
index f3e806d..8986e20 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"
SECTION = "libs"
DEPENDS = "libxml2"
-PR = "r6"
+PR = "r7"
SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
file://pkgconfig_fix.patch"
@@ -24,6 +24,7 @@ RPROVIDES_${PN}-bin += "${PN}-utils"
RCONFLICTS_${PN}-bin += "${PN}-utils"
RREPLACES_${PN}-bin += "${PN}-utils"
+FILES_${PN} += "${libdir}/libxslt-plugins"
FILES_${PN}-dev += "${libdir}/xsltConf.sh"
BBCLASSEXTEND = "native"
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] libxlst: Fix unpackaged directory warning
2012-03-13 15:07 [PATCH] libxlst: Fix unpackaged directory warning Richard Purdie
@ 2012-03-13 16:09 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2012-03-13 16:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]
On Tue, Mar 13, 2012 at 03:07:20PM +0000, Richard Purdie wrote:
> Fixes the warning:
Typo in subject
-libxlst:
+libxslt:
>
> 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.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
> index f3e806d..8986e20 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"
>
> SECTION = "libs"
> DEPENDS = "libxml2"
> -PR = "r6"
> +PR = "r7"
>
> SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
> file://pkgconfig_fix.patch"
> @@ -24,6 +24,7 @@ RPROVIDES_${PN}-bin += "${PN}-utils"
> RCONFLICTS_${PN}-bin += "${PN}-utils"
> RREPLACES_${PN}-bin += "${PN}-utils"
>
> +FILES_${PN} += "${libdir}/libxslt-plugins"
> FILES_${PN}-dev += "${libdir}/xsltConf.sh"
>
> BBCLASSEXTEND = "native"
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-13 16:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 15:07 [PATCH] libxlst: Fix unpackaged directory warning Richard Purdie
2012-03-13 16:09 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.