diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 12:51:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 12:51:31 +0000 |
commit | 2454393d5712155c6292230042df52d0e504f697 (patch) | |
tree | 3ab5e9f8dcbf6b829bd6a78003b11ef2b38712b7 /matchbox-panel | |
parent | e5654114e506450053a786e66d472562bf40372c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/03 11:42:27+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/03 11:41:47+01:00 (none)!pb
fix up further automake problems
BKrev: 40e6abd3ct42EoGCBtcLeWP8Ff1ShQ
Diffstat (limited to 'matchbox-panel')
-rw-r--r-- | matchbox-panel/matchbox-panel-0.8.1/more-automake-lossage.patch | 0 | ||||
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/matchbox-panel/matchbox-panel-0.8.1/more-automake-lossage.patch b/matchbox-panel/matchbox-panel-0.8.1/more-automake-lossage.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/matchbox-panel/matchbox-panel-0.8.1/more-automake-lossage.patch diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index 8144e86890..9f5fb8f4be 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -4,7 +4,8 @@ LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ - file://automake-lossage.patch;patch=1" + file://automake-lossage.patch;patch=1 \ + file://more-automake-lossage.patch;patch=1" S = "${WORKDIR}/matchbox-panel-${PV}" inherit autotools pkgconfig |