diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-05-02 16:18:51 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-05-02 16:19:12 +0400 |
commit | 14d2edfcfdb5990e348f95b4b2064f5befb1c043 (patch) | |
tree | f8e95ff49689423247fe7b9e3c193d2e72aa5f79 /recipes/nano/nano_2.0.7.bb | |
parent | 3edbdf5fa30be5f2c7820d35871d423b7c7a3011 (diff) |
nano: unify versions with .inc file
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/nano/nano_2.0.7.bb')
-rw-r--r-- | recipes/nano/nano_2.0.7.bb | 16 |
1 files changed, 3 insertions, 13 deletions
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/ |