aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-11 22:18:07 +1200
committerArslaan Pathan <[email protected]>2026-06-11 22:18:07 +1200
commit1d635b165a6006f016cce4169ef9fae70acb653e (patch)
treef84ad26e3a355d980d97b0b8b1b08f85777b210d
parent577f1e6a57fa872f46dcf7d1d88f550e3cea2f13 (diff)
downloadyerbalinux-1d635b165a6006f016cce4169ef9fae70acb653e.tar.xz
yerbalinux-1d635b165a6006f016cce4169ef9fae70acb653e.zip
Fix quote
-rw-r--r--meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb b/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb
index 1c141b0..943a7fd 100644
--- a/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb
+++ b/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb
@@ -15,8 +15,7 @@ LINUX_RELEASE = "v7.x"
LINUX_TARBALL = "https://cdn.kernel.org/pub/linux/kernel/${LINUX_RELEASE}/linux-${LINUX_VERSION}.tar.xz"
SRC_URI = "${LINUX_TARBALL} \
- file://defconfig
-"
+ file://defconfig"
SRC_URI[sha256sum] = "5WyDVt2gETamBBxu+DK9Dsmb0tNd/5eDKqXsEO0BQwQ="
S = "${WORKDIR}/linux-${LINUX_VERSION}"