diff options
Diffstat (limited to 'packages/efl/esmart_0.9.0.004.bb')
-rw-r--r-- | packages/efl/esmart_0.9.0.004.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl/esmart_0.9.0.004.bb b/packages/efl/esmart_0.9.0.004.bb index 9fe0ac9e35..90b8aca6f9 100644 --- a/packages/efl/esmart_0.9.0.004.bb +++ b/packages/efl/esmart_0.9.0.004.bb @@ -28,7 +28,7 @@ mylibraries = "esmart_container \ do_stage_append() { install -d ${STAGING_INCDIR}/Esmart/ - for i in ${headers}; do + for i in ${myheaders}; do install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/Esmart/ done oe_libinstall -C src/lib libsmart ${STAGING_LIBDIR}/ |