diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-04-06 17:50:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-08 06:18:05 -0700 |
commit | 296ac8b2b0fe5b84f04a272b33d1df37bdac986f (patch) | |
tree | ab52c78a1b0708ab11432ed969f96f2b0b0f6481 /meta/recipes-core/ncurses/ncurses_5.9.bb | |
parent | 9a6963f98edbff54e5cf3c429d97ffe4e9857560 (diff) | |
download | openembedded-core-296ac8b2b0fe5b84f04a272b33d1df37bdac986f.tar.gz openembedded-core-296ac8b2b0fe5b84f04a272b33d1df37bdac986f.tar.bz2 openembedded-core-296ac8b2b0fe5b84f04a272b33d1df37bdac986f.zip |
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 <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_5.9.bb')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses_5.9.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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" |