aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2007-03-19 05:12:25 +0000
committerJustin Patrin <papercrane@gmail.com>2007-03-19 05:12:25 +0000
commitcf2e14f1d29dfc2fdcbd0302f94c816b1b927d49 (patch)
tree552c28c2a6948db533551af1c81fabac2e4050e3 /classes
parentc95fa7c40ca4ff8bbba8893f24d268790a2da2b8 (diff)
downloadopenembedded-cf2e14f1d29dfc2fdcbd0302f94c816b1b927d49.tar.gz
e.bbclass: remove include hack, add -dev package
Diffstat (limited to 'classes')
-rw-r--r--classes/e.bbclass11
1 files changed, 6 insertions, 5 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass
index f20c1f8b60..59f2771027 100644
--- a/classes/e.bbclass
+++ b/classes/e.bbclass
@@ -22,11 +22,12 @@ export ESMART_CONFIG = "${STAGING_BINDIR_CROSS}/esmart-config"
export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"
export IMLIB2_CONFIG = "${STAGING_BINDIR_CROSS}/imlib2-config"
-do_compile_prepend() {
- find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
- find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
-}
+#do_compile_prepend() {
+# find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+# find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
+#}
-PACKAGES = "${PN}-dbg ${PN} ${PN}-themes"
+PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev"
FILES_${PN} = "${libdir}/lib*.so*"
FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles"
+FILES_${PN}-dev += "${includedir}" \ No newline at end of file