Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Thu, 26 May 2005 15:40:08 +0000 (15:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Thu, 26 May 2005 15:40:08 +0000 (15:40 +0000)
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

packages/altboot/altboot_20050527.bb [new file with mode: 0644]
packages/altboot/altboot_cvs.bb
packages/maemo/hildon-lgpl_0.9.14-2.bb
packages/maemo/libosso_0.8.9.bb
packages/maemo/osso-thumbnail_0.3.1-1.bb

diff --git a/packages/altboot/altboot_20050527.bb b/packages/altboot/altboot_20050527.bb
new file mode 100644 (file)
index 0000000..e69de29
index 855edbb..7c358bf 100644 (file)
@@ -4,10 +4,10 @@ SECTION = "base"
 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"
@@ -16,8 +16,10 @@ S = "${WORKDIR}/files"
 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
 }              
index 70914f9..4628335 100644 (file)
@@ -10,3 +10,8 @@ S =   "${WORKDIR}/hildon-lgpl-0.9.14"
 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
+}
index 6923838..2766f1a 100644 (file)
@@ -8,3 +8,10 @@ SRC_URI =      "http://repository.maemo.org/pool/maemo/ossw/source/libo/libosso/libos
 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}
+
+
+}
index e69de29..26a2094 100644 (file)
@@ -0,0 +1,16 @@
+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}
+}
+
+