From: Richard Purdie Date: Sat, 19 Jul 2008 14:21:55 +0000 (+0000) Subject: opkg-utils: Add from poky X-Git-Tag: Release-2010-05/1~6526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195f1523f73bb069d2fe73016b39863f9d14eea5;p=openembedded.git opkg-utils: Add from poky --- diff --git a/packages/opkg-utils/.mtn2git_empty b/packages/opkg-utils/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/opkg-utils/opkg-utils-native_svn.bb b/packages/opkg-utils/opkg-utils-native_svn.bb new file mode 100644 index 0000000000..0495b1eda3 --- /dev/null +++ b/packages/opkg-utils/opkg-utils-native_svn.bb @@ -0,0 +1,10 @@ +require opkg-utils_svn.bb + +RDEPENDS = "" + +inherit native + +# Avoid circular dependencies from package_ipk.bbclass +PACKAGES = "" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/opkg-utils" + diff --git a/packages/opkg-utils/opkg-utils_svn.bb b/packages/opkg-utils/opkg-utils_svn.bb new file mode 100644 index 0000000000..4c3c0905ea --- /dev/null +++ b/packages/opkg-utils/opkg-utils_svn.bb @@ -0,0 +1,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 +}