summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg-utils/opkg-utils_svn.bb
blob: b06ea6a68ed0f34493b387203892aa65f288618b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "OPKG Package Manager Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python"
RDEPENDS_virtclass-native = ""
PR = "r6"

SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
           file://index-ignore-filenotfound.patch;patch=1"

inherit autotools_stage

S = "${WORKDIR}/opkg-utils"

# Avoid circular dependencies from package_ipk.bbclass
PACKAGES_virtclass-native = ""

BBCLASSEXTEND = "native"