tyler writes:
libdirectfb* is copied to target, but when the package builds it also builds libdirect* and libfusion*, which libdirectfb will call upon, but they are not copied along with libdirectfb.
This commit is contained in:
parent
b607f5cdc3
commit
4a01900a8d
@ -52,9 +52,12 @@ $(STAGING_DIR)/usr/lib/libdirectfb.so: $(DIRECTFB_DIR)/.compiled
|
||||
touch -c $(STAGING_DIR)/lib/libdirectfb.so
|
||||
|
||||
$(TARGET_DIR)/usr/lib/libdirectfb.so: $(STAGING_DIR)/usr/lib/libdirectfb.so
|
||||
cp -dpf $(STAGING_DIR)/usr/lib/libdirectfb* $(TARGET_DIR)/usr/lib/
|
||||
cp -dpf $(STAGING_DIR)/usr/lib/libdirect* $(STAGING_DIR)/usr/lib/libfusion* $(TARGET_DIR)/usr/lib/
|
||||
cp -rdpf $(STAGING_DIR)/usr/lib/directfb-$(DIRECTFB_VERSION) $(TARGET_DIR)/usr/lib/
|
||||
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libdirectfb.so
|
||||
-$(STRIP) --strip-unneeded \
|
||||
$(TARGET_DIR)/usr/lib/libdirectfb.so \
|
||||
$(TARGET_DIR)/usr/lib/libdirect.so \
|
||||
$(TARGET_DIR)/usr/lib/libfusion.so
|
||||
|
||||
directfb: uclibc jpeg libpng freetype libsysfs $(TARGET_DIR)/usr/lib/libdirectfb.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user