connman-gnome_0.7.bb 1.2 KB

123456789101112131415161718192021222324252627282930
  1. SUMMARY = "GTK+ frontend for the ConnMan network connection manager"
  2. HOMEPAGE = "http://connman.net/"
  3. SECTION = "libs/network"
  4. LICENSE = "GPLv2 & LGPLv2.1"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
  6. file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \
  7. file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a"
  8. DEPENDS = "gtk+3 dbus-glib dbus-glib-native intltool-native gettext-native"
  9. # 0.7 tag
  10. SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
  11. SRC_URI = "git://github.com/connectivity/connman-gnome.git \
  12. file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
  13. file://null_check_for_ipv4_config.patch \
  14. file://images/* \
  15. file://connman-gnome-fix-dbus-interface-name.patch \
  16. file://0001-Port-to-Gtk3.patch \
  17. "
  18. S = "${WORKDIR}/git"
  19. inherit autotools-brokensep gtk-icon-cache pkgconfig features_check
  20. ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
  21. RDEPENDS_${PN} = "connman"
  22. do_install_append() {
  23. install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/
  24. }