All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mono-xsp: Fix parse warnings
@ 2014-02-04 18:44 Khem Raj
  2014-02-04 18:44 ` [PATCH 2/2] mono: Fix the recipes for patch paths Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Khem Raj @ 2014-02-04 18:44 UTC (permalink / raw)
  To: ajlennon, yocto

WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV}
${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig
${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la
${base_libdir}/*.la) replaces original key FILES_mono-xsp-dev (
/usr/lib/pkgconfig/xsp.pc       /usr/lib/pkgconfig/xsp-2.pc     ).

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-mono/mono-xsp/mono-xsp_1.2.5.bb | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/recipes-mono/mono-xsp/mono-xsp_1.2.5.bb b/recipes-mono/mono-xsp/mono-xsp_1.2.5.bb
index b27e74e..648477a 100644
--- a/recipes-mono/mono-xsp/mono-xsp_1.2.5.bb
+++ b/recipes-mono/mono-xsp/mono-xsp_1.2.5.bb
@@ -7,7 +7,6 @@ SECTION = "devel/mono"
 #  - scripts in /usr/bin contain the wrong paths
 #
 
-
 PR = "r5"
 
 DEPENDS = "mono"
@@ -21,16 +20,14 @@ SRC_URI = "http://go-mono.com/sources/xsp/xsp-${PV}.tar.bz2"
 
 S = "${WORKDIR}/xsp-${PV}"
 
-PACKAGES = "${PN}-dbg \
+PACKAGES += "\
 	libmono-webserver1.0-cil \
 	libmono-webserver2.0-cil \
 	mono-xsp \
-	mono-xsp2 \
-	mono-xsp-test \
+	${PN}2 \
+	${PN}-test \
 	mono-mod-mono-server \
 	mono-mod-mono-server2 \
-	mono-xsp-doc \
-	mono-xsp-dev \
 	"
 
 FILES_libmono-webserver1.0-cil-dbg += " \
@@ -91,11 +88,11 @@ FILES_mono-mod-mono-server2 = "\
 	/usr/lib/mono/2.0/mod-mono-server2.exe \
 	/usr/bin/mod-mono-server2 \
 	"
-FILES_mono-xsp-dev = "\
+FILES_${PN}-dev = "\
 	/usr/lib/pkgconfig/xsp.pc \
 	/usr/lib/pkgconfig/xsp-2.pc \
 	"
-FILES_mono-xsp-test = " \
+FILES_${PN}-test = " \
 	/usr/lib/xsp/test/1.1/authtest/index.aspx \
 	/usr/lib/xsp/test/1.1/authtest/login.aspx \
 	/usr/lib/xsp/test/1.1/authtest/web.config \
@@ -228,7 +225,5 @@ FILES_mono-xsp-test = " \
 	/usr/lib/xsp/test/2.0/masterpages/content2.aspx \
 	"
 
-
-
 SRC_URI[md5sum] = "adb7871e5ebeefcf8ed959523442c0fb"
 SRC_URI[sha256sum] = "25c246b7ed3e82a5f3562c2c15db551332830de4c238a53e3260ab7d40cd015a"
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-26 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 18:44 [PATCH 1/2] mono-xsp: Fix parse warnings Khem Raj
2014-02-04 18:44 ` [PATCH 2/2] mono: Fix the recipes for patch paths Khem Raj
2014-02-05 11:43 ` [PATCH 1/2] mono-xsp: Fix parse warnings Paul Eggleton
2014-02-26 20:59 ` Alex J Lennon

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.