From: Rene Wagner Date: Fri, 26 Aug 2005 22:12:18 +0000 (+0000) Subject: gawk: add -native variant. X-Git-Tag: Release-2010-05/1~9453^2~3775^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e84a3d8fd3f8047ff2079df7861ccd62985fe3;p=openembedded.git gawk: add -native variant. --- diff --git a/packages/gawk/gawk-native_3.1.4.bb b/packages/gawk/gawk-native_3.1.4.bb new file mode 100644 index 0000000000..dcfca421de --- /dev/null +++ b/packages/gawk/gawk-native_3.1.4.bb @@ -0,0 +1,16 @@ +INHIBIT_AUTOTOOLS_DEPS = "1" +include gawk_${PV}.bb + +inherit native + +DEPENDS = "" +PATCH_DEPENDS = "" +PATCHCLEANCMD = "" +PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file"" + +S = "${WORKDIR}/gawk-${PV}" + +do_stage() { + install -d ${STAGING_BINDIR} + install -m 755 gawk ${STAGING_BINDIR} +}