diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-15 10:58:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-15 10:58:00 +0000 |
commit | b36aaa0e6238f8a966561edb444f4661e84b801d (patch) | |
tree | 45410f790eba151dcab5ac736b82a8465002295e /packages/nonworking/unison/unison_2.9.1.bb | |
parent | c34cbde492b6c7720a5a315f2d98c3240f7055b8 (diff) | |
parent | 543055f847be4ac652a340298b5abe21a93cc769 (diff) |
merge of '414cac1c77ff9fa2877bf185b1fb201f034ee108'
and 'bf8b52c7c7ffdfe7cb88423cc23d4eeb9c573c2f'
Diffstat (limited to 'packages/nonworking/unison/unison_2.9.1.bb')
-rw-r--r-- | packages/nonworking/unison/unison_2.9.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/nonworking/unison/unison_2.9.1.bb b/packages/nonworking/unison/unison_2.9.1.bb index 8405019317..326fb39b08 100644 --- a/packages/nonworking/unison/unison_2.9.1.bb +++ b/packages/nonworking/unison/unison_2.9.1.bb @@ -1,6 +1,6 @@ -DESCRIPTION=Unison is a file-synchronization tool for Unix and Windows. -SECTION=net -PRIORITY=optional +DESCRIPTION = "Unison is a file-synchronization tool for Unix and Windows." +SECTION = "net" +PRIORITY = "optional" -SRC_URI = ${DEBIAN_MIRROR}/main/u/${PN}/${PN}_${PV}.orig.tar.gz \ - file://${FILESDIR}/debian.patch;patch=1 +SRC_URI = "${DEBIAN_MIRROR}/main/u/${PN}/${PN}_${PV}.orig.tar.gz \ + file://${FILESDIR}/debian.patch;patch=1" |