blob: f6f0eab8737daac560e86b06e6ede3f2cc9497da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "r1"
LICENSE = "GPL"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DEPENDS = "hildon-lgpl libosso hildon-libs"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
file://source.patch;patch=1;pnum=0"
S = "${WORKDIR}/hildon-status-bar-0.8.11"
inherit autotools pkgconfig
|