aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/libqpe/libqpe-opie_git.bb
blob: 41a6e336b71ec3ee91b53ce295c8e0f0865567ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require ${PN}.inc

# OPIE_GIT_PV is defined in opie.bbclass
# but this recipe does not inherit opie
# so any updates to OPIE_GIT_PV should happen
# in both places.

OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}"
PV = "${OPIE_GIT_PV}"
PR = "${INC_PR}.0"

SRC_URI = "${OPIE_GIT};protocol=git;subpath=library \
           file://fix-titleheight.patch \
           file://unbreak-logging-2.patch \
           file://citytime-path-2.patch \
           file://no-include-pro.patch \
          "