diff options
-rw-r--r-- | packages/maemo/hildon-fm_0.9.1-2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/maemo/hildon-fm_0.9.1-2.bb b/packages/maemo/hildon-fm_0.9.1-2.bb index 8d4a71d0e0..f5346286c0 100644 --- a/packages/maemo/hildon-fm_0.9.1-2.bb +++ b/packages/maemo/hildon-fm_0.9.1-2.bb @@ -1,12 +1,12 @@ +PR = "r1" LICENSE = "GPL/LGPL" -MAINTAINER = "Koen Kooi <koen@handhelds.org>" -PR = "r1" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" DEPENDS = "gtk+-2.6.4-1.osso7 outo libxi xt libpng gconf hildon-lgpl osso-thumbnail osso-gwconnect" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-fm/hildon-fm_${PV}.tar.gz" -S = "${WORKDIR}/hildon-fm-0.9.1" -FILES_${PN} += "${libdir}/outo/*.so" +S = "${WORKDIR}/hildon-fm-0.9.1" +FILES_${PN} += "${libdir}/outo/*.so" inherit pkgconfig autotools |