From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/diffutils/diffutils_2.8.1.bb | 39 ----------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 packages/diffutils/diffutils_2.8.1.bb (limited to 'packages/diffutils') diff --git a/packages/diffutils/diffutils_2.8.1.bb b/packages/diffutils/diffutils_2.8.1.bb deleted file mode 100644 index b979fa89f6..0000000000 --- a/packages/diffutils/diffutils_2.8.1.bb +++ /dev/null @@ -1,39 +0,0 @@ -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 - -} -- cgit v1.2.3