| /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/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-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/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 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} 57 - install -m ${MAN_PERM} -o ${OWNER} -g ${GROUP} ${PAGES} ${MAN} [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/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/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/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/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/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/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-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/kernel/tools/power/pm-graph/ |
| H A D | Makefile | 8 install : uninstall target 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
| /OK3568_Linux_fs/buildroot/package/lockdev/ |
| H A D | 0001-Makefile-install-static-library-and-headers-separate.patch | 4 Subject: [PATCH] Makefile: install static library and headers separately 19 -.PHONY: install install_dev install_dbg install_doc install_run 20 -install: install_dev install_dbg install_doc install_run 21 +.PHONY: install install_dev install_dbg install_doc install_run install_static 22 +install: install_dev install_dbg install_doc install_run install_static 25 - install -m755 -d ${libdir} 26 - install -m644 ${static} ${libdir} 28 install -m755 -d ${incdir} 29 install -m644 src/lockdev.h ${incdir} 30 install -m644 src/ttylock.h ${incdir} [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | Makefile.in | 40 depcomp install-sh missing 54 html-recursive info-recursive install-data-recursive \ 55 install-dvi-recursive install-exec-recursive \ 56 install-html-recursive install-info-recursive \ 57 install-pdf-recursive install-ps-recursive install-recursive \ 266 install-man1: $(dist_man_MANS) 587 && $(MAKE) $(AM_MAKEFLAGS) install \ 595 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 636 install: install-recursive 637 install-exec: install-exec-recursive [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/yocto/meta-openembedded/meta-oe/recipes-support/libjs/ |
| H A D | libjs-jquery-icheck_1.0.3.bb | 15 install -d ${D}${datadir}/javascript/jquery-icheck/ 16 install -m 0644 ${S}/icheck.js ${D}${datadir}/javascript/jquery-icheck/ 17 install -m 0644 ${S}/icheck.min.js ${D}${datadir}/javascript/jquery-icheck/ 19 install -d ${D}${datadir}/javascript/jquery-icheck/skins/ 20 install -m 0644 ${S}/skins/all.css ${D}${datadir}/javascript/jquery-icheck/skins/ 22 install -d ${D}${datadir}/javascript/jquery-icheck/skins/flat/ 23 install -m 0644 ${S}/skins/flat/* ${D}${datadir}/javascript/jquery-icheck/skins/flat/ 25 install -d ${D}${datadir}/javascript/jquery-icheck/skins/futurico/ 26 … install -m 0644 ${S}/skins/futurico/* ${D}${datadir}/javascript/jquery-icheck/skins/futurico/ 28 install -d ${D}${datadir}/javascript/jquery-icheck/skins/line/ [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/buildroot/dl/stressapptest/git/src/ |
| H A D | Makefile.in | 243 install-binPROGRAMS: $(bin_PROGRAMS) 428 install: install-am 429 install-exec: install-exec-am 430 install-data: install-data-am 433 install-am: all-am 434 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 437 install-strip: 441 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 476 install-data-am: 478 install-dvi: install-dvi-am [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/man/ |
| H A D | Makefile.in | 129 *) (install-info --version) >/dev/null 2>&1;; \ 610 install-appmanDATA: $(appman_DATA) 631 install-drivermanDATA: $(driverman_DATA) 652 install-filemanDATA: $(fileman_DATA) 720 install: install-am 721 install-exec: install-exec-am 722 install-data: install-data-am 725 install-am: all-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 729 install-strip: [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/man/ |
| H A D | Makefile.in | 129 *) (install-info --version) >/dev/null 2>&1;; \ 610 install-appmanDATA: $(appman_DATA) 631 install-drivermanDATA: $(driverman_DATA) 652 install-filemanDATA: $(fileman_DATA) 720 install: install-am 721 install-exec: install-exec-am 722 install-data: install-data-am 725 install-am: all-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 729 install-strip: [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/man/ |
| H A D | Makefile.in | 129 *) (install-info --version) >/dev/null 2>&1;; \ 611 install-appmanDATA: $(appman_DATA) 632 install-drivermanDATA: $(driverman_DATA) 653 install-filemanDATA: $(fileman_DATA) 721 install: install-am 722 install-exec: install-exec-am 723 install-data: install-data-am 726 install-am: all-am 727 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 730 install-strip: [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/man/ |
| H A D | Makefile.in | 129 *) (install-info --version) >/dev/null 2>&1;; \ 610 install-appmanDATA: $(appman_DATA) 631 install-drivermanDATA: $(driverman_DATA) 652 install-filemanDATA: $(fileman_DATA) 720 install: install-am 721 install-exec: install-exec-am 722 install-data: install-data-am 725 install-am: all-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 729 install-strip: [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/man/ |
| H A D | Makefile.in | 129 *) (install-info --version) >/dev/null 2>&1;; \ 610 install-appmanDATA: $(appman_DATA) 631 install-drivermanDATA: $(driverman_DATA) 652 install-filemanDATA: $(fileman_DATA) 720 install: install-am 721 install-exec: install-exec-am 722 install-data: install-data-am 725 install-am: all-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 729 install-strip: [all …]
|