Home
last modified time | relevance | path

Searched refs:REGEX (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/
H A Dextract-libtool-and-convert-to-soversion.patch22 +string(REGEX MATCH "LT_CURRENT=([0-9]+)" LT_CURRENT "${CONFIGURE_AC}")
24 +string(REGEX MATCH "LT_REVISION=([0-9]+)" LT_REVISION "${CONFIGURE_AC}")
26 +string(REGEX MATCH "LT_AGE=([0-9]+)" LT_AGE "${CONFIGURE_AC}")
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A D0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch55 string(REGEX REPLACE "(^| )-Werror([= ][^-][^ ]*)?( |$)" " " ${v} "${${v}}")
60 + string(REGEX REPLACE "(^| )-pipe( |$)" " " ${v} "${${v}}")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-Remove-buggy-test-confusing-host-and-target.patch22 - string(REGEX MATCH "ID(_LIKE)?=debian" IS_DEBIAN ${OS_RELEASE})
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Fix-library-LZ4-lookup.patch30 file(STRINGS "${LZ4_INCLUDE_DIRS}/lz4.h" LZ4_H REGEX "^#define LZ4_VERSION_[MR]")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/
H A Dmg_20230501.bb14 file://0001-Undefine-REGEX-for-musl-based-systems.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch23 string(REGEX REPLACE "\n$" "" ${PYTHON_INSTALL_DIR} "${PYTHON_INSTALL_DIR}")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0001-Undefine-REGEX-for-musl-based-systems.patch4 Subject: [PATCH] Undefine REGEX for musl based systems
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A Dstatic_library_as_option.patch30 @@ -1139,11 +1140,13 @@ string(REGEX REPLACE "[^0-9: /-]+" "" GIT_DATE "${GIT_DATE}")
/openbmc/u-boot/lib/efi_loader/
H A DKconfig11 select REGEX
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake479 REGEX
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py117 REGEX = r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|[+-]\d{2}:\d{2})?$" variable in DateTimeProp
149 if not re.match(self.REGEX, value):
167 REGEX = r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|[+-]\d{2}:\d{2})$" variable in DateTimeStampProp
/openbmc/u-boot/lib/
H A DKconfig118 config REGEX config