[oe-commits] org.oe.dev e-wm: fix -dev and -dbg packages

justinp commit openembedded-commits at lists.openembedded.org
Mon Mar 19 05:14:20 UTC 2007


e-wm: fix -dev and -dbg packages

Author: justinp at openembedded.org
Branch: org.openembedded.dev
Revision: 3d8929bfa9340617185c89d3812c28b27c5b5f56
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3d8929bfa9340617185c89d3812c28b27c5b5f56
Files:
1
packages/e17/e-wm_0.16.999.037.bb
Diffs:

#
# mt diff -r8d108554ba1a09e4439dd7e59775f3a8bb9509ca -r3d8929bfa9340617185c89d3812c28b27c5b5f56
#
# 
# 
# patch "packages/e17/e-wm_0.16.999.037.bb"
#  from [42bd42e8497dd66143ebc031334aa3dc11af27ce]
#    to [d02519cdd1cab986d1c705957e7bfa0105883354]
# 
============================================================
--- packages/e17/e-wm_0.16.999.037.bb	42bd42e8497dd66143ebc031334aa3dc11af27ce
+++ packages/e17/e-wm_0.16.999.037.bb	d02519cdd1cab986d1c705957e7bfa0105883354
@@ -1,7 +1,7 @@ LICENSE = "MIT"
 DESCRIPTION = "E17 - the Enlightenment Window Mananger"
 DEPENDS = "evas-x11 ecore-x11 edje eet embryo"
 LICENSE = "MIT"
-PR = "r4"
+PR = "r5"
 
 inherit e update-alternatives
 
@@ -23,7 +23,9 @@ EXTRA_OECONF = "--with-profile=${PROFILE
                 --x-includes=${STAGING_INCDIR}/X11 \
                 --x-libraries=${STAGING_LIBDIR}"
 
-FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}"
+FILES_${PN} = "${bindir}/* ${libdir}/enlightenment/modules/*/*.edj ${libdir}/enlightenment/modules/*/*.desktop ${libdir}/enlightenment/modules/*/*/*.so ${libdir}/enlightenment/preload/*.so ${datadir} ${sysconfdir} ${libdir}/enlightenment/modules/cpufreq/*/freqset"
+FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.a ${libdir}/enlightenment/modules/*/*/*.la ${libdir}/enlightenment/preload/*.a ${libdir}/enlightenment/preload/*.la"
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/ ${libdir}/enlightenment/preload/.debug/"
 
 do_compile_prepend() {
         find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'






More information about the Openembedded-commits mailing list