diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-05 22:05:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-05 22:05:51 +0000 |
commit | 665fec1dab60751a907be201eae05159e17d5a44 (patch) | |
tree | 04d14b98e67c01dc8f00f8f6e74cdabee747eadf /unik-olsrd | |
parent | 763b191d632bf8ccf39ae77d54e49482fd2817c1 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/11/05 13:26:33+01:00 (none)!br1
unik-olsrd: add version script patch for libraries
2004/11/05 12:16:32+01:00 (none)!br1
nylon updates, split base, standard and extra image
2004/11/05 11:49:11+01:00 (none)!br1
added mtr 0.65
2004/11/05 11:47:07+01:00 (none)!br1
added chillispot 0.98
2004/11/05 11:42:27+01:00 (none)!br1
rrdtool: patch to build perl-modules
BKrev: 418bf93fxy3gt7AnsYZJ3xtQYZ1bmA
Diffstat (limited to 'unik-olsrd')
-rw-r--r-- | unik-olsrd/files/lib.diff | 0 | ||||
-rw-r--r-- | unik-olsrd/unik-olsrd_0.4.7.oe | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/unik-olsrd/files/lib.diff b/unik-olsrd/files/lib.diff new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/unik-olsrd/files/lib.diff diff --git a/unik-olsrd/unik-olsrd_0.4.7.oe b/unik-olsrd/unik-olsrd_0.4.7.oe index 90133dadd3..026693b648 100644 --- a/unik-olsrd/unik-olsrd_0.4.7.oe +++ b/unik-olsrd/unik-olsrd_0.4.7.oe @@ -4,9 +4,11 @@ MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPL" +PR = "r1" SRC_URI="http://www.olsr.org/downloadolsr.cgi?file=olsrd-${PV}.tar.bz2 \ - file://unik-olsrd" + file://unik-olsrd \ + file://lib.diff;patch=1" PACKAGES =+ "unik-olsrd-libs" FILES_unik-olsrd-libs = "${libdir}" |