|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../pkgconfig/parse-config |
|
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -36,3 +36,9 @@ if atstage cross; then
|
|
|
|
|
|
|
|
|
|
hook_add postflist 1 'pkgconfig_postflist_sanitize' |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if ! atstage toolchain; then |
|
|
|
|
case "$pkg" in |
|
|
|
|
fhs) hook_add postmake 9 'mkdir -p $root/usr/{lib,share}/pkgconfig' ;; |
|
|
|
|
esac |
|
|
|
|
fi |
|
|
|
|