Skip to content

Commit

Permalink
libpng16: Add missing closing curly brace }
Browse files Browse the repository at this point in the history
The `mee_install_post()` function is actually not present in the
installed package, and seems to have been added later.

Fixes: d53ef08 (libpng16: Add version 1.6.34)
  • Loading branch information
pmenzel committed Jul 9, 2019
1 parent ed3c2b0 commit 10c1b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpng16.be0
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ mee_install_post() {
start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h
start_cmd rm -f ${D}${LIBDIR}/libpng.so
start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc
start_cmd rm -fr ${D}${MANDIR
start_cmd rm -fr ${D}${MANDIR}
}

0 comments on commit 10c1b01

Please sign in to comment.