diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-03-15 06:37:21 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-17 13:10:10 -0700 |
commit | e722be5facd8bdfb43ee08665dc2e2d38d6d5853 (patch) | |
tree | e1b95c5a43347a146d08ed6e64ede0d0a8154555 /meta-oe/recipes-support/fbset | |
parent | e481e6bde64323e802212b16caf91999a80d7fe9 (diff) | |
download | meta-openembedded-e722be5facd8bdfb43ee08665dc2e2d38d6d5853.tar.gz |
recipes: Drop remaining PR values from recipes
* as oe-core did in:
https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab
* when people are have to maintain own PRs for recipes in oe-core, they
might add them for meta-oe recipes at the same time when upgrading
to next LTS
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fbset')
-rw-r--r-- | meta-oe/recipes-support/fbset/fbset-modes.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/fbset/fbset_2.1.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb index 034c2871a..aa5f631c3 100644 --- a/meta-oe/recipes-support/fbset/fbset-modes.bb +++ b/meta-oe/recipes-support/fbset/fbset-modes.bb | |||
@@ -4,7 +4,6 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | 5 | ||
6 | PV = "0.1.0" | 6 | PV = "0.1.0" |
7 | PR = "r6" | ||
8 | 7 | ||
9 | SRC_URI = "file://fb.modes" | 8 | SRC_URI = "file://fb.modes" |
10 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index 9870ee737..690fee0df 100644 --- a/meta-oe/recipes-support/fbset/fbset_2.1.bb +++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c560 | |||
12 | RRECOMMENDS:${PN} = "fbset-modes" | 12 | RRECOMMENDS:${PN} = "fbset-modes" |
13 | DEPENDS = "bison-native flex-native" | 13 | DEPENDS = "bison-native flex-native" |
14 | 14 | ||
15 | PR = "r4" | ||
16 | 15 | ||
17 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fbset/fbset_2.1.orig.tar.gz \ | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fbset/fbset_2.1.orig.tar.gz \ |
18 | file://makefile.patch \ | 17 | file://makefile.patch \ |