From bb75c1810454a90a070370fee724da156acb888f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 13 Aug 2010 13:56:49 +0100 Subject: Move byacc, which, libconvert-asn1-perl and libtimedate-perl to meta-lsb Signed-off-by: Richard Purdie --- .../which/which-2.20/remove-declaration.patch | 16 ---------- meta/packages/which/which_2.20.bb | 35 ---------------------- 2 files changed, 51 deletions(-) delete mode 100644 meta/packages/which/which-2.20/remove-declaration.patch delete mode 100644 meta/packages/which/which_2.20.bb (limited to 'meta/packages/which') diff --git a/meta/packages/which/which-2.20/remove-declaration.patch b/meta/packages/which/which-2.20/remove-declaration.patch deleted file mode 100644 index 09b81439b..000000000 --- a/meta/packages/which/which-2.20/remove-declaration.patch +++ /dev/null @@ -1,16 +0,0 @@ -Remove the declaration of group_member since it has already been -declared in unistd.h - -Signed-off-by: Dongxiao Xu - -diff -ruN which-2.20-orig/bash.c which-2.20/bash.c ---- which-2.20-orig/bash.c 2010-08-03 12:59:08.897088878 +0800 -+++ which-2.20/bash.c 2010-08-03 13:17:23.406097212 +0800 -@@ -46,7 +46,6 @@ - * - changed all occurences of 'gid_t' into 'GID_T'. - * - exported functions needed in which.c - */ --static int group_member (GID_T gid); - static char* extract_colon_unit (char const* string, int* p_index); - - /*=========================================================================== diff --git a/meta/packages/which/which_2.20.bb b/meta/packages/which/which_2.20.bb deleted file mode 100644 index b7730de3b..000000000 --- a/meta/packages/which/which_2.20.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "which - shows the full path of (shell) commands." -SECTION = "libs" -LICENSE = "GPLv3+" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ - file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2" -HOMEPAGE = "http://ftp.gnu.org/gnu/which/" -DEPENDS = "cwautomacros-native" - -inherit autotools - -PR = "r0" - -SRC_URI = "http://ftp.gnu.org/gnu/which/which-${PV}.tar.gz \ - file://remove-declaration.patch" - -do_configure_prepend() { - sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am -} - -do_install() { - autotools_do_install - mv ${D}${bindir}/which ${D}${bindir}/which.${PN} -} - -pkg_postinst_${PN} () { - if [ "${PN}" = "${BPN}" ] ; then - update-alternatives --install ${bindir}/which which which.${PN} 100 - fi -} - -pkg_prerm_${PN} () { - if [ "${PN}" = "${BPN}" ] ; then - update-alternatives --remove which which.${PN} - fi -} -- cgit v1.2.3