diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-06 09:23:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-06 10:06:28 -0800 |
| commit | 7302c3ef24b620bbe8b9d4645cca306b7f630b36 (patch) | |
| tree | 2f7f7a7664a02336e9853cd0b09d03a1b5b080a9 /meta-oe/recipes-graphics | |
| parent | 9209caae62530d2ca2ec087daa4578ab7ef65fa7 (diff) | |
| download | meta-openembedded-7302c3ef24b620bbe8b9d4645cca306b7f630b36.tar.gz | |
obconf: fix SRC_URI
The old SRC_URI has became inaccessible a while ago.
This patch switches to Debian mirror.
The file contents are identical to the previous source,
except for the top level debian folder, which is not present
in the new tarball (but it is mostly useful for Debian
packagers, and not used for compilation).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/openbox/obconf_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/openbox/obconf_git.bb b/meta-oe/recipes-graphics/openbox/obconf_git.bb index 917492c982..04f10f138b 100644 --- a/meta-oe/recipes-graphics/openbox/obconf_git.bb +++ b/meta-oe/recipes-graphics/openbox/obconf_git.bb | |||
| @@ -10,12 +10,11 @@ DEPENDS = " \ | |||
| 10 | " | 10 | " |
| 11 | PV = "2.0.4+git" | 11 | PV = "2.0.4+git" |
| 12 | 12 | ||
| 13 | SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39" | 13 | SRC_URI = "http://deb.debian.org/debian/pool/main/o/obconf/obconf_2.0.4+git20150213.orig.tar.xz \ |
| 14 | SRC_URI = " \ | 14 | file://0001-Fix-function-protype-visibility.patch" |
| 15 | git://git.openbox.org/dana/obconf;branch=master \ | 15 | SRC_URI[sha256sum] = "2c8837de833a4f2859ddf06e512d7d96d9a7623f90f95d1137779c69e9209feb" |
| 16 | file://0001-Fix-function-protype-visibility.patch \ | ||
| 17 | " | ||
| 18 | 16 | ||
| 17 | S = "${UNPACKDIR}/${BPN}" | ||
| 19 | 18 | ||
| 20 | inherit autotools gettext pkgconfig mime mime-xdg features_check | 19 | inherit autotools gettext pkgconfig mime mime-xdg features_check |
| 21 | # depends on openbox, which is X11-only | 20 | # depends on openbox, which is X11-only |
