| Submitter | Christopher Larson |
|---|---|
| Date | July 21, 2012, 1:12 a.m. |
| Message ID | <1342833151-18755-1-git-send-email-kergoth@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/32777/ |
| State | Accepted |
| Commit | 9afc488a1b97bfc5378f139ba04a7a5297b15fdb |
| Headers | show |
Comments
Ignore, resending with proper [meta-oe] prefix On Fri, Jul 20, 2012 at 6:12 PM, Christopher Larson <kergoth@gmail.com> wrote:
Patch
diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc index 2d52cab..68bcb2e 100644 --- a/meta-oe/recipes-support/nano/nano.inc +++ b/meta-oe/recipes-support/nano/nano.inc @@ -8,7 +8,7 @@ SECTION = "console/utils" DEPENDS = "ncurses" RDEPENDS_${PN} = "ncurses-terminfo" -INC_PR = "r2" +INC_PR = "r3" PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" @@ -16,4 +16,4 @@ SRC_URI = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz" inherit autotools gettext -EXTRA_OECONF = "--enable-all" +PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"