diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-04 21:49:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-04 21:49:52 +0000 |
commit | 462f13c149cd4ebd6e7d9d68b7bf1458226c833e (patch) | |
tree | 116515be943ed66dffcce1b6c030a8ea16d165f7 /packages/nonworking | |
parent | 3ea89e54bd0f258941c1e87d07bb09fecbdae7e3 (diff) |
dbh, ocamlc, qmake, uicmoc: don't use | or / to seperate multiply licensed files, use a space
Diffstat (limited to 'packages/nonworking')
-rw-r--r-- | packages/nonworking/ocamlc/ocamlc-native_3.06.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/nonworking/ocamlc/ocamlc-native_3.06.bb b/packages/nonworking/ocamlc/ocamlc-native_3.06.bb index 9bd0ce5394..37805aad06 100644 --- a/packages/nonworking/ocamlc/ocamlc-native_3.06.bb +++ b/packages/nonworking/ocamlc/ocamlc-native_3.06.bb @@ -1,9 +1,8 @@ -DESCRIPTION=Objective Caml Compiler -SECTION=base -PRIORITY=optional -LICENSE=QPL +DESCRIPTION = "Objective Caml Compiler" +SECTION = "devel" +LICENSE = "QPL" -SRC_URI = http://caml.inria.fr/distrib/ocaml-3.06/ocaml-3.06.tar.gz -S = ${WORKDIR}/ocaml-${PV} +SRC_URI = "http://caml.inria.fr/distrib/ocaml-${PV}/ocaml-${PV}.tar.gz" +S = "${WORKDIR}/ocaml-${PV}" inherit autotools native |