BISON: remove unnecessary patch

A new patch is already present on thud branch which
correct the issue with usage bison on sdk:
nativesdk-bison: Add to nativesdk-packagegroup-sdk-host and set BISON_PKGDATADIR
SHA1 ID: 8aa27e4eb2f08281329ca1a1da421c6fc376bc8d

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-03-13 11:04:22 +01:00
parent 516e0d61e3
commit a0fa2e0648
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
do_install_append_class-nativesdk() {
mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
echo 'export BISON_PKGDATADIR="$OECORE_NATIVE_SYSROOT/usr/share/bison"' > ${D}${SDKPATHNATIVE}/environment-setup.d/bison.sh
}
FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/bison.sh"