From 296ac8b2b0fe5b84f04a272b33d1df37bdac986f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 6 Apr 2011 17:50:40 -0700 Subject: ncurses: Update to 5.9 The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work-in-progress. We skip over the 5.8 release and move to 5.9. Also, we move most of the contents of the main recipe into the previously unused ncurses.inc file. Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- meta/recipes-core/ncurses/ncurses_5.9.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-core/ncurses/ncurses_5.9.bb (limited to 'meta/recipes-core/ncurses/ncurses_5.9.bb') diff --git a/meta/recipes-core/ncurses/ncurses_5.9.bb b/meta/recipes-core/ncurses/ncurses_5.9.bb new file mode 100644 index 0000000000..4e1f143ef3 --- /dev/null +++ b/meta/recipes-core/ncurses/ncurses_5.9.bb @@ -0,0 +1,10 @@ +require ncurses.inc + +PR = "${INC_PR}.0" + +SRC_URI += "file://tic-hang.patch \ + file://config.cache \ +" + +SRC_URI[md5sum] = "8cb9c412e5f2d96bc6f459aa8c6282a1" +SRC_URI[sha256sum] = "9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b" -- cgit 1.2.3-korg