[oe-commits] woglinde : ncurses: set LEAD_SONAME to libncurses.so.5 and bump PR

GIT User account git at amethyst.openembedded.net
Thu Mar 12 13:14:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2daee061955b8313adaeb06b21d17533a4f1feac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2daee061955b8313adaeb06b21d17533a4f1feac

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Wed Mar 11 16:22:05 2009 +0100

ncurses: set LEAD_SONAME to libncurses.so.5 and bump PR

---

 packages/ncurses/ncurses_5.4.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/ncurses/ncurses_5.4.bb b/packages/ncurses/ncurses_5.4.bb
index 4f54029..5607614 100644
--- a/packages/ncurses/ncurses_5.4.bb
+++ b/packages/ncurses/ncurses_5.4.bb
@@ -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"





More information about the Openembedded-commits mailing list