diff options
-rw-r--r-- | recipes/gawk/gawk-native_3.1.4.bb | 14 | ||||
-rw-r--r-- | recipes/gawk/gawk_3.1.4.bb | 5 |
2 files changed, 4 insertions, 15 deletions
diff --git a/recipes/gawk/gawk-native_3.1.4.bb b/recipes/gawk/gawk-native_3.1.4.bb deleted file mode 100644 index 0a33f71684..0000000000 --- a/recipes/gawk/gawk-native_3.1.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -INHIBIT_AUTOTOOLS_DEPS = "1" -require gawk_${PV}.bb - -inherit native - -DEPENDS = "" -PATCHTOOL = "patch" - -S = "${WORKDIR}/gawk-${PV}" - -do_stage() { - install -d ${STAGING_BINDIR} - install -m 755 gawk ${STAGING_BINDIR} -} diff --git a/recipes/gawk/gawk_3.1.4.bb b/recipes/gawk/gawk_3.1.4.bb index 203971c511..ace214d6a8 100644 --- a/recipes/gawk/gawk_3.1.4.bb +++ b/recipes/gawk/gawk_3.1.4.bb @@ -4,7 +4,7 @@ SECTION = "interpreters" LICENSE = "GPL" RDEPENDS_gawk += "gawk-common" RDEPENDS_pgawk += "gawk-common" -PR = "r3" +PR = "r4" SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz" @@ -28,3 +28,6 @@ ALTERNATIVE_PRIORITY = "100" SRC_URI[md5sum] = "3c8935efb9fdc7202720894279ad04a7" SRC_URI[sha256sum] = "5cdfe0c0919895e2ec87773c583cc6ebf2b84cba7617d5ec6cfd0150749e190f" + +BBCLASSEXTEND = "native" +NATIVE_INSTALL_WORKS = "1" |