aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/readline
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-16 17:47:45 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-16 17:55:01 -0700
commitf10edf6093966c94ee012299f0abf0bcd0596dcc (patch)
tree7f6eecc3f5047cf910bc7f264be2bd1998fd4989 /recipes/readline
parente9a3f884c255a4ab07d69e2fbdf1984b45bea9a5 (diff)
downloadopenembedded-f10edf6093966c94ee012299f0abf0bcd0596dcc.tar.gz
readline 6.1: Move 'p2' into PV and out of PKGV
Otherwise we have problems with readline. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/readline')
-rw-r--r--recipes/readline/readline_6.1.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/readline/readline_6.1.bb b/recipes/readline/readline_6.1.bb
index bc821f8235..7577724dda 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"