AsteroidOS / meta-smartwatch

OpenEmbedded layer that provides support for various smartwatches.
24 stars 18 forks source link

mtk6580: android: Don't install include headers. #222

Closed MagneFire closed 1 year ago

MagneFire commented 1 year ago

The include directory in the tarball only contains the droidmedia headers. 3fccd3f605f4746e2abd123b6caa0083fcadcbe6 removed these headers from the extracted tarball, then it copies this to the destination directory. However this introduces an issue when do_install is called multiple times since it can't delete the headers anymore (they don't exist).