Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/
H A Dtk8_8.6.15.bb35 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 Dtk_9.0.1.bb31 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 Dbuild.patch14 @@ -11,7 +11,7 @@ VER = $(shell expr `pwd` : '.*-\([0-9.]*
18 -shared = ${libname}.${VER}.so
19 +shared = ${libname}.so.${VER}
H A Dcross_compile.patch5 @@ -15,17 +15,18 @@ shared = ${libname}.${VER}.so
/openbmc/openbmc-tools/openbmctool/build-scripts/
H A DMakefile13 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 Dvpd_reader.c96 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 Dtcl8_8.6.16.bb37 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 Dtcl_9.0.1.bb33 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 Dlibhtp_0.5.50.bb16 #S = "${UNPACKDIR}/suricata-${VER}/${BPN}"
/openbmc/u-boot/doc/imx/common/
H A Dmxs.txt55 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 Dtripwire.txt14 …tripwire/twpol.txt. An example policy file (located at /usr/doc/tripwire-VER#-REL#/policyguide.t…
/openbmc/qemu/include/block/
H A Dufs.h76 REG32(VER, offsetof(UfsReg, ver))