| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0013-Avoid-as-info-race-condition.patch | 4 Subject: [PATCH] gas: drop old cygnus install hack 27 -install-data-am: install-data-local install-info-am install-man 28 +install-data-am: install-info-am install-man 30 install-dvi: install-dvi-recursive 35 html-am html-local info info-am info-local install install-am \ 36 - install-data install-data-am install-data-local install-dvi \ 37 - install-dvi-am install-exec install-exec-am install-exec-local \ 38 - install-html install-html-am install-info install-info-am \ 39 - install-man install-man1 install-pdf install-pdf-am install-ps \ 40 + install-data install-data-am install-dvi install-dvi-am \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/open-plc-utils/ |
| H A D | 0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch | 4 Subject: [PATCH] Remove OWNER and GROUPS parameters to install 6 The Install tries to change the owner and groups of the binary. In 36 - install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${LIBRARY} 37 + install -m ${DIR_PERM} -d ${LIBRARY} 38 install: library 39 - if [ -d ${LIBRARY} ]; then install -m ${WWW_PERM} -o ${OWNER} -g ${GROUP} *.html *.css *.png ${LI… 40 + if [ -d ${LIBRARY} ]; then install -m ${WWW_PERM} *.html *.css *.png ${LIBRARY}; fi 52 - install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN} 53 + install -m ${DIR_PERM} -d ${BIN} 56 - test -d ${MAN} || install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${MAN} [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/ |
| H A D | 0001-tweak-install-prefix.patch | 4 Subject: [PATCH 1/2] tweak install prefix 18 install: all install-bin install-python install-devel 20 install-bin: 21 - install -d -m 0755 $(DESTDIR)/usr/bin 22 - install -d -m 0755 $(DESTDIR)/usr/share/man/man1 23 - install -m 0755 implantisomd5 $(DESTDIR)/usr/bin 24 - install -m 0755 checkisomd5 $(DESTDIR)/usr/bin 25 - install -m 0644 implantisomd5.1 $(DESTDIR)/usr/share/man/man1 26 - install -m 0644 checkisomd5.1 $(DESTDIR)/usr/share/man/man1 27 + install -d -m 0755 $(DESTDIR)$(bindir) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc-utils.inc | 2 install -d ${D}${base_bindir} 3 install -d ${D}${base_sbindir} 5 install -m 755 usr/kinit/shared/kinit ${D}${base_bindir}/kinit.shared 6 install -m 755 usr/dash/shared/sh ${D}${base_bindir}/sh.shared 8 install -m 755 usr/dash/static/sh ${D}${base_bindir}/sh 9 install -m 755 usr/kinit/static/kinit ${D}${base_bindir}/kinit 10 install -m 755 usr/gzip/gzip ${D}${base_bindir} 14 install -m 755 usr/kinit/fstype/${KLIBC_UTILS_VARIANT}/fstype ${D}${base_bindir} 15 install -m 755 usr/kinit/ipconfig/${KLIBC_UTILS_VARIANT}/ipconfig ${D}${base_bindir} 16 install -m 755 usr/kinit/nfsmount/${KLIBC_UTILS_VARIANT}/nfsmount ${D}${base_bindir} [all …]
|
| /OK3568_Linux_fs/buildroot/package/at/ |
| H A D | 0002-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch | 4 Subject: [PATCH] Makefile.in: fix make install for non-root, don't strip 25 install: all 26 - $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(etcdir) 27 - $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(bindir) 28 - $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(sbindir) 29 - $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(atdatadir) 30 - $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(docdir) 31 - $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(atdocdir) 32 - $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(DESTDIR)$(ATSPOOL_DIR) $(DEST… 33 + $(INSTALL) -m 755 -d $(DESTDIR)$(etcdir) [all …]
|
| H A D | 0001-Makefile.in-replace-IROOT-by-DESTDIR.patch | 36 install: all 37 - $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(etcdir) 38 - $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(bindir) 39 - $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(sbindir) 40 - $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(atdatadir) 41 - $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(docdir) 42 - $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(atdocdir) 43 - $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(IROOT)$(ATSPOOL_DIR) $(IROOT)… 48 - test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g … 49 - $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | 0002-Fix-vpnc-install-for-cross-compile.patch | 4 Subject: [PATCH 2/8] Fix vpnc install for cross compile 14 @@ -133,21 +133,21 @@ install-common: all 16 install vpnc-script $(DESTDIR)$(ETCDIR); \ 18 - install -m600 vpnc.conf $(DESTDIR)$(ETCDIR)/default.conf 19 - install -m755 vpnc-disconnect $(DESTDIR)$(SBINDIR) 20 - install -m755 pcf2vpnc $(DESTDIR)$(BINDIR) 21 - install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8 22 - install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1 23 - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1 24 - install -m644 COPYING $(DESTDIR)$(DOCDIR) [all …]
|
| /OK3568_Linux_fs/buildroot/package/liblockfile/ |
| H A D | 0001-Makefile.in-fix-cross-compilation.patch | 6 - Use DESTDIR to install each files instead of prepending prefix with it 7 as this will result in dotlockfile being wrongly install in $(bindir) 9 - Do not install files with root group as this will break 35 - install -d -m 755 -g root -p $(libdir) 36 - install -m 644 liblockfile.a $(libdir) 37 + install -d -m 755 -p $(DESTDIR)$(libdir) 38 + install -m 644 liblockfile.a $(DESTDIR)$(libdir) 41 - install -d -m 755 -g root -p $(libdir) 42 + install -d -m 755 -p $(DESTDIR)$(libdir) 43 install -m 755 liblockfile.so \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/demo-extrafiles/ |
| H A D | qt5-demo-extrafiles.bb | 39 install -d ${D}/${datadir}/pixmaps 40 install -d ${D}/${datadir}/applications 41 install -m 0644 ${WORKDIR}/cinematicexperience.png ${D}/${datadir}/pixmaps 42 install -m 0644 ${WORKDIR}/cinematicexperience.desktop ${D}/${datadir}/applications 43 install -m 0644 ${WORKDIR}/hellogl_es2.png ${D}/${datadir}/pixmaps 44 install -m 0644 ${WORKDIR}/hellogl_es2.desktop ${D}/${datadir}/applications 45 install -m 0644 ${WORKDIR}/hellowindow.png ${D}/${datadir}/pixmaps 46 install -m 0644 ${WORKDIR}/hellowindow.desktop ${D}/${datadir}/applications 47 install -m 0644 ${WORKDIR}/qt5everywheredemo.png ${D}/${datadir}/pixmaps 48 install -m 0644 ${WORKDIR}/qt5everywheredemo.desktop ${D}/${datadir}/applications [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mime-support/ |
| H A D | mime-support_3.62.bb | 24 install -d ${D}${sysconfdir} 25 install -d ${D}${libdir}/mime/packages 26 install -d ${D}${docdir} 27 install -d ${D}${sbindir} 28 install -d ${D}${bindir} 29 install -d ${D}${mandir}/man1 30 install -d ${D}${mandir}/man5 31 install -d ${D}${mandir}/man8 32 install -m 644 mime.types ${D}${sysconfdir}/ 33 install -m 644 mailcap ${D}${libdir}/mime/ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0001-Use-DESTDIR-in-install-Makefile-rule.patch | 4 Subject: [PATCH] Use DESTDIR in "install" Makefile rule 8 make install DESTDIR=~/mysysroot 24 install: 25 - $(INSTALL) -d -m 0755 $(BINDIR) 26 - $(INSTALL) -m 755 $(srcdir)/cdparanoia $(BINDIR) 27 - $(INSTALL) -d -m 0755 $(MANDIR) 28 - $(INSTALL) -d -m 0755 $(MANDIR)/man1 29 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(MANDIR)/man1 30 - $(INSTALL) -d -m 0755 $(INCLUDEDIR) 31 - $(INSTALL) -m 0644 $(srcdir)/paranoia/cdda_paranoia.h $(INCLUDEDIR) [all …]
|
| H A D | out-of-tree-build.patch | 16 install: 17 $(INSTALL) -d -m 0755 $(DESTDIR)$(BINDIR) 18 - $(INSTALL) -m 755 $(srcdir)/cdparanoia $(DESTDIR)$(BINDIR) 19 + $(INSTALL) -m 755 $(top_builddir)/cdparanoia $(DESTDIR)$(BINDIR) 20 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR) 21 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)/man1 22 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1 23 + $(INSTALL) -m 0644 $(top_srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1 24 $(INSTALL) -d -m 0755 $(DESTDIR)$(INCLUDEDIR) 25 - $(INSTALL) -m 0644 $(srcdir)/paranoia/cdda_paranoia.h $(DESTDIR)$(INCLUDEDIR) [all …]
|
| /OK3568_Linux_fs/buildroot/package/jitterentropy-library/ |
| H A D | 0002-Makefile-add-additional-install-targets.patch | 4 Subject: [PATCH] Makefile: add additional install targets 6 Add install-includes, install-man, install-shared and install-static 24 -install: 25 +install: install-man install-shared install-includes 27 +install-man: 28 install -d -m 0755 $(DESTDIR)$(PREFIX)/share/man/man3 29 install -m 644 doc/$(NAME).3 $(DESTDIR)$(PREFIX)/share/man/man3/ 32 +install-shared: 33 install -d -m 0755 $(DESTDIR)$(PREFIX)/$(LIBDIR) 35 - install -d -m 0755 $(DESTDIR)$(PREFIX)/$(INCDIR) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/icu/icu/ |
| H A D | fix-install-manx.patch | 4 Subject: [PATCH] icu: fix install race 7 dependency list results in races due to install-local being executed twice in 8 parallel. For example, install-manx can fail if the two install processes race 11 Also install-manx should be a phony target, and for clarity use $^ instead of $? 12 in the install command. 28 ….PHONY : all all-local all-recursive install install-local install-udata install-udata-files insta… 29 -install-recursive clean clean-local clean-recursive distclean \ 30 +install-recursive install-manx clean clean-local clean-recursive distclean \ 32 check check-local check-recursive clean-recursive-with-twist install-icu \ 33 …doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-r… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
| H A D | 0001-Makefile-fix-multilib-build-failure.patch | 29 install : uninstall 30 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 31 - install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 32 - install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 33 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 34 - install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 35 - install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 36 - install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 37 - install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 38 - install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/ |
| H A D | initscripts_1.0.bb | 70 # Create directories and install device independent scripts 72 install -d ${D}${sysconfdir}/init.d 73 install -d ${D}${sysconfdir}/rcS.d 74 install -d ${D}${sysconfdir}/rc0.d 75 install -d ${D}${sysconfdir}/rc1.d 76 install -d ${D}${sysconfdir}/rc2.d 77 install -d ${D}${sysconfdir}/rc3.d 78 install -d ${D}${sysconfdir}/rc4.d 79 install -d ${D}${sysconfdir}/rc5.d 80 install -d ${D}${sysconfdir}/rc6.d [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
| H A D | unstrip.patch | 1 Dont strip during install let the packaging handle it 11 install : $(BIN) 12 install -d $(DESTDIR)$(BIN_DIR) 13 - install -s $(BIN) $(DESTDIR)$(BIN_DIR) 14 + install $(BIN) $(DESTDIR)$(BIN_DIR) 21 install : $(BIN) 22 install -d $(DESTDIR)$(BIN_DIR) 23 - install -s $(BIN) $(DESTDIR)$(BIN_DIR) 24 + install $(BIN) $(DESTDIR)$(BIN_DIR) 31 install : $(BIN) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 150-use_DESTDIR.patch | 1 Make install rules use DESTDIR. 2 Split installation of the utilitity from the global install. 26 - $(INSTALL) $(LIB_TH_SL) $(shlibdir) 28 + $(INSTALL) $(LIB_TH_SL) $(DESTDIR)/$(shlibdir) 32 - $(INSTALL) $(LIB_TH) $(libdir) 34 + $(INSTALL) $(LIB_TH) $(DESTDIR)/$(libdir) 35 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library" 36 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library" 40 - $(INSTALL) $(LIB_TH_CXX_SL) $(shlibdir) 42 + $(INSTALL) $(LIB_TH_CXX_SL) $(DESTDIR)/$(shlibdir) [all …]
|
| /OK3568_Linux_fs/buildroot/package/cups/ |
| H A D | 0003-Sanitize-the-installation-process.patch | 9 - It uses install's -s option to strip binaries, but this option uses 15 "make install" isn't executed as root when cross-compiling. 19 "make install" twice was failing. 40 -INSTALL_BIN = @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@ 41 -INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@ 42 +INSTALL_BIN = @LIBTOOL_INSTALL@ $(INSTALL) -c -m 755 43 +INSTALL_COMPDATA = $(INSTALL) -c -m 644 @INSTALL_GZIP@ 44 INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@ 45 -INSTALL_DATA = $(INSTALL) -c -m 444 46 +INSTALL_DATA = $(INSTALL) -c -m 644 [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/ |
| H A D | 0001-drbd-utils-support-usrmerge.patch | 41 install -d $(DESTDIR)$(systemdunitdir) 42 install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/ 43 install -m 644 $(SYSTEMD_TEMPLATES) $(DESTDIR)$(systemdunitdir)/ 44 - install -d $(DESTDIR)/lib/drbd/scripts 45 - install -m 755 drbd $(DESTDIR)/lib/drbd/scripts 46 - install -m 755 drbd-service-shim.sh $(DESTDIR)/lib/drbd/scripts 47 - install -m 755 drbd-wait-promotable.sh $(DESTDIR)/lib/drbd/scripts 48 - install -m 755 ocf.ra.wrapper.sh $(DESTDIR)/lib/drbd/scripts 49 + install -d $(DESTDIR)/${nonarch_libdir}/drbd/scripts 50 + install -m 755 drbd $(DESTDIR)/${nonarch_libdir}/drbd/scripts [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 10 * Makefile (install-headers): Preserve old behavior: depend on 11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers 12 is set; otherwise, place gnu/stubs.h on the 'install-others' list. 16 * Makefile: Amend make install-headers to install everything 17 necessary for building a cross-compiler. Install gnu/stubs.h as 18 part of 'install-headers', not 'install-others'. 19 If install-bootstrap-headers is 'yes', install a dummy copy of 38 # What to install. 39 -install-others = $(inst_includedir)/gnu/stubs.h 40 install-bin-script = [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/ |
| H A D | breakpad_git.bb | 60 install -d ${D}${includedir} 61 install -d ${D}${includedir}/breakpad 63 install -d ${D}${includedir}/breakpad/client/linux/crash_generation 64 …install -m 0644 ${S}/src/client/linux/crash_generation/crash_generation_client.h ${D}${includedir… 66 install -d ${D}${includedir}/breakpad/client/linux/handler/ 67 …install -m 0644 ${S}/src/client/linux/handler/exception_handler.h ${D}${includedir}/breakpad/clien… 68 …install -m 0644 ${S}/src/client/linux/handler/minidump_descriptor.h ${D}${includedir}/breakpad/cli… 70 install -d ${D}${includedir}/breakpad/client/linux/dump_writer_common 71 …install -m 0644 ${S}/src/client/linux/dump_writer_common/mapping_info.h ${D}${includedir}/breakpad… 72 …install -m 0644 ${S}/src/client/linux/dump_writer_common/thread_info.h ${D}${includedir}/breakpad/… [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/ |
| H A D | CMakeLists.txt | 8 # install resource 10 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/conf/ 16 # install headers 18 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ 24 # install libs 28 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/uclibc/librkaudio_common.so 36 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/uclibc/libaec_bf_process_wakeup.so 40 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/uclibc/libaec_bf_process_wakeup.a 45 …install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../../../iva/iva/librockiva/rockiva-rv1106-Linux/lib/… 49 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/uclibc/libaec_bf_process_wakeup_mode1_nn.so [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/ |
| H A D | apmd_3.2.2-15.bb | 50 install -d ${D}${sysconfdir} 51 install -d ${D}${sysconfdir}/apm 52 install -d ${D}${sysconfdir}/apm/event.d 53 install -d ${D}${sysconfdir}/apm/other.d 54 install -d ${D}${sysconfdir}/apm/suspend.d 55 install -d ${D}${sysconfdir}/apm/resume.d 56 install -d ${D}${sysconfdir}/apm/scripts.d 57 install -d ${D}${sysconfdir}/default 58 install -d ${D}${sysconfdir}/init.d 59 install -d ${D}${sbindir} [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/rkscript/ |
| H A D | rkscript.mk | 54 $(INSTALL) -D -m 0644 $(RKSCRIPT_PKGDIR)/usbdevice.sh \ 75 $(INSTALL) -m 0755 -D $(@D)/usbdevice $(TARGET_DIR)/usr/bin/ 81 $(INSTALL) -m 0755 -d $(TARGET_DIR)/lib/udev/rules.d/ 82 $(INSTALL) -m 0644 -D $(@D)/61-usbdevice.rules \ 89 $(INSTALL) -m 0755 -D $(@D)/S*usbdevice $(TARGET_DIR)/etc/init.d/ 94 $(INSTALL) -D -m 644 $(@D)/usbdevice.service \ 102 $(INSTALL) -m 0755 -D $(@D)/list-iodomain.sh $(TARGET_DIR)/usr/bin/ 107 $(INSTALL) -m 0755 -D $(@D)/S*iodomain.sh $(TARGET_DIR)/etc/init.d/ 114 $(INSTALL) -m 0755 -D $(@D)/disk-helper $(TARGET_DIR)/usr/bin/ 115 $(INSTALL) -m 0755 -D $(@D)/mount-helper $(TARGET_DIR)/usr/bin/ [all …]
|