aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bwmon
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bwmon')
-rw-r--r--packages/bwmon/bwmon_1.3.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/bwmon/bwmon_1.3.bb b/packages/bwmon/bwmon_1.3.bb
index 81cc0949a9..8f5d5f4e3b 100644
--- a/packages/bwmon/bwmon_1.3.bb
+++ b/packages/bwmon/bwmon_1.3.bb
@@ -1,17 +1,17 @@
DESCRIPTION = "The Linux bandwidth monitor"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
+LICENSE = "GPL"
DEPENDS = "ncurses"
-LICENSE = "Unspecified"
-
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \
- file://makefile.patch;patch=1"
-EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}"
+ file://makefile.patch;patch=1"
inherit autotools
+EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}"
+
do_install () {
- install -d ${D}${bindir}
- install ${S}/bwmon ${D}${bindir}/bwmon
+ install -d ${D}${bindir}
+ install ${S}/bwmon ${D}${bindir}/bwmon
}
OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyasn1.inc
blob: d9557646a07d5dc93585907a9240b084f86520a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31