ncurses: set LEAD_SONAME to libncurses.so.5 and bump PR
authorwoglinde <heinold@inf.fu-berlin.de>
Wed, 11 Mar 2009 15:22:05 +0000 (16:22 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Thu, 12 Mar 2009 00:37:18 +0000 (01:37 +0100)
packages/ncurses/ncurses_5.4.bb

index 4f54029..5607614 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r17"
+PR = "r18"
 
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
            file://makefile_tweak.patch;patch=1 \
@@ -6,3 +6,5 @@ SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
 S = "${WORKDIR}/ncurses-${PV}"
 
 require ncurses.inc
+
+LEAD_SONAME = "libncurses.so.5"