Browse Source

- libaacs/libbdplus: move files to package dir

master
vanhofen 4 years ago
parent
commit
54427ba3b3
  1. 10
      make/target-libs.mk
  2. 0
      package/libaacs/files/KEYDB.cfg
  3. 0
      package/libbdplus/files/aes_keys.bin
  4. 0
      package/libbdplus/files/device_discovery_1.bin
  5. 0
      package/libbdplus/files/device_discovery_2.bin
  6. 0
      package/libbdplus/files/device_discovery_3.bin
  7. 0
      package/libbdplus/files/device_discovery_4.bin
  8. 0
      package/libbdplus/files/device_discovery_5.bin
  9. 0
      package/libbdplus/files/ecdsa_keys.txt
  10. 0
      package/libbdplus/files/mem_area_02.bin
  11. 0
      package/libbdplus/files/mem_area_03.bin
  12. 0
      package/libbdplus/files/mem_area_04.bin
  13. 0
      package/libbdplus/files/mem_area_05.bin
  14. 0
      package/libbdplus/files/mem_area_06.bin
  15. 0
      package/libbdplus/files/mem_area_07.bin
  16. 0
      package/libbdplus/files/mem_free.bin
  17. 0
      package/libbdplus/files/mem_player_executable.bin
  18. 0
      package/libbdplus/files/mem_player_name.bin
  19. 0
      package/libbdplus/files/mem_player_version.bin
  20. 0
      package/libbdplus/files/memory.map

10
make/target-libs.mk

@ -786,9 +786,8 @@ libaacs: $(LIBAACS_DEPS) $(DL_DIR)/$(LIBAACS_SOURCE) | $(TARGET_DIR)
$(MAKE); \
$(MAKE) install DESTDIR=$(TARGET_DIR)
$(REWRITE_LIBTOOL)
$(CD) $(TARGET_DIR); \
mkdir -p .config/aacs .cache/aacs/vuk
cp $(TARGET_FILES)/libaacs/KEYDB.cfg $(TARGET_DIR)/.config/aacs
$(INSTALL) -d $(TARGET_DIR)/.cache/aacs/vuk
$(INSTALL_DATA) -D $(PKG_FILES_DIR)/KEYDB.cfg $(TARGET_DIR)/.config/aacs/KEYDB.cfg
$(REMOVE)/$(PKG_DIR)
$(TOUCH)
@ -819,9 +818,8 @@ libbdplus: $(LIBBDPLUS_DEPS) $(DL_DIR)/$(LIBBDPLUS_SOURCE) | $(TARGET_DIR)
$(MAKE); \
$(MAKE) install DESTDIR=$(TARGET_DIR)
$(REWRITE_LIBTOOL)
$(CD) $(TARGET_DIR); \
mkdir -p .config/bdplus/vm0
cp -f $(TARGET_FILES)/libbdplus/* $(TARGET_DIR)/.config/bdplus/vm0
$(INSTALL) -d $(TARGET_DIR)/.config/bdplus/vm0
$(INSTALL_COPY) $(PKG_FILES_DIR)/* $(TARGET_DIR)/.config/bdplus/vm0
$(REMOVE)/$(PKG_DIR)
$(TOUCH)

0
skel-root/general/libaacs/KEYDB.cfg → package/libaacs/files/KEYDB.cfg

0
skel-root/general/libbdplus/aes_keys.bin → package/libbdplus/files/aes_keys.bin

0
skel-root/general/libbdplus/device_discovery_1.bin → package/libbdplus/files/device_discovery_1.bin

0
skel-root/general/libbdplus/device_discovery_2.bin → package/libbdplus/files/device_discovery_2.bin

0
skel-root/general/libbdplus/device_discovery_3.bin → package/libbdplus/files/device_discovery_3.bin

0
skel-root/general/libbdplus/device_discovery_4.bin → package/libbdplus/files/device_discovery_4.bin

0
skel-root/general/libbdplus/device_discovery_5.bin → package/libbdplus/files/device_discovery_5.bin

0
skel-root/general/libbdplus/ecdsa_keys.txt → package/libbdplus/files/ecdsa_keys.txt

0
skel-root/general/libbdplus/mem_area_02.bin → package/libbdplus/files/mem_area_02.bin

0
skel-root/general/libbdplus/mem_area_03.bin → package/libbdplus/files/mem_area_03.bin

0
skel-root/general/libbdplus/mem_area_04.bin → package/libbdplus/files/mem_area_04.bin

0
skel-root/general/libbdplus/mem_area_05.bin → package/libbdplus/files/mem_area_05.bin

0
skel-root/general/libbdplus/mem_area_06.bin → package/libbdplus/files/mem_area_06.bin

0
skel-root/general/libbdplus/mem_area_07.bin → package/libbdplus/files/mem_area_07.bin

0
skel-root/general/libbdplus/mem_free.bin → package/libbdplus/files/mem_free.bin

0
skel-root/general/libbdplus/mem_player_executable.bin → package/libbdplus/files/mem_player_executable.bin

0
skel-root/general/libbdplus/mem_player_name.bin → package/libbdplus/files/mem_player_name.bin

0
skel-root/general/libbdplus/mem_player_version.bin → package/libbdplus/files/mem_player_version.bin

0
skel-root/general/libbdplus/memory.map → package/libbdplus/files/memory.map

Loading…
Cancel
Save