[oe-commits] org.oe.dev tshark: fix SRC_URI

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Feb 18 04:10:27 UTC 2008


tshark: fix SRC_URI

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: bacd1e0e2b888b0e31acb0b691196040ac844caf
ViewMTN: http://monotone.openembedded.org/revision/info/bacd1e0e2b888b0e31acb0b691196040ac844caf
Files:
1
packages/wireshark/tshark_0.99.4.bb
Diffs:

#
# mt diff -rfe513c8d9f2286316d7941c072c015b9fb3b9f88 -rbacd1e0e2b888b0e31acb0b691196040ac844caf
#
# 
# 
# patch "packages/wireshark/tshark_0.99.4.bb"
#  from [21967c5e8e89e49e6b050913ed9d0732274a45a2]
#    to [4b37a9286676af526c662a32c4c6ad0a42072b44]
# 
============================================================
--- packages/wireshark/tshark_0.99.4.bb	21967c5e8e89e49e6b050913ed9d0732274a45a2
+++ packages/wireshark/tshark_0.99.4.bb	4b37a9286676af526c662a32c4c6ad0a42072b44
@@ -1,10 +1,10 @@ DEPENDS = "perl-native gnutls libpcap pc
 DESCRIPTION = "tshark is the text based verion of wireshark - a popular network protocol analyzer"
 HOMEPAGE = "http://www.ethereal.com"
 SECTION = "network"
 LICENSE = "GPL"
 DEPENDS = "perl-native gnutls libpcap pcre expat"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \
            file://use-our-lemon.patch;patch=1 \
 	   file://no-host-includes.patch;patch=1"
 






More information about the Openembedded-commits mailing list