blob: ea8f21349dacf6dfd918eff9ad319866bf7cc210 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PR = "r1"
LICENSE = "GPL"
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
|