blob: 4c3c0905ea2736ea577686d2a83f38c0ffc99518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "OPKG Package Manager Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python"
PR = "r2"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http"
S = "${WORKDIR}/opkg-utils"
inherit autotools
S = "${WORKDIR}/opkg-utils"
do_stage () {
autotools_stage_all
}
|