| /OK3568_Linux_fs/kernel/tools/edid/ |
| H A D | Makefile | 2 SOURCES := $(wildcard [0-9]*x[0-9]*.S) macro 4 BIN := $(patsubst %.S, %.bin, $(SOURCES)) 6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES)) 8 CODE := $(patsubst %.S, %.c, $(SOURCES))
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch | 34 SOURCES = zip_archive.cc \ 36 @@ -5,14 +6,15 @@ SOURCES = zip_archive.cc \ 37 SOURCES := $(foreach source, $(SOURCES), libziparchive/$(source)) 47 build: $(SOURCES)
|
| H A D | 0001-patching-adb.mk-to-build-in-yocto-environment.patch | 34 SOURCES = client/adb_client.cpp \ 35 @@ -12,10 +13,10 @@ SOURCES = client/adb_client.cpp \ 37 SOURCES := $(foreach source, $(SOURCES), adb/$(source)) 52 build: $(SOURCES)
|
| H A D | 0009-patching-img2simg.mk-to-build-in-yocto-environment.patch | 33 SOURCES = img2simg.cpp 34 SOURCES := $(foreach source, $(SOURCES), libsparse/$(source)) 43 build: $(SOURCES)
|
| H A D | 0010-patching-simg2img.mk-to-build-in-yocto-environment.patch | 33 SOURCES = simg2img.cpp sparse_crc32.cpp 34 SOURCES := $(foreach source, $(SOURCES), libsparse/$(source)) 43 build: $(SOURCES)
|
| H A D | 0007-libcrypto_utils.mk-modifications-to-make-it-build-in.patch | 28 SOURCES := android_pubkey.c 29 SOURCES := $(foreach source, $(SOURCES), libcrypto_utils/$(source)) 39 build: $(SOURCES)
|
| H A D | 0006-libbase.mk-modifications-to-make-it-build-in-yocto-e.patch | 28 SOURCES = \ 33 build: $(SOURCES)
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/ |
| H A D | libcrypto_utils_mk_change_out_dir.patch | 19 SOURCES := android_pubkey.c 20 SOURCES := $(foreach source, $(SOURCES), libcrypto_utils/$(source)) 30 build: $(SOURCES)
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/ |
| H A D | Use-NEON_FLAGS-instead-of-VPX_ASFLAGS-for-libaom-neo.patch | 16 for f in SOURCES: 18 - SOURCES[f].flags += CONFIG['VPX_ASFLAGS'] 19 + SOURCES[f].flags += CONFIG['NEON_FLAGS']
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
| H A D | 0001-version-libraries.patch | 6 …SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c ustream.c ustream-fd.c vlist.c utils.… 8 ADD_LIBRARY(ubox SHARED ${SOURCES}) 10 ADD_LIBRARY(ubox-static STATIC ${SOURCES})
|
| /OK3568_Linux_fs/buildroot/package/libsvgtiny/ |
| H A D | 0004-Build-Include-gperf-generated-code-directly.patch | 31 -SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c 32 +SOURCES := $(SOURCES)
|
| /OK3568_Linux_fs/external/security/librkcrypto/ |
| H A D | CMakeLists.txt | 43 file(GLOB SOURCES "src/*.c") 68 add_library(${SHARED_LIB_NAME} SHARED ${SOURCES} ${SOURCES_DRM} ${SOURCES_TEEC}) 75 add_library(${STATIC_LIB_NAME} STATIC ${SOURCES} ${SOURCES_DRM} ${SOURCES_TEEC})
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | fix-rocksdb-cross-compile.patch | 5 add_library(${ROCKSDB_STATIC_LIB} STATIC ${SOURCES}) 11 # add_library(${ROCKSDB_IMPORT_LIB} SHARED ${SOURCES})
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/ |
| H A D | 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch | 23 - Builder(action = sys.executable + ' build/gen_def.py $SOURCES > $TARGET', 24 + Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0001-example-Do-not-run-the-tests.patch | 16 @@ -33,11 +33,8 @@ depend: $(SOURCES) 17 makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/ |
| H A D | location.pro | 35 SOURCES += \ 48 SOURCES += labs/qgeojson.cpp
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | fix-arm-atomic.patch | 22 @@ -470,6 +470,9 @@ list(APPEND SOURCES ${CMAKE_CURRENT_BINARY_DIR}/build_version.cc) 24 ADD_CONVENIENCE_LIBRARY(rocksdblib ${SOURCES})
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qttools/ |
| H A D | 0001-add-noqtwebkit-configuration.patch | 28 @@ -77,7 +77,7 @@ SOURCES += aboutdialog.cpp \ 36 SOURCES += helpviewer_qwv.cpp
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ogl-runtime/ |
| H A D | 0001-Fix-examples-build-error.patch | 38 SOURCES += \ 62 SOURCES += \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/config.tests/gypsy/ |
| H A D | gypsy.pro | 2 SOURCES += main.cpp
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/config.tests/winrt/ |
| H A D | winrt.pro | 1 SOURCES += main.cpp
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoshape/ |
| H A D | qgeoshape.pro | 4 SOURCES = \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imagebrower/ |
| H A D | imagebrower.pro | 6 SOURCES += \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/ |
| H A D | qplacemanager_nokia.pro | 4 SOURCES += tst_qplacemanager_nokia.cpp
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchresult/ |
| H A D | qplacesearchresult.pro | 5 SOURCES += tst_qplacesearchresult.cpp
|