aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lockdev/lockdev/build.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-19 17:57:10 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-20 16:07:50 -0800
commit89461fecb74a9e110e4c7d6d0878e2f7f0eac1e4 (patch)
tree44e78df61dc5bd75bd1e9dd7a0b52450d76c92cc /meta-oe/recipes-support/lockdev/lockdev/build.patch
parent5a5d2cfa1b4f98b4f369ced54c0a9d03dcda1468 (diff)
downloadmeta-openembedded-89461fecb74a9e110e4c7d6d0878e2f7f0eac1e4.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/lockdev/lockdev/build.patch')
-rw-r--r--meta-oe/recipes-support/lockdev/lockdev/build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lockdev/lockdev/build.patch b/meta-oe/recipes-support/lockdev/lockdev/build.patch
index 6ec91d2316..f9fe48b2a6 100644
--- a/meta-oe/recipes-support/lockdev/lockdev/build.patch
+++ b/meta-oe/recipes-support/lockdev/lockdev/build.patch
@@ -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}