From 14d2edfcfdb5990e348f95b4b2064f5befb1c043 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Sun, 2 May 2010 16:18:51 +0400 Subject: nano: unify versions with .inc file Signed-off-by: Roman I Khimov --- recipes/nano/nano_2.0.7.bb | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'recipes/nano/nano_2.0.7.bb') diff --git a/recipes/nano/nano_2.0.7.bb b/recipes/nano/nano_2.0.7.bb index 7289d07d14..a6ff1b8c47 100644 --- a/recipes/nano/nano_2.0.7.bb +++ b/recipes/nano/nano_2.0.7.bb @@ -1,18 +1,8 @@ -DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ -Not ANOther editor) is an enhanced clone of the \ -Pico text editor." -HOMEPAGE = "http://www.nano-editor.org/" -LICENSE = "GPLv2" -SECTION = "console/utils" -DEPENDS = "ncurses" +include nano.inc -SRC_URI = "http://www.nano-editor.org/dist/v2.0/nano-${PV}.tar.gz \ - file://glib.m4" +PR = "${INC_PR}.0" -inherit autotools - -# only 16K more to get everything but the kitchen sink -EXTRA_OECONF = "--enable-all" +SRC_URI += "file://glib.m4" do_configure_prepend () { install -m 0644 ${WORKDIR}/glib.m4 m4/ -- cgit 1.2.3-korg