diff mbox

[056/131] libusb1: Add backwards compatibility. Remove in next major release

Message ID 38fdc065f947314e68cf1455dc1061831b5d764b.1389702652.git.christian.braunersorensen@prevas.dk
State Rejected
Delegated to: Esben Haabendal
Headers show

Commit Message

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

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

Patch

diff --git a/recipes/libusb/libusb1_1.0.9.oe b/recipes/libusb/libusb1_1.0.9.oe
index 4722030..bf6e01e 100644
--- a/recipes/libusb/libusb1_1.0.9.oe
+++ b/recipes/libusb/libusb1_1.0.9.oe
@@ -23,3 +23,8 @@  RDEPENDS_${PN} += "libpthread libc librt"
 #PROVIDES_${PN} += "libusb-${MAJOR_VERSION}.0 libusb-${MAJOR_VERSION}.0-0"
 LIBRARY_NAME = "libusb-1.0"
 LIBRARY_VERSION = "0"
+
+#To be removed in next base master release!
+PROVIDES_${PN} += "libusb1"
+PROVIDES_${PN}-dev += "libusb1-dev"
+PROVIDES_${PN}[qa] += "allow-missing-soname:libusb1"