diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.7.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.7.bb b/meta/recipes-connectivity/avahi/avahi_0.7.bb index 2e04d304c7..24523c7f81 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.7.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.7.bb | |||
@@ -10,6 +10,16 @@ inherit update-rc.d systemd useradd | |||
10 | 10 | ||
11 | PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils" | 11 | PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils" |
12 | 12 | ||
13 | LICENSE_libavahi-gobject = "LGPLv2.1+" | ||
14 | LICENSE_avahi-daemon = "LGPLv2.1+" | ||
15 | LICENSE_libavahi-common = "LGPLv2.1+" | ||
16 | LICENSE_libavahi-core = "LGPLv2.1+" | ||
17 | LICENSE_avahi-client = "LGPLv2.1+" | ||
18 | LICENSE_avahi-dnsconfd = "LGPLv2.1+" | ||
19 | LICENSE_libavahi-glib = "LGPLv2.1+" | ||
20 | LICENSE_avahi-autoipd = "LGPLv2.1+" | ||
21 | LICENSE_avahi-utils = "LGPLv2.1+" | ||
22 | |||
13 | # As avahi doesn't put any files into PN, clear the files list to avoid problems | 23 | # As avahi doesn't put any files into PN, clear the files list to avoid problems |
14 | # if extra libraries appear. | 24 | # if extra libraries appear. |
15 | FILES_${PN} = "" | 25 | FILES_${PN} = "" |