summaryrefslogtreecommitdiff
path: root/packages/maemo
diff options
context:
space:
mode:
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"