diff options
Diffstat (limited to 'packages/libgpewidget/libgpewidget_0.100.bb')
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.100.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.100.bb b/packages/libgpewidget/libgpewidget_0.100.bb index 3af12ea160..6dce32f5fa 100644 --- a/packages/libgpewidget/libgpewidget_0.100.bb +++ b/packages/libgpewidget/libgpewidget_0.100.bb @@ -1,12 +1,13 @@ LICENSE = "LGPL" -PR = "r0" +PR = "r1" DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." SECTION = "gpe/libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native" -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \ + file://fixdoc.patch;patch=1" inherit pkgconfig autotools |