]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: stage headers in do_stage task
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 07:45:29 +0000 (07:45 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 07:45:29 +0000 (07:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4757 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/sqlite/sqlite3.inc

index 68cc3e1c33b612ab448da431308db79e3852035f..93a536e8b6e1d578dcadd39ee4ce4e95ac681df9 100644 (file)
@@ -28,6 +28,7 @@ do_compile_prepend() {
 
 do_stage() {
        oe_libinstall -so libsqlite3 ${STAGING_LIBDIR}
+       install -m 0644 sqlite3.h ${STAGING_INCDIR}
 }
 
 #do_install() {