into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/26 17:03:08+02:00 void!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into dominion.dominion.void:/data/build/oe/openembedded
2005/05/26 17:02:53+02:00 void!koen
osso-thumbnail_0.3.1-1.bb, hildon-lgpl_0.9.14-2.bb, libosso_0.8.9.bb: stage headers
2005/05/26 17:00:09+02:00 handhelds.org!CoreDump
Complete Merge
2005/05/26 16:54:14+02:00 handhelds.org!CoreDump
Merge
2005/05/26 16:46:09+02:00 handhelds.org!CoreDump
altboot: Add documentation
BKrev: 4295edd8UqhtfAf5zbEjv7skWJPZGg
PRIORITY = "optional"
MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>"
LICENSE = "GPL"
+
PV = "0.0.1"
PR = "r2"
-CVSDATE = "20051212"
SRC_URI = "cvs://anonymous@hentges.net/hentgescvs;module=hentgescvs/hentges-utils/files;method=pserver \
file://altboot.cfg"
do_install() {
install -d ${D}/sbin
install -d ${D}/etc/altboot-menu
+ install -d ${D}/usr/share/doc/altboot
install -m 0644 ${WORKDIR}/altboot.cfg ${D}/etc
+ install -m 0644 docs/altboot/*.txt ${D}/usr/share/doc/altboot
install -m 0755 init.altboot ${D}/sbin
install -m 0755 altboot-menu/*-* ${D}/etc/altboot-menu
}
EXTRA_OECONF = "--disable-gtk-doc"
inherit pkgconfig autotools
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/hildon-widgets
+ install -m 644 hildon-lgpl/*.h ${STAGING_INCDIR}/hildon-widgets
+}
inherit pkgconfig autotools
FILES_${PN} += "${libdir}/dbus-1.0/services/ ${libdir}/outo/*.so ${libdir}/outo/*bin ${libdir}/outo/mimedummy.doc"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}
+ install -m 644 src/*.h ${STAGING_INCDIR}
+
+
+}
+LICENSE = ""
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+DEPENDS = "gtk+ gnome-vfs-dbus"
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-thumbnail/osso-thumbnail_${PV}.tar.gz"
+S = "${WORKDIR}/osso-thumbnail-0.3.1"
+
+inherit pkgconfig autotools
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}
+ install -m 644 thumbs/*.h ${STAGING_INCDIR}
+}
+
+