[oe-commits] Tom Rini : readline 6.1: Move 'p2' into PV and out of PKGV

git version control git at git.openembedded.org
Thu Feb 17 00:55:37 UTC 2011


Module: openembedded.git
Branch: master
Commit: f10edf6093966c94ee012299f0abf0bcd0596dcc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f10edf6093966c94ee012299f0abf0bcd0596dcc

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Feb 16 17:47:45 2011 -0700

readline 6.1: Move 'p2' into PV and out of PKGV

Otherwise we have problems with readline.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/readline/readline_6.1.bb |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/recipes/readline/readline_6.1.bb b/recipes/readline/readline_6.1.bb
index bc821f8..7577724 100644
--- a/recipes/readline/readline_6.1.bb
+++ b/recipes/readline/readline_6.1.bb
@@ -8,7 +8,8 @@ LICENSE = "GPLv3+"
 DEPENDS = "ncurses"
 LEAD_SONAME = "libreadline.so"
 
-PKGV = "${PV}+p2"
+PV = "6.1+p2"
+FILESPATHPKG =. "${BPN}-6.1:"
 PR = "r2"
 
 # Don't bring it in silently because there was a switch from GPLv2
@@ -16,12 +17,12 @@ PR = "r2"
 # preferred by default.
 DEFAULT_PREFERENCE = "-1"
 
-SRC_URI = "${GNU_MIRROR}/readline/readline-${PV}.tar.gz;name=tarball \
-  ${GNU_MIRROR}/readline/readline-${PV}-patches/readline61-001;striplevel=0;name=patch001;apply=yes \
-  ${GNU_MIRROR}/readline/readline-${PV}-patches/readline61-002;striplevel=0;name=patch002;apply=yes \
+SRC_URI = "${GNU_MIRROR}/readline/readline-6.1.tar.gz;name=tarball \
+  ${GNU_MIRROR}/readline/readline-6.1-patches/readline61-001;striplevel=0;name=patch001;apply=yes \
+  ${GNU_MIRROR}/readline/readline-6.1-patches/readline61-002;striplevel=0;name=patch002;apply=yes \
   file://libs.patch \
   file://acinclude.m4"
-S = "${WORKDIR}/readline-${PV}"
+S = "${WORKDIR}/${BPN}-6.1"
 
 EXTRA_OECONF = "--with-curses --enable-multibyte"
 





More information about the Openembedded-commits mailing list