diff options
Diffstat (limited to 'libqpe/libqpe-opie_cvs.oe')
-rw-r--r-- | libqpe/libqpe-opie_cvs.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libqpe/libqpe-opie_cvs.oe b/libqpe/libqpe-opie_cvs.oe index 68c3fad08f..ca49ebf1c4 100644 --- a/libqpe/libqpe-opie_cvs.oe +++ b/libqpe/libqpe-opie_cvs.oe @@ -5,10 +5,11 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" DEPENDS = "uicmoc-native qte-for-opie" PROVIDES = "virtual/libqpe" -PV = "1.1.5-cvs-${CVSDATE}" +PV = "1.1.6-cvs-${CVSDATE}" PR = "r1" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/library" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/library \ + file://beagle-debugging.patch;patch=1 " S = "${WORKDIR}/library" inherit qmake |