Message ID | 20241127190841.137119-1-hiagofranco@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe] hwdata: drop recipe | expand |
On Wed, Nov 27, 2024 at 11:09 AM Hiago De Franco via lists.openembedded.org <hiagofranco=gmail.com@lists.openembedded.org> wrote: > > From: Hiago De Franco <hiago.franco@toradex.com> > > This recipe has been added to openembedded-core layer, since hwdata is > now a requirement to build libdisplay-info, used by weston (see commit > 3e5d5ba74bea "hwdata: add recipe from meta-openembedded" from oe-core). > > Therefore, drop this recipe. > Thanks, this also needs to be dropped from meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb > Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> > --- > .../recipes-support/hwdata/hwdata_0.389.bb | 28 ------------------- > 1 file changed, 28 deletions(-) > delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.389.bb > > diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb b/meta-oe/recipes-support/hwdata/hwdata_0.389.bb > deleted file mode 100644 > index fffd491178b1..000000000000 > --- a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb > +++ /dev/null > @@ -1,28 +0,0 @@ > -DESCRIPTION = "Hardware identification and configuration data" > -HOMEPAGE = "https://github.com/vcrhonek/hwdata" > -SECTION = "System/Base" > - > -LICENSE = "GPL-2.0-or-later | XFree86-1.0" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" > - > -SRCREV = "5313a12eb992a354c17fc895c1d69c8c42b09a06" > -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" > - > -S = "${WORKDIR}/git" > - > -inherit allarch > - > -do_configure() { > - ${S}/configure --datadir=${datadir} --libdir=${libdir} > -} > - > -do_compile[noexec] = "1" > - > -do_install() { > - oe_runmake install DESTDIR=${D} > -} > - > -FILES:${PN} = "${libdir}/* \ > - ${datadir}/* " > - > -BBCLASSEXTEND += "native" > -- > 2.39.5 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#114094): https://lists.openembedded.org/g/openembedded-devel/message/114094 > Mute This Topic: https://lists.openembedded.org/mt/109811489/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Wed, Nov 27, 2024 at 11:38 AM Khem Raj <raj.khem@gmail.com> wrote: > > On Wed, Nov 27, 2024 at 11:09 AM Hiago De Franco via > lists.openembedded.org <hiagofranco=gmail.com@lists.openembedded.org> > wrote: > > > > From: Hiago De Franco <hiago.franco@toradex.com> > > > > This recipe has been added to openembedded-core layer, since hwdata is > > now a requirement to build libdisplay-info, used by weston (see commit > > 3e5d5ba74bea "hwdata: add recipe from meta-openembedded" from oe-core). > > > > Therefore, drop this recipe. > > > > Thanks, this also needs to be dropped from > meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb Forgot to mention that I have addressed it this time. Usually its good to look into the packagegroups when adding/deleting recipes > > > Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> > > --- > > .../recipes-support/hwdata/hwdata_0.389.bb | 28 ------------------- > > 1 file changed, 28 deletions(-) > > delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.389.bb > > > > diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb b/meta-oe/recipes-support/hwdata/hwdata_0.389.bb > > deleted file mode 100644 > > index fffd491178b1..000000000000 > > --- a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb > > +++ /dev/null > > @@ -1,28 +0,0 @@ > > -DESCRIPTION = "Hardware identification and configuration data" > > -HOMEPAGE = "https://github.com/vcrhonek/hwdata" > > -SECTION = "System/Base" > > - > > -LICENSE = "GPL-2.0-or-later | XFree86-1.0" > > -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" > > - > > -SRCREV = "5313a12eb992a354c17fc895c1d69c8c42b09a06" > > -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" > > - > > -S = "${WORKDIR}/git" > > - > > -inherit allarch > > - > > -do_configure() { > > - ${S}/configure --datadir=${datadir} --libdir=${libdir} > > -} > > - > > -do_compile[noexec] = "1" > > - > > -do_install() { > > - oe_runmake install DESTDIR=${D} > > -} > > - > > -FILES:${PN} = "${libdir}/* \ > > - ${datadir}/* " > > - > > -BBCLASSEXTEND += "native" > > -- > > 2.39.5 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#114094): https://lists.openembedded.org/g/openembedded-devel/message/114094 > > Mute This Topic: https://lists.openembedded.org/mt/109811489/1997914 > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb b/meta-oe/recipes-support/hwdata/hwdata_0.389.bb deleted file mode 100644 index fffd491178b1..000000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Hardware identification and configuration data" -HOMEPAGE = "https://github.com/vcrhonek/hwdata" -SECTION = "System/Base" - -LICENSE = "GPL-2.0-or-later | XFree86-1.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" - -SRCREV = "5313a12eb992a354c17fc895c1d69c8c42b09a06" -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" - -S = "${WORKDIR}/git" - -inherit allarch - -do_configure() { - ${S}/configure --datadir=${datadir} --libdir=${libdir} -} - -do_compile[noexec] = "1" - -do_install() { - oe_runmake install DESTDIR=${D} -} - -FILES:${PN} = "${libdir}/* \ - ${datadir}/* " - -BBCLASSEXTEND += "native"