From e58fe232ef1630414daa21da3ddc3464f90c4e17 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 5 Nov 2010 10:45:06 -0400 Subject: termcap: add 2.0.8 with gentoo patchset No one should really be using this, but what the heck. Signed-off-by: Chris Larson --- recipes/termcap/termcap_1.3.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/termcap/termcap_1.3.1.bb') diff --git a/recipes/termcap/termcap_1.3.1.bb b/recipes/termcap/termcap_1.3.1.bb index 6f78bbf40c..a3e6773eec 100644 --- a/recipes/termcap/termcap_1.3.1.bb +++ b/recipes/termcap/termcap_1.3.1.bb @@ -6,14 +6,14 @@ HOMEPAGE = "http://freshmeat.net/projects/termcap/" LICENSE = "GPLv2" DEPENDS = "" PE = "1" -PR = "0" +PR = "1" SRC_URI = "${GNU_MIRROR}/termcap/termcap-${PV}.tar.gz" SRC_URI[md5sum] = "ffe6f86e63a3a29fa53ac645faaabdfa" SRC_URI[sha256sum] = "91a0e22e5387ca4467b5bcb18edf1c51b930262fd466d5fda396dd9d26719100" EXTRA_OECONF += "\ - --enable-install-termcap \ + --disable-install-termcap \ --with-termcap=${sysconfdir}/termcap \ " @@ -32,4 +32,5 @@ do_install () { 'oldincludedir=' } +NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND += "native nativesdk" -- cgit 1.2.3-korg