http://bugs.openembedded.org/show_bug.cgi?id=1230
------- Comment #1 from [EMAIL PROTECTED] 2006-08-10 21:59 ------- Since the change to the .debug directories the spurious debug info has not been included, instead we get: NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/.debug/libiw.so.29 which is fixed by adding by adding the dbg package to the list of packages: --- packages/wireless-tools/wireless-tools_29-pre10.bb 7cac265e67e7a73bfe383c3112b74d2db8e95f6a +++ packages/wireless-tools/wireless-tools_29-pre10.bb 03785c21b47b9d9a58fb1d4c699a7af73e55bb7d @@ -1,9 +1,10 @@ LICENSE = "GPL" DESCRIPTION = "Tools for the Linux Standard Wireless Extension Subsystem" HOMEPAGE = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <[EMAIL PROTECTED]>, Marcin Juszkiewicz <[EMAIL PROTECTED]>" LICENSE = "GPL" +PR = "r1" SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.pre10.tar.gz \ file://man.patch;patch=1 \ @@ -34,7 +35,7 @@ do_install() { install ${WORKDIR}/wireless-tools.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/wireless-tools } -PACKAGES = "libiw libiw-dev libiw-doc ${PN} ${PN}-doc" +PACKAGES = "libiw libiw-dev libiw-doc ${PN} ${PN}-doc ${PN}-dbg" FILES_libiw = "${libdir}/*.so.*" FILES_libiw-dev = "${libdir}/*.a ${libdir}/*.so ${includedir}" FILES_libiw-doc = "${mandir}/man7" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
