1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware" LICENSE = MIT PR = "r3" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 PACKAGES = "${PN}" OPENSLUG_NATIVE_PACKAGES = "\ apache \ " BROKEN_PACKAGES = "\ " DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \ package-index'