lockdev: Make baselib configurable

This ensures that baselib can be passed from bitbake tasks via
environment

Refresh patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-12-19 17:57:10 -08:00
parent 5a5d2cfa1b
commit 89461fecb7
3 changed files with 9 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ Date: Tue Feb 9 14:56:23 2010 +0100
soname = ${libname}.so.${MVER}
# overwritten by caller (e.g.: debian/rules)
@@ -72,6 +72,7 @@ install_doc: docs/lockdev.3
@@ -73,6 +73,7 @@ install_doc: docs/lockdev.3
install_run: ${shared}
install -m755 -d ${libdir}
install -m644 ${shared} ${libdir}