lksctp: rename libsctp package
authorjoao freitas <joaohf@gmail.com>
Tue, 29 Jun 2010 14:41:43 +0000 (14:41 +0000)
committerEric Bénard <eric@eukrea.com>
Sat, 6 Nov 2010 21:52:50 +0000 (22:52 +0100)
Author:    joao freitas <joaohf@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/lksctp-tools/lksctp-tools.inc

index 9832dc9..9cbc963 100644 (file)
@@ -5,19 +5,19 @@ LICENSE = "LGPLv2"
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 BBCLASSEXTEND = "native"
 
 inherit autotools pkgconfig binconfig
 
-export LDFLAGS += "-ldl"
-
 do_install_append_virtclass-native() {
        :
 }
 
-DEBIANNAME_${PN} = "lksctp"
+RREPLACES = "lksctp"
+
+LEAD_SONAME = "libsctp.so"
 
 PACKAGES =+ "${PN}-withsctp ${PN}-utils"