git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
132cc7e
)
lksctp: rename libsctp package
author
joao freitas
<joaohf@gmail.com>
Tue, 29 Jun 2010 14:41:43 +0000
(14:41 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/recipes/lksctp-tools/lksctp-tools.inc
b/recipes/lksctp-tools/lksctp-tools.inc
index
9832dc9
..
9cbc963
100644
(file)
--- 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 = "r
0
"
+INC_PR = "r
1
"
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"