#
86597bd3 |
| 02-Apr-2024 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
meson: Provide wrap file for boost
Currently local build on the system without boost can fail with the following message: """ meson.build: ERROR: Dependency "boost" not found, tried system """ Provi
meson: Provide wrap file for boost
Currently local build on the system without boost can fail with the following message: """ meson.build: ERROR: Dependency "boost" not found, tried system """ Provide "boost.wrap" file to fix the issue.
Change-Id: I596524f744cbe4ed0d43f464d23c67fef8886ee9 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
1db5c73e |
| 29-Aug-2022 |
Nan Zhou <nanzhoumails@gmail.com> |
gitignore: optimize items
1. explicitly enumerate indirect wrap files so they are ignored 2. add a missing test target via autoconf 3. add devtool modify files
Tested: local files on my workstation
gitignore: optimize items
1. explicitly enumerate indirect wrap files so they are ignored 2. add a missing test target via autoconf 3. add devtool modify files
Tested: local files on my workstation are ingored correctly
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I73b2fd1e8e91d7147c27bbf9bbcc970255dac6ac
show more ...
|
#
cf53a946 |
| 21-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
meson: improve subproject builds
Add meson subproject wrapfiles for all the openbmc projects we utilize and fix the missing dependency for cereal. There is still a missing dependency for the `ldap.
meson: improve subproject builds
Add meson subproject wrapfiles for all the openbmc projects we utilize and fix the missing dependency for cereal. There is still a missing dependency for the `ldap.h` that prevents a full wrap-based build.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If3a5836c3ff9a34d5624c60ac00c8fd46bfba20b
show more ...
|
#
4f617b7a |
| 03-Jun-2020 |
Zhenfei Tai <ztai@google.com> |
Update .gitignore for generated libtool file Signed-off-by: Zhenfei Tai <ztai@google.com> Change-Id: Ib5a2523699d90b7700170b4e40b9225349e230dd
|
#
f870b48e |
| 18-Nov-2018 |
Tom Joseph <tomjoseph@in.ibm.com> |
Add unit tests for ldap mapper application Change-Id: I2d75a4f2e27f6e6640e8a16cc7834116b260f547 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|
#
d514e5dc |
| 08-Nov-2018 |
Nagaraju Goruganti <ngorugan@in.ibm.com> |
phosphor-ldap-conf: add unit tests Added uinit tests to create and to restore config file. Change-Id: Idf5231d46542cda1ff84241aa67aadd91a4788d6 Signed-off-by: Nagaraju Goruganti
phosphor-ldap-conf: add unit tests Added uinit tests to create and to restore config file. Change-Id: Idf5231d46542cda1ff84241aa67aadd91a4788d6 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
show more ...
|
#
536ea32d |
| 13-Sep-2018 |
Tom Joseph <tomjoseph@in.ibm.com> |
ldap: Add application to configure privilege for LDAP groups The application implements the xyz.openbmc_project.User.PrivilegeMapper D-Bus interface to configure privilege levels for LDA
ldap: Add application to configure privilege for LDAP groups The application implements the xyz.openbmc_project.User.PrivilegeMapper D-Bus interface to configure privilege levels for LDAP groups. The Create method is used to create privilege mapping for the LDAP group. D-Bus object is created for each LDAP group and implements the D-Bus interface xyz.openbmc_project.User.PrivilegeMapperEntry. : Change-Id: I20935229a8a79ce1e52a857672a6a0085cb5ace4 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|
#
54309f17 |
| 06-Sep-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Add gitignore file Change-Id: I336078f5de8a16d3ffeef095c4067d652fea6512 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
|