siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
131 stars 77 forks source link

recipes-bsp/patch-u-boot-env: let debhelper automatically enable the … #548

Closed nicusorhuhulea closed 3 months ago

nicusorhuhulea commented 3 months ago

…service

This commit fixes a build error when the patch-u-boot-env-all.deb is trying to install the same patch-u-boot-env.service file in /usr/lib/systemd/system and in /lib/systemd/system

The build error is: dpkg: error processing archive /tmp/apt-dpkg-install.../ 434-patch-u-boot-env_0.1_all.deb (--unpack): unable to install new version of '/usr/lib/systemd/system/ patch-u-boot-env.service': No such file or directory

This happens because now the isar is taking over this, according to this change: 39adde9f debianize: handle .triggers and .service files