Searched refs:VER (Results 1 – 12 of 12) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/ |
| H A D | tk8_8.6.15.bb | 35 VER = "${@os.path.splitext(d.getVar('PV'))[0]}" 38 CFLAGS += "-I${STAGING_INCDIR}/tcl${VER}" 54 export TK_LIBRARY = '${libdir}/tk${VER}' 57 ln -sf libtk${VER}.so ${D}${libdir}/libtk${VER}.so.0 58 oe_libinstall -so libtk${VER} ${D}${libdir} 59 ln -sf wish${VER} ${D}${bindir}/wish 73 FILES:${PN}-lib = "${libdir}/libtk${VER}.so*"
|
| H A D | tk_9.0.1.bb | 31 VER = "${@os.path.splitext(d.getVar('PV'))[0]}" 49 export TK_LIBRARY = '${libdir}/tk${VER}' 52 ln -sf wish${VER} ${D}${bindir}/wish 69 FILES:${PN}-lib = "${libdir}/libtcl9tk${VER}.so*"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
| H A D | build.patch | 14 @@ -11,7 +11,7 @@ VER = $(shell expr `pwd` : '.*-\([0-9.]* 18 -shared = ${libname}.${VER}.so 19 +shared = ${libname}.so.${VER}
|
| H A D | cross_compile.patch | 5 @@ -15,17 +15,18 @@ shared = ${libname}.${VER}.so
|
| /openbmc/openbmc-tools/openbmctool/build-scripts/ |
| H A D | Makefile | 13 VER=1.19 macro 18 NAME=$(PROD)-$(VER)-$(REL).$(ARCH) 45 tar -cvzf $(RPMDIR)/SOURCES/openbmctool-$(VER)-$(REL).tgz -C $(RPMDIR) openbmctool 62 dpkg-deb -b $(DEBDIR) $(DEBDIR)/DEBIAN/openbmctool-$(VER).$(REL)-$(ARCH).deb
|
| /openbmc/u-boot/board/ge/common/ |
| H A D | vpd_reader.c | 96 static const int VER = 2; variable 143 data[VER] != 0 || data[TYP] != 0 || in vpd_reader() 159 ecc[LEN] - BLOCK_SIZE != size_bits / 8 || ecc[VER] != 1 || in vpd_reader() 192 ret = fn(userdata, data[ID], data[VER], data[TYP], in vpd_reader()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/ |
| H A D | tcl8_8.6.16.bb | 37 VER = "${PV}" 55 ln -sf ./tclsh${VER} ${D}${bindir}/tclsh8 56 ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} 63 install -d ${D}${includedir}/tcl${VER}/$dir 64 install -m 0644 ${S}/$dir/*.h ${D}${includedir}/tcl${VER}/$dir/ 72 FILES:${PN} += "${libdir}/tcl${VER} ${libdir}/tcl8.6 ${libdir}/tcl8"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk/ |
| H A D | tcl_9.0.1.bb | 33 VER = "${PV}" 51 ln -sf ./tclsh${VER} ${D}${bindir}/tclsh 52 ln -sf tclsh9.0 ${D}${bindir}/tclsh${VER} 59 install -d ${D}${includedir}/${BPN}${VER}/$dir 60 install -m 0644 ${S}/$dir/*.h ${D}${includedir}/${BPN}${VER}/$dir/ 68 FILES:${PN} += "${libdir}/tcl${VER} ${libdir}/tcl9.0 ${libdir}/tcl9"
|
| /openbmc/openbmc/meta-security/recipes-ids/suricata/ |
| H A D | libhtp_0.5.50.bb | 16 #S = "${UNPACKDIR}/suricata-${VER}/${BPN}"
|
| /openbmc/u-boot/doc/imx/common/ |
| H A D | mxs.txt | 55 We use a $VER variable here to denote the current version. At the time of 59 $ VER="10.12.01" 60 $ wget ftp://ftp.denx.de/pub/tools/elftosb-${VER}.tar.gz 64 $ tar xzf elftosb-${VER}.tar.gz 68 $ cd elftosb-${VER}/
|
| /openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
| H A D | tripwire.txt | 14 …tripwire/twpol.txt. An example policy file (located at /usr/doc/tripwire-VER#-REL#/policyguide.t…
|
| /openbmc/qemu/include/block/ |
| H A D | ufs.h | 76 REG32(VER, offsetof(UfsReg, ver))
|