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/e2fsprogs-libs/e2fsprogs-libs-native_1.35.bb | 1 - recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.41.2.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'recipes/e2fsprogs-libs') diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.35.bb b/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.35.bb index 9d0afa864b..5f94c08dd4 100644 --- a/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.35.bb +++ b/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.35.bb @@ -2,5 +2,4 @@ SECTION = "base" require e2fsprogs-libs_${PV}.bb inherit native -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/e2fsprogs-libs-${PV}', '${FILE_DIRNAME}/e2fsprogs-libs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" PACKAGES = "" diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.41.2.bb b/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.41.2.bb index 3db9e02f28..2632db485d 100644 --- a/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.41.2.bb +++ b/recipes/e2fsprogs-libs/e2fsprogs-libs-native_1.41.2.bb @@ -2,7 +2,6 @@ SECTION = "base" require e2fsprogs-libs_${PV}.bb inherit native -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/e2fsprogs-libs-${PV}', '${FILE_DIRNAME}/e2fsprogs-libs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" PACKAGES = "" DEPENDS = "gettext-native" -- cgit v1.2.3