diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-15 13:23:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-15 13:23:59 +0000 |
commit | cd3fc7964c02bd4ff02c55360579abf41aac56b2 (patch) | |
tree | 22cb680dc6fb576ee91499b188e7bb5eec7c063d /openobex | |
parent | b709e21beeef14aef785627968bb49a2a6ac7724 (diff) |
python_2.3.3.oe:
blow away old aclocal.m4 before running autoreconf
syms.patch, openobex_1.0.1.oe:
backport patch from HEAD to fix exported symbol list
syms.patch, fontconfig_2.2.94.oe, fc-lang.patch, fc-glyphname.patch:
new file
fontconfig_2.2.94.oe, fc-lang.patch, fc-glyphname.patch:
update fontconfig to 2.2.94
BKrev: 40a619efBfEoPp6mdnjHpBy-s6EP4w
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex-1.0.1/syms.patch | 0 | ||||
-rw-r--r-- | openobex/openobex_1.0.1.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/openobex/openobex-1.0.1/syms.patch b/openobex/openobex-1.0.1/syms.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/openobex/openobex-1.0.1/syms.patch diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index 923a998437..5fc148fae7 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -3,7 +3,8 @@ DESCRIPTION = "The Openobex project aims to make an \ open source implementation of the Object Exchange \ (OBEX) protocol." -SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ + file://${FILESDIR}/syms.patch;patch=1" inherit autotools |