Explorar o código

Fix conflicts when "usrmerge" is in DISTRO_FEATURE

FILES_ are not set correct and conflict when "usrmerge"
is set in DISTRO_FEATURES. Do not use it and relay on the
automatic rules in Yocto (headers are automatic put in -dev
and static libraries in -staticdev).

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic %!s(int64=7) %!d(string=hai) anos
pai
achega
e50af1567a
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      recipes-support/swupdate/swupdate.inc

+ 0 - 3
recipes-support/swupdate/swupdate.inc

@@ -20,9 +20,6 @@ INSANE_SKIP_${PN} = "ldflags"
 PACKAGES =+ "${PN}-www"
 
 FILES_${PN}-www = "/www/*"
-FILES_${PN}-dev = "${includedir}"
-FILES_${PN}-staticdev = "${libdir}"
-FILES_${PN} = "${bindir}/* ${sysconfdir}"
 
 S = "${WORKDIR}/git/"