[poky] [PATCH 13/25] u-boot-xilinx: remove hardcoded include path
Adrian Alonso
aalonso at secretlab.ca
Mon Jan 17 12:29:26 PST 2011
* Remove hardcodded include path, search paths are pulled from
bblayer settings
* Bump PR
Signed-off-by: Adrian Alonso <aalonso at secretlab.ca>
---
recipes-bsp/uboot/u-boot-xilinx_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/uboot/u-boot-xilinx_git.bb b/recipes-bsp/uboot/u-boot-xilinx_git.bb
index c972311..afea5f0 100644
--- a/recipes-bsp/uboot/u-boot-xilinx_git.bb
+++ b/recipes-bsp/uboot/u-boot-xilinx_git.bb
@@ -1,5 +1,5 @@
-require ../meta/recipes-bsp/uboot/u-boot.inc
-PR = "r5"
+require recipes-bsp/uboot/u-boot.inc
+PR = "r6"
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/files"], d)}:"
--
1.7.3.4
More information about the poky
mailing list