diff options
-rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index b49226a1b22..332b97a85e6 100644 --- a/meta/recipes-devtools/patch/patch.inc +++ b/meta/recipes-devtools/patch/patch.inc @@ -9,8 +9,5 @@ S = "${WORKDIR}/patch-${PV}" inherit autotools update-alternatives -PACKAGECONFIG ??= "" -PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr" - ALTERNATIVE_${PN} = "patch" ALTERNATIVE_PRIORITY = "100" |