diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-03 22:48:09 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-03 22:48:09 +0000 |
commit | 5fac67dffbad3b5479f4a46c0b86c8881a36dd0e (patch) | |
tree | 4e6ac6e2f0cc740ae7108d45e5da7570157f6fa0 | |
parent | 2df9120cefb8b31221c21f49cfc3846585ea4390 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages
2004/07/03 23:40:57+02:00 hrw.one.pl!hrw
package manpages
BKrev: 40e737a9v73Z73kSFQVJnfPtgqSEZA
-rw-r--r-- | bluez-utils/bluez-utils-2.3/man.patch | 0 | ||||
-rw-r--r-- | bluez-utils/bluez-utils_2.3.oe | 1 | ||||
-rw-r--r-- | ppp/ppp-2.4.1/man.patch | 0 | ||||
-rw-r--r-- | ppp/ppp_2.4.1.oe | 4 | ||||
-rw-r--r-- | wireless-tools/wireless-tools/man.patch | 0 | ||||
-rw-r--r-- | wireless-tools/wireless-tools_26.oe | 3 |
6 files changed, 6 insertions, 2 deletions
diff --git a/bluez-utils/bluez-utils-2.3/man.patch b/bluez-utils/bluez-utils-2.3/man.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bluez-utils/bluez-utils-2.3/man.patch diff --git a/bluez-utils/bluez-utils_2.3.oe b/bluez-utils/bluez-utils_2.3.oe index 520369580b..5fe4c8f518 100644 --- a/bluez-utils/bluez-utils_2.3.oe +++ b/bluez-utils/bluez-utils_2.3.oe @@ -5,6 +5,7 @@ DEPENDS = "virtual/libbluetooth" DESCRIPTION = "Utilities for controlling Bluetooth devices." SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ + file://man.patch;patch=1 \ file://configure.patch;patch=1" EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" diff --git a/ppp/ppp-2.4.1/man.patch b/ppp/ppp-2.4.1/man.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ppp/ppp-2.4.1/man.patch diff --git a/ppp/ppp_2.4.1.oe b/ppp/ppp_2.4.1.oe index 2453075bf7..106a3fef0f 100644 --- a/ppp/ppp_2.4.1.oe +++ b/ppp/ppp_2.4.1.oe @@ -1,5 +1,7 @@ SRC_URI = http://freshmeat.net/redir/pppd/8313/url_tgz/ppp-2.4.1.tar.gz \ - file://pppd.patch;patch=1 + file://pppd.patch;patch=1 \ + file://man.patch;patch=1 + inherit autotools libtool EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip" diff --git a/wireless-tools/wireless-tools/man.patch b/wireless-tools/wireless-tools/man.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/wireless-tools/wireless-tools/man.patch diff --git a/wireless-tools/wireless-tools_26.oe b/wireless-tools/wireless-tools_26.oe index cb9a0c1d9c..cd3bb02633 100644 --- a/wireless-tools/wireless-tools_26.oe +++ b/wireless-tools/wireless-tools_26.oe @@ -4,7 +4,8 @@ PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.${PV}.tar.gz" +SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.${PV}.tar.gz \ +file://man.patch;patch=1" S = "${WORKDIR}/wireless_tools.${PV}" inherit module |