diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-16 19:51:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-16 19:51:07 +0000 |
commit | 736097a8427f71a091614bd6e6cb04e8b9a3f11c (patch) | |
tree | a718fa3d10170e3f89060cb30f89425c7f255df3 /matchbox-panel | |
parent | e8daad2e656915451b465f0a232b0ffa4acfc43c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/06/16 20:50:51+01:00 (none)!pb
apply patch from Alexander Yukhimets to fix automake problem with battery applet
BKrev: 40d0a4abcoW-xKCT9Tzgi65jlNCkrA
Diffstat (limited to 'matchbox-panel')
-rw-r--r-- | matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch | 0 | ||||
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch b/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index db20855e52..0fa4e9b3d8 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -1,8 +1,10 @@ +PR = "r1" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm" -SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ + file://automake-lossage.patch;patch=1" S = "${WORKDIR}/matchbox-panel-${PV}" inherit autotools pkgconfig |