xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / classes / efl.bbclass
index 900d9c7..1433457 100644 (file)
@@ -17,7 +17,7 @@ inherit autotools
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
 do_configure_prepend() {
-       touch config.rpath
+       autopoint || touch config.rpath
 }
 
 do_install_prepend () {
@@ -45,7 +45,9 @@ FILES_${PN}-dev   += "${bindir}/${PN}-config \
                       ${libdir}/lib*.la \
                       ${libdir}/*.so \
                       ${libdir}/${PN}/*.la \
-                      ${libdir}/${PN}/*/*.la"
+                      ${libdir}/${PN}/*/*.la \
+                      ${datadir}/${PN}/edje_externals \
+"
 
 FILES_${PN}-static += "${libdir}/${PN}/*.a \
                        ${libdir}/${PN}/*/*.a \