summaryrefslogtreecommitdiffstats
path: root/recipes/termcap/termcap_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/termcap/termcap_1.3.1.bb')
-rw-r--r--recipes/termcap/termcap_1.3.1.bb5
1 files changed, 3 insertions, 2 deletions
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"