blob: 4c4293ee6cdde172f098cf406a8c871adfebeb8b (
plain)
1
2
3
4
5
6
7
8
9
10
|
LICENSE = "GPL"
SECTION = "gpe"
DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11"
RDEPENDS = "hotplug-dbus"
inherit gpe
SRC_URI += "file://wireless.patch;patch=1 \
file://makefile-fix.patch;patch=1"
|