[oe-commits] org.oe.dev thttpd: Fix .debug file packaging

rpurdie commit oe at amethyst.openembedded.net
Wed Mar 19 13:06:08 UTC 2008


thttpd: Fix .debug file packaging

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: e3883b9b4a2c90e6354d442ae5b74320c8858622
ViewMTN: http://monotone.openembedded.org/revision/info/e3883b9b4a2c90e6354d442ae5b74320c8858622
Files:
1
packages/thttpd/thttpd_2.25b.bb
Diffs:

#
# mt diff -rdc81d002d681e7e399a55383e94b4d287840bdbd -re3883b9b4a2c90e6354d442ae5b74320c8858622
#
#
#
# patch "packages/thttpd/thttpd_2.25b.bb"
#  from [596ce4b3af7adfedfad28e669c206cb695c5a573]
#    to [5892b0e793a94e79057926b8a462c4ffd7656969]
#
============================================================
--- packages/thttpd/thttpd_2.25b.bb	596ce4b3af7adfedfad28e669c206cb695c5a573
+++ packages/thttpd/thttpd_2.25b.bb	5892b0e793a94e79057926b8a462c4ffd7656969
@@ -16,6 +16,7 @@ EXTRA_OEMAKE += "'WEBDIR=${servicedir}/w
 inherit autotools update-rc.d
 
 EXTRA_OEMAKE += "'WEBDIR=${servicedir}/www'"
+FILES_${PN}-dbg_append = " ${servicedir}/www/cgi-bin/.debug"
 FILES_${PN}_append = " ${servicedir}"
 
 do_configure () {






More information about the Openembedded-commits mailing list