openpower: pdbg: Enable native build
The pHAL infrastructure is expects pdbg to run as part of
the build process in order to generate the attributes database.
Change-Id: I88d2001269a2e87e3de4fd0335a4312c5f1031ea
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
diff --git a/recipes-bsp/pdbg/pdbg_2.4.bb b/recipes-bsp/pdbg/pdbg_2.4.bb
index e1651ca..08f936d 100644
--- a/recipes-bsp/pdbg/pdbg_2.4.bb
+++ b/recipes-bsp/pdbg/pdbg_2.4.bb
@@ -13,3 +13,5 @@
S = "${WORKDIR}/git"
inherit autotools
+
+BBCLASSEXTEND = "native"