|
@@ -9,9 +9,10 @@ FILES_${PN}-dev += "${bindir}/*-config"
|
|
|
|
|
|
do_install_append () {
|
|
|
for x in ${BINCONFIG}; do
|
|
|
- echo "#!/bin/sh" > ${D}$x
|
|
|
# Make the disabled script emit invalid parameters for those configure
|
|
|
# scripts which call it without checking the return code.
|
|
|
+ echo "#!/bin/sh" > ${D}$x
|
|
|
+ echo "echo 'ERROR: $x should not be used, use an alternative such as pkg-config' >&2" >> ${D}$x
|
|
|
echo "echo '--should-not-have-used-$x'" >> ${D}$x
|
|
|
echo "exit 1" >> ${D}$x
|
|
|
done
|