aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta/package-index.bb
blob: 335970df83d30982af2bc4eda26c7d154bfcc0ba (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 = "ipkg-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