summaryrefslogtreecommitdiff
path: root/packages/diffutils/diffutils_2.8.1.bb
blob: b979fa89f6129cac23fadca4944203cd85ef35e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SECTION = "base"
LICENSE = "GPL"
DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
sdiff, and cmp utilities. These programs are usually \
used for creating patch files."
PR = "r4"

SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"

inherit autotools update-alternatives

# diffutils assumes non-glibc compilation with uclibc and
# this causes it to generate its own implementations of
# standard functionality.  regex.c actually breaks compilation
# because it uses __mempcpy, there are other things (TBD:
# see diffutils.mk in buildroot)
EXTRA_OECONF_linux-uclibc = "--without-included-regex"
EXTRA_OECONF_linux-uclibcgnueabi = "--without-included-regex"

do_install_append () {
        mv ${D}${bindir}/diff ${D}${bindir}/diff.${PN}
        mv ${D}${bindir}/cmp ${D}${bindir}/cmp.${PN}
}

ALTERNATIVE_NAME = "diff"
ALTERNATIVE_PATH = "diff.${PN}"
ALTERNATIVE_PRIORITY = "100"

pkg_postinst_${PN} () {

update-alternatives --install /usr/bin/cmp cmp cmp.diffutils 100

}

pkg_postrm_${PN} () {

update-alternatives --remove cmp cmp.diffutils

}
set SUMMARY instead of DESCRIPTIONPaul Eggleton1 2013-10-26dropbear: update to 2013.60 versionMaxin B. John10 2013-09-26dropbear: pass SFTPSERVER_PATH explicitlyRoy Li1 2013-05-24dropbear: a fix for hang in dropbearkey, built for x32Nitin A Kamble2 2013-04-29dropbear: update to 2013.58Eric Bénard11 2013-03-09dropbear: update patch upstream statusPaul Eggleton1 2013-02-15dropbear: use pidfile for daemon start/stop/restartRoman I Khimov1 2013-02-04dropbear: fix RPROVIDESMartin Jansa1 2013-01-20dropbear: Deal with truncated host keys by removing themHolger Hans Peter Freyther2 2013-01-18dropbear: allow configuring blank password option at runtimePaul Eggleton3 2012-05-30dropbear: use new update-alternativesMark Hatle2 2012-05-25dropbear: fix include dependent PR generationSteffen Sledz2 2012-04-16dropbear: Allow tasks to be safely re-executedRichard Purdie1 2012-03-21dropbear: upgrade to 2012.55Shane Wang3 2012-01-03dropbear: fix CRYPTLIB patchSaul Wold2 2011-12-08dropbear: Upgrade from 0.53.1 to 2011.54Mei Lei4 2011-09-30dropbear: Upgrade from 0.52 to 0.53.1Mei Lei7 2011-09-02dropbear: add missing filesKoen Kooi2 2011-08-31dropbear: Change the path to find configuration file and add a configuration ...Xiaofeng Yan1 2011-07-27dropbear: Support pamXiaofeng Yan2 2011-07-27dropbear: don't override DISTRO_TYPE if it is already setKoen Kooi2 2011-07-07openssh/dropbear: No need for each to PROVIDE ssh/sshdRichard Purdie1 2011-06-23dropbear: Don't patch in configureMark Hatle2 2011-05-13update patch upstream statusQing He4 2011-05-04Remove distro-specific metadata for distros not in oe-corePaul Eggleton2 2011-05-04logging: update existing oe* logging users to the bb* interfaceDarren Hart1 2011-03-01dropbear: add SRC_URI checksumsJoshua Lock1 2011-02-12recipes: pre/post actionsMark Hatle