ncurses: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-05 13:01:25 +00:00
parent c304734adf
commit cfc57fd144
3 changed files with 3 additions and 5 deletions

View File

@ -1,3 +0,0 @@
require ncurses_${PV}.bb
inherit native
DEPENDS = ""

View File

@ -1,2 +0,0 @@
require ncurses_${PV}.bb
inherit nativesdk

View File

@ -3,6 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html"
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "ncurses-native"
DEPENDS_virtclass-native = ""
PACKAGES_prepend = "ncurses-tools "
PACKAGES_append = " ncurses-terminfo"
FILES_ncurses_append = " ${datadir}/tabset"
@ -99,3 +100,5 @@ pkg_prerm_ncurses-tools () {
update-alternatives --remove reset reset.${PN}
fi
}
BBCLASSEXTEND = "native nativesdk"