Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
DEPENDS_prepend = "pkgconfig-native "
-do_stage_append () {
- install -d ${PKG_CONFIG_DIR}
- for pc in `find ${S} -name '*.pc' -type f | grep -v -- '-uninstalled.pc$'`; do
- pcname=`basename $pc`
- cat $pc > ${PKG_CONFIG_DIR}/$pcname
- done
-}
+inherit pkconfig_stage
--- /dev/null
+do_stage_append () {
+ install -d ${PKG_CONFIG_DIR}
+ for pc in `find ${S} -name '*.pc' -type f | grep -v -- '-uninstalled.pc$'`; do
+ pcname=`basename $pc`
+ cat $pc > ${PKG_CONFIG_DIR}/$pcname
+ done
+}