From b78152acaf5ae9a45f7c749291bf276f60707832 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 May 2009 20:34:53 +0000 Subject: Remove references to base_set_filespath() from recipes that don't need it. These recipes are covered by the default FILESPATHPKG setting. Signed-off-by: Michael Smith Acked-by: Tom Rini --- recipes/genext2fs/genext2fs-native_1.3.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/genext2fs') diff --git a/recipes/genext2fs/genext2fs-native_1.3.bb b/recipes/genext2fs/genext2fs-native_1.3.bb index 2e26fa0110..50b371b97e 100644 --- a/recipes/genext2fs/genext2fs-native_1.3.bb +++ b/recipes/genext2fs/genext2fs-native_1.3.bb @@ -1,6 +1,5 @@ require genext2fs_${PV}.bb inherit native -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" do_stage () { install -m 0755 genext2fs ${STAGING_BINDIR}/ -- cgit v1.2.3