diff options
Diffstat (limited to 'matchbox-panel')
-rw-r--r-- | matchbox-panel/matchbox-panel-0.8.1/make-batteryapp-less-strict.patch | 0 | ||||
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/matchbox-panel/matchbox-panel-0.8.1/make-batteryapp-less-strict.patch b/matchbox-panel/matchbox-panel-0.8.1/make-batteryapp-less-strict.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/matchbox-panel/matchbox-panel-0.8.1/make-batteryapp-less-strict.patch diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index da78b5ae86..3fe4a58415 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -1,11 +1,12 @@ -PR = "r3" +PR = "r4" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1 \ - file://more-automake-lossage.patch;patch=1" + file://more-automake-lossage.patch;patch=1 \ + file://make-batteryapp-less-strict.patch;patch=1" S = "${WORKDIR}/matchbox-panel-${PV}" inherit autotools pkgconfig |