nightly-pacakges: don't copy over gsm_data_shared.[ch] anymore

This is no longer needed by upstream osmo-bts since Change-Id
I9f004fb5c4c1db29d4792dfd281d388c7063da13

Change-Id: Ie53482a1538d1559e764da86dbbb78031c9c386b
This commit is contained in:
Harald Welte 2017-10-10 11:43:35 +08:00
parent 973dca9917
commit 5b05a88bb3
1 changed files with 0 additions and 8 deletions

View File

@ -62,14 +62,6 @@ build osmo-pcap
build osmo-stp
build osmo-trx
build osmo-sip-connector
cp openbsc/openbsc/include/openbsc/gsm_data_shared.h osmo-bts/include/openbsc/
cp openbsc/openbsc/src/libcommon/gsm_data_shared.c osmo-bts/src/common/gsm_data_shared.c
cd osmo-bts
git add include/openbsc/gsm_data_shared.h
git add src/common/gsm_data_shared.c
git commit -m "Copy OpenBSC files needed for the build"
cd ../
build osmo-bts
build osmo-pcu
build osmo-hlr