diff options
Diffstat (limited to 'cscope')
-rw-r--r-- | cscope/cscope_15.5.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cscope/cscope_15.5.oe b/cscope/cscope_15.5.oe index 5708531aa9..53067989e1 100644 --- a/cscope/cscope_15.5.oe +++ b/cscope/cscope_15.5.oe @@ -2,7 +2,7 @@ DEPENDS = "virtual/libc ncurses" RDEPENDS = "libc6 libncurses" DESCRIPTION = "A text screen-based source browser." -SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz +SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz" inherit autotools |