From f10edf6093966c94ee012299f0abf0bcd0596dcc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 16 Feb 2011 17:47:45 -0700 Subject: [PATCH] readline 6.1: Move 'p2' into PV and out of PKGV Otherwise we have problems with readline. Signed-off-by: Tom Rini --- recipes/readline/readline_6.1.bb | 11 ++++++----- 1 file 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" -- 2.39.5