diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-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 |
3 files changed, 4 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 2d182d2836..d708f19c2f 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -33,6 +33,7 @@ mithro@mithis.com p.osiczko@tetrapyloctomy.org pablo@kosmos.(none) pb@dixie.nexus.co.uk +pb@stealth.(none) pb_@gandalf.tm.informatik.uni-frankfurt.de ral@alwin.at.home schurig@mnz66.mn-logistik.de 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 |