Fix SRC_URI to contain patch. Fix shipped files.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 1 Jul 2005 20:58:16 +0000 (20:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 1 Jul 2005 20:58:16 +0000 (20:58 +0000)
packages/maemo/hildon-libs_0.9.6-2.bb

index aabd6b7..0540315 100644 (file)
@@ -1,17 +1,20 @@
-PR =           "r1"
+PR     =       "r1"
 LICENSE =      "LGPL"
-MAINTAINER =   "Koen Kooi <koen@handhelds.org>"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
 
 DEPENDS =      "dbus hildon-lgpl hildon-fm outo gtk+-2.6.4-1.osso7"
-SRC_URI =      "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-libs/hildon-libs_${PV}.tar.gz \
-               file://hildon-libs-no-werror.patch;patch=1"
+SRC_URI =      "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
+                       file://hildon-libs-no-werror.patch;patch=1"
 
-S =    "${WORKDIR}/hildon-libs-0.9.6"
+S = "${WORKDIR}/hildon-libs-0.9.6"
+
+inherit autotools pkgconfig
 
-inherit pkgconfig autotools
 EXTRA_OECONF = "--disable-gtk-doc"
 
 
+FILES_${PN} += "${libdir}/outo/*.so"
+
 do_stage() {
   install -d ${STAGING_LIBDIR}/outo
   install -m755 ${S}/ut/.libs/libhildonwidgets_unittests.so  ${STAGING_LIBDIR}/outo
@@ -20,4 +23,3 @@ do_stage() {
   install -d ${STAGING_INCDIR}/hildon-widgets
   install -m 644 hildon-widgets/*.h ${STAGING_INCDIR}/hildon-widgets
 }
-