summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg-utils/opkg-utils_svn.bb
blob: 59f911bc7d7b74a41cfea9d6a7e03e24d31ab758 (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

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

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

BBCLASSEXTEND = "native"