From b0451b6881dad98ff875eb4f58306018346428bd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 20 Dec 2010 12:30:53 +0100 Subject: re2c: convert to BBCLASSEXTEND Signed-off-by: Martin Jansa --- recipes/re2c/re2c-native_0.13.1.bb | 8 -------- recipes/re2c/re2c.inc | 4 ++-- recipes/re2c/re2c_0.13.1.bb | 2 -- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 recipes/re2c/re2c-native_0.13.1.bb (limited to 'recipes/re2c') diff --git a/recipes/re2c/re2c-native_0.13.1.bb b/recipes/re2c/re2c-native_0.13.1.bb deleted file mode 100644 index fe70bae7f9..0000000000 --- a/recipes/re2c/re2c-native_0.13.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require re2c.inc - -PR = "r0" - -inherit native - -SRC_URI[md5sum] = "d6168a6c18d5912e98d9343b33fdad97" -SRC_URI[sha256sum] = "1a47035dd0f283dbc6c0964679afdf6f2c975b462419d1880ac379dc880ba74a" diff --git a/recipes/re2c/re2c.inc b/recipes/re2c/re2c.inc index 730059e526..5e44dbe7be 100644 --- a/recipes/re2c/re2c.inc +++ b/recipes/re2c/re2c.inc @@ -5,8 +5,8 @@ SECTION = "devel" PRIORITY = "optional" LICENSE = "PD" -SRC_URI = "${SOURCEFORGE_MIRROR}/re2c/re2c-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" -S = "${WORKDIR}/re2c-${PV}" +BBCLASSEXTEND = "native" inherit autotools diff --git a/recipes/re2c/re2c_0.13.1.bb b/recipes/re2c/re2c_0.13.1.bb index 3b166869ba..054852aa1d 100644 --- a/recipes/re2c/re2c_0.13.1.bb +++ b/recipes/re2c/re2c_0.13.1.bb @@ -1,6 +1,4 @@ require re2c.inc -PR = "r0" - SRC_URI[md5sum] = "d6168a6c18d5912e98d9343b33fdad97" SRC_URI[sha256sum] = "1a47035dd0f283dbc6c0964679afdf6f2c975b462419d1880ac379dc880ba74a" -- cgit 1.2.3-korg