diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-10-15 20:55:15 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-15 20:55:15 +0000 |
| commit | eebefa5660ca2fc72c89bee0758c415618e344f8 (patch) | |
| tree | 7022deae3e86eaba5c22ab018e4cd66b46f0ae39 /packages/diffutils | |
| parent | 09534628785b86c589932a604487bcebaf873879 (diff) | |
| parent | 7b55d42bc99057d51ec5c8b4c3c8eb0f20407265 (diff) | |
merge of 2a35ebf8aac4cd73e0ac9369feb9250cedab4b65
and c5ad8766630613eed09e775210fd8e2ce86c5a1d
Diffstat (limited to 'packages/diffutils')
| -rw-r--r-- | packages/diffutils/diffutils_2.8.1.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/diffutils/diffutils_2.8.1.bb b/packages/diffutils/diffutils_2.8.1.bb index e8de2cad62..a0a7b7dad9 100644 --- a/packages/diffutils/diffutils_2.8.1.bb +++ b/packages/diffutils/diffutils_2.8.1.bb @@ -3,11 +3,11 @@ LICENSE = "GPL" DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ sdiff, and cmp utilities. These programs are usually \ used for creating patch files." -PR = "r1" +PR = "r2" SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" -inherit autotools +inherit autotools update-alternatives # diffutils assumes non-glibc compilation with uclibc and # this causes it to generate its own implementations of @@ -15,3 +15,11 @@ inherit autotools # because it uses __mempcpy, there are other things (TBD: # see diffutils.mk in buildroot) EXTRA_OECONF_linux-uclibc = "--without-included-regex" + +do_install_append () { + mv ${D}${bindir}/diff ${D}${bindir}/diff.${PN} +} + +ALTERNATIVE_NAME = "diff" +ALTERNATIVE_PATH = "diff.${PN}" +ALTERNATIVE_PRIORITY = "100" |
