Skip to content

Commit

Permalink
glib: Set executable bits on libgmodule
Browse files Browse the repository at this point in the history
So ldd won't complain
  • Loading branch information
thomas committed Nov 6, 2019
1 parent 8dcadf6 commit e1292f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ mee_build() {
mee_install_post() {
patchelf --remove-rpath ${D}/usr/lib/libgmodule-1.2.so.0.0.10
patchelf --remove-rpath ${D}/usr/lib/libgthread-1.2.so.0.0.10
chmod -v 0755 ${D}/usr/lib/libgmodule-1.2.so.0.0.10
}

###############################################################################
Expand Down

0 comments on commit e1292f6

Please sign in to comment.