diff options
Diffstat (limited to 'meta/recipes-extended/procps/procps_3.2.8.bb')
-rw-r--r-- | meta/recipes-extended/procps/procps_3.2.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb index 7b011a0147..3f20beaf30 100644 --- a/meta/recipes-extended/procps/procps_3.2.8.bb +++ b/meta/recipes-extended/procps/procps_3.2.8.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require procps.inc | 1 | require procps.inc |
2 | 2 | ||
3 | PR = "r9" | 3 | PR = "r10" |
4 | 4 | ||
5 | SRC_URI += "file://procmodule.patch \ | 5 | SRC_URI += "file://procmodule.patch \ |
6 | file://psmodule.patch \ | 6 | file://psmodule.patch \ |
@@ -13,12 +13,12 @@ SRC_URI += "file://procmodule.patch \ | |||
13 | SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" | 13 | SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" |
14 | SRC_URI[sha256sum] = "11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535" | 14 | SRC_URI[sha256sum] = "11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535" |
15 | 15 | ||
16 | EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \ | 16 | EXTRA_OEMAKE = 'CFLAGS="${CFLAGS} -I${STAGING_INCDIR}" \ |
17 | CPPFLAGS=-I${STAGING_INCDIR} \ | 17 | CPPFLAGS=-I${STAGING_INCDIR} \ |
18 | LDFLAGS="${LDFLAGS}" \ | 18 | LDFLAGS="${LDFLAGS}" \ |
19 | CURSES=-lncurses \ | 19 | CURSES=-lncurses \ |
20 | install='install -D' \ | 20 | install="install -D" \ |
21 | ldconfig=echo" | 21 | ldconfig=echo' |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install_append () { |
24 | install -d ${D}${sysconfdir} | 24 | install -d ${D}${sysconfdir} |