From: joao freitas Date: Tue, 29 Jun 2010 14:41:43 +0000 (+0000) Subject: lksctp: rename libsctp package X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd10b58cef25ec36be15e541fc89f4d0e977e8a;p=openembedded.git lksctp: rename libsctp package Author: joao freitas Signed-off-by: Eric Bénard --- 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"