diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-26 17:04:59 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-26 17:04:59 +0100 |
commit | c35a7aa4275aabc2742d2b03515e428f72dab059 (patch) | |
tree | 3fd8aa498514cfeebc83fc4ce2ecc3ac85bf45f6 | |
parent | 7ef1593130cd0b56533f89b5fcf4c9909df5dcc4 (diff) |
open-iscsi: added MACHINE_KERNEL_PR_append = "a"
-rw-r--r-- | recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb b/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb index c58e142f4f..368ce21f4b 100644 --- a/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb +++ b/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." HOMEPAGE = "http://www.open-iscsi.org/" LICENSE = "GPL" -PR = "r0" +MACHINE_KERNEL_PR_append = "a" SRC_URI = "http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz" S = "${WORKDIR}/open-iscsi-${PV}" |