diff options
Diffstat (limited to 'recipes/prelink')
-rw-r--r-- | recipes/prelink/prelink_20061027.bb | 2 | ||||
-rw-r--r-- | recipes/prelink/prelink_20071009.bb | 2 | ||||
-rw-r--r-- | recipes/prelink/prelink_20090925.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/prelink/prelink_20061027.bb b/recipes/prelink/prelink_20061027.bb index 1c7f930de8..f992ff7457 100644 --- a/recipes/prelink/prelink_20061027.bb +++ b/recipes/prelink/prelink_20061027.bb @@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ TARGET_OS_ORIG := "${TARGET_OS}" OVERRIDES_append = ":${TARGET_OS_ORIG}" -SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;patch=1" +SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;apply=yes" S = "${WORKDIR}/prelink-0.0.${PV}" diff --git a/recipes/prelink/prelink_20071009.bb b/recipes/prelink/prelink_20071009.bb index c3d3e80d23..f72473bac4 100644 --- a/recipes/prelink/prelink_20071009.bb +++ b/recipes/prelink/prelink_20071009.bb @@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ TARGET_OS_ORIG := "${TARGET_OS}" OVERRIDES_append = ":${TARGET_OS_ORIG}" -SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;patch=1" +SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;apply=yes" S = "${WORKDIR}/prelink-0.0.${PV}" diff --git a/recipes/prelink/prelink_20090925.bb b/recipes/prelink/prelink_20090925.bb index 021b74bb6c..41af3aa88b 100644 --- a/recipes/prelink/prelink_20090925.bb +++ b/recipes/prelink/prelink_20090925.bb @@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ #TARGET_OS_ORIG := "${TARGET_OS}" #OVERRIDES_append = ":${TARGET_OS_ORIG}" -#SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;patch=1" +#SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;apply=yes" S = "${WORKDIR}/prelink-0.0.${PV}" |