[oe-commits] org.oe.dev octave 2.1.71 fix SECTION

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Oct 26 16:00:00 UTC 2006


octave 2.1.71 fix SECTION

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: ecc737f0c1718588d8ed3722d6156d3c676fed6b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ecc737f0c1718588d8ed3722d6156d3c676fed6b
Files:
1
packages/octave/octave_2.1.63.bb
packages/octave/octave_2.1.71.bb
Diffs:

#
# mt diff -r226bfc2b02baae4eb29e38bc12bb9c19bd9ba294 -recc737f0c1718588d8ed3722d6156d3c676fed6b
#
# 
# 
# delete "packages/octave/octave_2.1.63.bb"
# 
# patch "packages/octave/octave_2.1.71.bb"
#  from [cb6af6eae1de842e09b355473849356922c529bd]
#    to [544fb6fbe732c6fc0684ff0e52910923d0528c82]
# 
============================================================
--- packages/octave/octave_2.1.71.bb	cb6af6eae1de842e09b355473849356922c529bd
+++ packages/octave/octave_2.1.71.bb	544fb6fbe732c6fc0684ff0e52910923d0528c82
@@ -1,9 +1,9 @@
-LICENSE = "GPL"
 DESCRIPTION = "GNU Octave is a high-level language, primarily intended for numerical computations. \
 It provides a convenient command line interface for solving linear and nonlinear problems numerically, \
 and for performing other numerical experiments using a language that is mostly compatible with Matlab. \
 It may also be used as a batch-oriented language." 
-SECTION = "console/util"
+SECTION = "console/utils"
+LICENSE = "GPL"
 DEPENDS = "readline ncurses"
 SRC_URI = "ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-${PV}.tar.gz"
 






More information about the Openembedded-commits mailing list