diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-27 09:40:14 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-27 09:40:14 +0000 |
commit | fc792a7423bedf05d18333eff206195bbff9ae45 (patch) | |
tree | 9d5283e8901256c23cf850334a2f407137f729b9 /packages/maemo/osso-thumbnail_0.3.1-1.bb | |
parent | b8d24abf2d7472c7947cbd77c3ad6dd0b8b366e0 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/27 11:33:11+02:00 void!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into dominion.dominion.void:/data/build/oe/openembedded
2005/05/27 11:31:16+02:00 void!koen
osso-thumbnail_0.3.1-1.bb: finally get it right so stuff actually links
2005/05/27 11:12:01+02:00 local!hrw
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into marcinj.local:/home/hrw/zaurus/oe/openembedded
2005/05/27 11:08:58+02:00 void!koen
use newer, but still old API dbus in preferred-gpe-versions
2005/05/27 11:08:14+02:00 local!hrw
removed all hostap-* older then 0.3.7
2005/05/27 10:56:56+02:00 void!koen
osso-thumbnail_0.3.1-1.bb: fix staging
BKrev: 4296eafeT1K-pWK3ylRzDtHHQXZg6A
Diffstat (limited to 'packages/maemo/osso-thumbnail_0.3.1-1.bb')
-rw-r--r-- | packages/maemo/osso-thumbnail_0.3.1-1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/maemo/osso-thumbnail_0.3.1-1.bb b/packages/maemo/osso-thumbnail_0.3.1-1.bb index 6badc00bc6..f91982baa4 100644 --- a/packages/maemo/osso-thumbnail_0.3.1-1.bb +++ b/packages/maemo/osso-thumbnail_0.3.1-1.bb @@ -8,9 +8,17 @@ S = "${WORKDIR}/osso-thumbnail-0.3.1" inherit pkgconfig autotools EXTRA_OECONF = "--disable-gtk-doc" + +do_install_prepend() { + install -d ${D}/${libdir} + install thumbs/.libs/libossothumbnail.so.0.0.3 ${D}${libdir}/libossothumbnail.so +} + do_stage() { install -d ${STAGING_INCDIR} + install -d ${STAGING_LIBDIR} install -m 644 thumbs/*.h ${STAGING_INCDIR} + install thumbs/.libs/libossothumbnail.so.0.0.3 ${STAGING_LIBDIR}/libossothumbnail.so } |