diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-03 22:57:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-03 22:57:59 +0000 |
commit | c2da9ecef9b87f77b961650cd3603c624944745c (patch) | |
tree | c8a8cf9fe7a73ba7971b80519073226ae2ed482f | |
parent | cea31dbea0cb9a734e6a4fce053ffab36a9b8a16 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages
2004/07/04 00:57:44+02:00 hrw.one.pl!hrw
bumped revision due to previous manpages fix
BKrev: 40e739f7aqoP6h4MhMAcEyo7NmCYrA
-rw-r--r-- | bluez-utils/bluez-utils_2.3.oe | 1 | ||||
-rw-r--r-- | ppp/ppp_2.4.1.oe | 2 | ||||
-rw-r--r-- | wireless-tools/wireless-tools_26.oe | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/bluez-utils/bluez-utils_2.3.oe b/bluez-utils/bluez-utils_2.3.oe index 5fe4c8f518..b592a26213 100644 --- a/bluez-utils/bluez-utils_2.3.oe +++ b/bluez-utils/bluez-utils_2.3.oe @@ -3,6 +3,7 @@ PRIORITY = "optional" SECTION = "libs" DEPENDS = "virtual/libbluetooth" DESCRIPTION = "Utilities for controlling Bluetooth devices." +PR = "r1" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://man.patch;patch=1 \ diff --git a/ppp/ppp_2.4.1.oe b/ppp/ppp_2.4.1.oe index 106a3fef0f..0f3f88162e 100644 --- a/ppp/ppp_2.4.1.oe +++ b/ppp/ppp_2.4.1.oe @@ -1,3 +1,5 @@ +DESCRIPTION = "Point-to-Point Protocol (PPP) daemon" +PR = "r1" SRC_URI = http://freshmeat.net/redir/pppd/8313/url_tgz/ppp-2.4.1.tar.gz \ file://pppd.patch;patch=1 \ file://man.patch;patch=1 diff --git a/wireless-tools/wireless-tools_26.oe b/wireless-tools/wireless-tools_26.oe index cd3bb02633..ce8930c04a 100644 --- a/wireless-tools/wireless-tools_26.oe +++ b/wireless-tools/wireless-tools_26.oe @@ -3,6 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" +PR = "r1" SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.${PV}.tar.gz \ file://man.patch;patch=1" |