diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-17 21:32:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-17 21:32:43 +0000 |
commit | 7332ac9069c01441defd10d2341f55f4d186bc2c (patch) | |
tree | 0563df0312c1e9673c891c5d5367f8e51d767aa2 /meta/packages/opkg-utils | |
parent | ba539abf0b9d663131302ae527c379ff57138dce (diff) | |
download | poky-7332ac9069c01441defd10d2341f55f4d186bc2c.tar.gz |
Add opkg-utils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4862 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opkg-utils')
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils-native_svn.bb | 10 | ||||
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz | bin | 0 -> 22012 bytes | |||
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils_svn.bb | 16 |
3 files changed, 26 insertions, 0 deletions
diff --git a/meta/packages/opkg-utils/opkg-utils-native_svn.bb b/meta/packages/opkg-utils/opkg-utils-native_svn.bb new file mode 100644 index 0000000000..0495b1eda3 --- /dev/null +++ b/meta/packages/opkg-utils/opkg-utils-native_svn.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require opkg-utils_svn.bb | ||
2 | |||
3 | RDEPENDS = "" | ||
4 | |||
5 | inherit native | ||
6 | |||
7 | # Avoid circular dependencies from package_ipk.bbclass | ||
8 | PACKAGES = "" | ||
9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/opkg-utils" | ||
10 | |||
diff --git a/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz b/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz new file mode 100644 index 0000000000..50525d1536 --- /dev/null +++ b/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz | |||
Binary files differ | |||
diff --git a/meta/packages/opkg-utils/opkg-utils_svn.bb b/meta/packages/opkg-utils/opkg-utils_svn.bb new file mode 100644 index 0000000000..12a8c9dd0e --- /dev/null +++ b/meta/packages/opkg-utils/opkg-utils_svn.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "OPKG Package Manager Utilities" | ||
2 | SECTION = "base" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "GPL" | ||
5 | RDEPENDS = "python" | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI = "file://opkg-utils.tgz" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | S = "${WORKDIR}/opkg-utils" | ||
13 | |||
14 | do_stage () { | ||
15 | autotools_stage_all | ||
16 | } | ||