diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 17:55:17 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:26 +0000 |
commit | f8e52056bebfbae475bb1064885fbc4629d39732 (patch) | |
tree | 057be79712004fd20dcdee0924fa4c5d4968c4d1 /meta/packages/autoconf/autoconf-native_2.61.bb | |
parent | 71b09b016ba9e7bfcea37f333823a33c96b3d640 (diff) | |
download | poky-f8e52056bebfbae475bb1064885fbc4629d39732.tar.gz |
autoconf: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/autoconf/autoconf-native_2.61.bb')
-rw-r--r-- | meta/packages/autoconf/autoconf-native_2.61.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/packages/autoconf/autoconf-native_2.61.bb b/meta/packages/autoconf/autoconf-native_2.61.bb deleted file mode 100644 index 1dea334425..0000000000 --- a/meta/packages/autoconf/autoconf-native_2.61.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require autoconf_${PV}.bb | ||
2 | |||
3 | DEPENDS = "m4-native gnu-config-native" | ||
4 | RDEPENDS_${PN} = "m4-native gnu-config-native" | ||
5 | |||
6 | SRC_URI += "file://fix_path_xtra.patch;patch=1" | ||
7 | |||
8 | inherit native | ||