aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-05-27 05:12:07 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-05-27 05:12:07 +0000
commitb8d24abf2d7472c7947cbd77c3ad6dd0b8b366e0 (patch)
tree7be859e40ce71a930ff5cfc2ebf3f33e818e9683 /packages/maemo
parent33402435e9b05ece25b1e22d6efef0c3cf34be96 (diff)
downloadopenembedded-b8d24abf2d7472c7947cbd77c3ad6dd0b8b366e0.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into marsco.kalmiopsis:/home/nslu2/openembedded 2005/05/26 23:01:36+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/05/26 23:00:54+02:00 handhelds.org!CoreDump busybox: Undo previous cset, problem was caused by a too old bitbake version 2005/05/26 22:49:18+02:00 void!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into dominion.dominion.void:/data/build/oe/openembedded 2005/05/26 22:44:03+02:00 handhelds.org!CoreDump busybox: bump PR 2005/05/26 22:40:23+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/05/26 22:39:32+02:00 handhelds.org!CoreDump Unb0rk busybox .bb 2005/05/26 22:39:31+02:00 void!koen hildon-lgpl_0.9.14-2.bb: fix install and stage 2005/05/26 21:32:08+02:00 void!koen hildon-lgpl_0.9.14-2.bb: stage some libs too 2005/05/26 21:13:24+02:00 void!koen osso-thumbnail_0.3.1-1.bb, osso-gwobex_0.26.1.bb, hildon-lgpl_0.9.14-2.bb: DEPENDS: gtk+ -> gtk+-2.6.4-1.osso7 2005/05/26 20:46:28+02:00 void!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into dominion.dominion.void:/data/build/oe/openembedded 2005/05/26 20:45:22+02:00 void!koen gtk+_2.6.4-1.osso7.bb: fix MAINTAINER 2005/05/26 20:36:02+02:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/05/26 20:35:34+02:00 dyndns.org!reenoo handhelds-sa_2.4.19-rmk6-pxa1-hh39: DEFAULT_PREFERENCE = "-1" for now 2005/05/26 20:29:30+02:00 void!koen Add gtk+-2.6.4-1.osso7 + one hundred and four (104) patches, part of the maemo.org suite. (I believe this sets a record, try and beat that, RP ;)) 2005/05/26 20:03:43+02:00 handhelds.org!CoreDump .del-opie-image-ext2loop.bb~1275262c1f290f89: Delete: packages/meta/opie-image-ext2loop.bb 2005/05/26 19:44:44+02:00 handhelds.org!CoreDump Added opie-image-ext2loop.bb: Identical to opie-image but creates an ext2 image file to be used w/ altboot or similar scripts 2005/05/26 19:29:15+02:00 handhelds.org!CoreDump initscripts_1.0.bb: initscripts: Bump PR sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb: sharp-sd: Bump PR portmap_5-9.bb: portmap: Bump PR portmap: Remove initscript from runlevels 2 to 5 as it is already beeing launched in rcS.d ramdisk: Remove error message about missing /etc/ramdisk.conf sd: /etc/init.d/sd: Hide insmod messages BKrev: 4296ac27fFigmI4JpIL7z1pPTRIUHg
Diffstat (limited to 'packages/maemo')
-rw-r--r--packages/maemo/hildon-lgpl_0.9.14-2.bb14
-rw-r--r--packages/maemo/osso-gwobex_0.26.1.bb9
-rw-r--r--packages/maemo/osso-thumbnail_0.3.1-1.bb2
3 files changed, 22 insertions, 3 deletions
diff --git a/packages/maemo/hildon-lgpl_0.9.14-2.bb b/packages/maemo/hildon-lgpl_0.9.14-2.bb
index 4628335b43..f3ef59c8dc 100644
--- a/packages/maemo/hildon-lgpl_0.9.14-2.bb
+++ b/packages/maemo/hildon-lgpl_0.9.14-2.bb
@@ -1,17 +1,27 @@
LICENSE = "LGPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
-DEPENDS = "gtk+ outo xtst libmatchbox libxi xt libpng gconf"
+DEPENDS = "gtk+-2.6.4-1.osso7 outo xtst libmatchbox libxi xt libpng gconf"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-lgpl/hildon-lgpl_${PV}.tar.gz \
file://hildon-lgpl-noWerror.patch;patch=1"
S = "${WORKDIR}/hildon-lgpl-0.9.14"
-EXTRA_OECONF = "--disable-gtk-doc"
+EXTRA_OECONF = "--enable-shared --disable-gtk-doc"
inherit pkgconfig autotools
+FILES_${PN} += " ${libdir}/outo/*.so"
+
+do_install_prepend() {
+ install -d ${D}/${libdir}
+ install hildon-lgpl/.libs/libhildonlgpl.so.0.4.0 ${D}/${libdir}/libhildonlgpl.so
+
+}
+
do_stage() {
install -d ${STAGING_INCDIR}/hildon-widgets
+ install -d ${STAGING_LIBDIR}
install -m 644 hildon-lgpl/*.h ${STAGING_INCDIR}/hildon-widgets
+ install hildon-lgpl/.libs/libhildonlgpl.so.0.4.0 ${STAGING_LIBDIR}/libhildonlgpl.so
}
diff --git a/packages/maemo/osso-gwobex_0.26.1.bb b/packages/maemo/osso-gwobex_0.26.1.bb
index e69de29bb2..be32fdc686 100644
--- a/packages/maemo/osso-gwobex_0.26.1.bb
+++ b/packages/maemo/osso-gwobex_0.26.1.bb
@@ -0,0 +1,9 @@
+LICENSE = "LGPL"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+DEPENDS = "glib-2.0 openobex dbus libxml2 osso-gwconnect"
+
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-gwobex/osso-gwobex_${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
diff --git a/packages/maemo/osso-thumbnail_0.3.1-1.bb b/packages/maemo/osso-thumbnail_0.3.1-1.bb
index 26a2094007..6badc00bc6 100644
--- a/packages/maemo/osso-thumbnail_0.3.1-1.bb
+++ b/packages/maemo/osso-thumbnail_0.3.1-1.bb
@@ -1,7 +1,7 @@
LICENSE = ""
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
-DEPENDS = "gtk+ gnome-vfs-dbus"
+DEPENDS = "gtk+-2.6.4-1.osso7 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"