1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

psuedo: Add missing install function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-04-01 15:57:21 +01:00
parent b43b80c760
commit 43b5d13c63
+4
View File
@@ -17,6 +17,10 @@ do_configure () {
${S}/configure --prefix=${prefix} --with-sqlite=${STAGING_DIR_TARGET}${exec_prefix} --bits=${SITEINFO_BITS}
}
do_install() {
oe_runmake 'DESTDIR=${D}' install
}
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"