Skip to content

Commit

Permalink
soletta_git.bb: drop some commands from do_install
Browse files Browse the repository at this point in the history
I don't get the reason it's done and it'll need to
be updated at each change on soname.
It seems inappropriate.

Signed-off-by: Bruno Dilly <[email protected]>
  • Loading branch information
bdilly committed Jul 21, 2016
1 parent d108d2a commit 8a69f55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes-soletta/soletta/soletta_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ do_compile() {
do_install() {
export LIBDIR="${libdir}/"
oe_runmake DESTDIR=${WORKDIR}/image install CFLAGS="--sysroot=${STAGING_DIR_TARGET}" TARGETCC="${CC}" TARGETAR="${AR}"
unlink ${WORKDIR}/image/${libdir}/libsoletta.so
mv ${WORKDIR}/image/${libdir}/libsoletta.so.0.0.1 ${WORKDIR}/image/${libdir}/libsoletta.so
ln -sf libsoletta.so ${WORKDIR}/image/${libdir}/libsoletta.so.0.0.1
COMMIT_ID=`git --git-dir=${WORKDIR}/git/.git rev-parse --verify HEAD`
echo "Soletta: $COMMIT_ID" > ${D}/${libdir}/soletta/soletta-image-hash

Expand Down

0 comments on commit 8a69f55

Please sign in to comment.