diff mbox

[129/131] libcap2: Add backwards compatibility. Remove in next major release

Message ID 6abde5acdbb58e2554aa06febd24c98e9da5053d.1389702652.git.christian.braunersorensen@prevas.dk
State Superseded
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk Jan. 14, 2014, 12:34 p.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 recipes/libcap/libcap2.inc | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/recipes/libcap/libcap2.inc b/recipes/libcap/libcap2.inc
index e8a42dc..510a3e9 100644
--- a/recipes/libcap/libcap2.inc
+++ b/recipes/libcap/libcap2.inc
@@ -34,3 +34,8 @@  AUTO_PACKAGE_UTILS = "capsh getcap getpcaps setcap"
 AUTO_PACKAGE_UTILS_RDEPENDS = "${PN}"
 
 LIBRARY_NAME = "libcap"
+
+#To be removed in next base master release!
+PROVIDES_${PN} += "libcap2"
+PROVIDES_${PN}-dev += "libcap2-dev"
+PROVIDES_${PN}[qa] += "allow-missing-soname:libcap2"