diff options
Diffstat (limited to 'meta/packages/opkg-utils/opkg-utils_svn.bb')
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils_svn.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 | } | ||