aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta/package-index.bb
blob: 3ad1d101718256cbb20808af3876c85763018433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Rebuild the package index"
LICENSE = "MIT"
DEPENDS = "opkg-utils-native"

PACKAGE_ARCH = "${MACHINE_ARCH}"

INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = "1"
PACKAGES = ""

do_fetch() {
}
do_unpack() {
}
do_patch() {
}
do_configure() {
}
do_compile() {
}
do_install() {
}

do_build[nostamp] = "1"
do_build[dirs] = "${DEPLOY_DIR_IPK}"
addtask package_update_index_ipk before do_build