blob: c896300642d3e0d5a2856a3255d9aeea2605f5dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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_stage
S = "${WORKDIR}/opkg-utils"
|