opkg-utils: Add from poky
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 19 Jul 2008 14:21:55 +0000 (14:21 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 19 Jul 2008 14:21:55 +0000 (14:21 +0000)
packages/opkg-utils/.mtn2git_empty [new file with mode: 0644]
packages/opkg-utils/opkg-utils-native_svn.bb [new file with mode: 0644]
packages/opkg-utils/opkg-utils_svn.bb [new file with mode: 0644]

diff --git a/packages/opkg-utils/.mtn2git_empty b/packages/opkg-utils/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/opkg-utils/opkg-utils-native_svn.bb b/packages/opkg-utils/opkg-utils-native_svn.bb
new file mode 100644 (file)
index 0000000..0495b1e
--- /dev/null
@@ -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 (file)
index 0000000..4c3c090
--- /dev/null
@@ -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
+}