Commit e8850ffd authored by Trevor Woerner's avatar Trevor Woerner Committed by Peter Korsgaard
Browse files

bzip2: add so.1 link



In addition to the .so link add a .so.1 link for the target rootfs.

Signed-off-by: default avatarTrevor Woerner <twoerner@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 731f3dfa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ define BZIP2_INSTALL_TARGET_CMDS
	cp $(@D)/libbz2.so.$(BZIP2_SONAME) $(TARGET_DIR)/usr/lib/
	(cd $(TARGET_DIR)/usr/lib; \
		ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1.0; \
		ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1; \
		ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so; \
	)
	(cd $(TARGET_DIR)/usr/bin; \