generic-poky/meta/packages/opkg-utils/opkg-utils_svn.bb
Joshua Lock 4d1f39af75 autotools: deprecate autotools_stage class
Move the functionality into autotools and ensure all our Poky recipes are no
longer using it.
Keep the autools_stage class around for OE compatability but just have it
inherit autools.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27 17:11:28 +01:00

20 lines
465 B
BlitzBasic

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"