diff options
Diffstat (limited to 'packages/efl/ewl_0.0.4.004.bb')
-rw-r--r-- | packages/efl/ewl_0.0.4.004.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/efl/ewl_0.0.4.004.bb b/packages/efl/ewl_0.0.4.004.bb index e9b1516a8c..36d8c5c860 100644 --- a/packages/efl/ewl_0.0.4.004.bb +++ b/packages/efl/ewl_0.0.4.004.bb @@ -8,7 +8,10 @@ inherit efl SRC_URI += "file://ewl-configure.patch;patch=1" -do_configure() { - gnu-configize - oe_runconf +do_stage_append() { + for i in src/lib/ewl_*.h + do + install -m 0644 $i ${STAGING_INCDIR} + done } + |