aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoao freitas <joaohf@gmail.com>2010-06-29 14:41:43 +0000
committerEric Bénard <eric@eukrea.com>2010-11-06 22:52:50 +0100
commit4fd10b58cef25ec36be15e541fc89f4d0e977e8a (patch)
tree21d016e1720e3f418d88b46942fe206ec8c3b4c3
parent132cc7eab471b7c935be99e981cdd9e0e9a0b447 (diff)
downloadopenembedded-4fd10b58cef25ec36be15e541fc89f4d0e977e8a.tar.gz
lksctp: rename libsctp package
Author: joao freitas <joaohf@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--recipes/lksctp-tools/lksctp-tools.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/lksctp-tools/lksctp-tools.inc b/recipes/lksctp-tools/lksctp-tools.inc
index 9832dc9a26..9cbc963088 100644
--- a/recipes/lksctp-tools/lksctp-tools.inc
+++ b/recipes/lksctp-tools/lksctp-tools.inc
@@ -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"