From: Marcin Juszkiewicz Date: Sat, 3 Jul 2004 22:48:09 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18365 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fac67dffbad3b5479f4a46c0b86c8881a36dd0e;p=openembedded.git 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 --- 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 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 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 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 " 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