Saul Wold wrote: > On 04/14/2011 01:56 AM, Dexuan Cui wrote: >> From: Dexuan Cui<[email protected]> >> >> Fixes [YOCTO #968] >> >> Signed-off-by: Dexuan Cui<[email protected]> >> --- >> .../gnu-config/gnu-config_20080123.bb | 4 +++- >> 1 files changed, 3 insertions(+), 1 deletions(-) >> >> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb >> b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb index >> e0a8155..2ad0834 100644 --- >> a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb +++ >> b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb @@ -3,7 >> +3,9 @@ DESCRIPTION = "Tool that installs the GNU config.guess / >> config.sub into a direc SECTION = "devel" LICENSE = "GPLv1+" >> LIC_FILES_CHKSUM = >> "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3" >> -DEPENDS = "" + +DEPENDS_virtclass-native = "perl-native" + >> INHIBIT_DEFAULT_DEPS = "1" >> >> FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, >> 1).split('_')[-1].split('.')[0]}" > Looks like you forgot to bump PR for this. Hi Saul, I thought it's ok to not bump PR if we only change DEPENDS? e.g, the following commits didn't bump PR, too: 7c474dc3 2a285e69 2fc03aee c600ea7b > Also, there is a patch associated with this recipe that needs the > Upstream-Status tag Thanks for the reminder! This is a fix (not an update) and I failed to notice that the recipe has patches... :-( Will add the tag and re-send the PULL.
Thanks, -- Dexuan _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
