diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-10 22:28:44 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-15 08:47:51 +0100 |
commit | e2c2c3d636045bf9b292b103a4f4fb0a4c16deab (patch) | |
tree | e5563e0b70d44168008b56d6b600f77f81607d06 | |
parent | e3e5b61ea4cb938d630b80a7b15394bc38349cb4 (diff) |
libunfig: no need for native variant as no-one uses it
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/libungif/libungif_4.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libungif/libungif_4.1.3.bb b/recipes/libungif/libungif_4.1.3.bb index caf0427551..db16ff931d 100644 --- a/recipes/libungif/libungif_4.1.3.bb +++ b/recipes/libungif/libungif_4.1.3.bb @@ -2,7 +2,7 @@ SECTION = "libs" DESCRIPTION = "shared library for GIF images" SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/libungif-${PV}.tar.bz2" LICENSE = "MIT" -PR = "r1" +PR = "r2" PACKAGES += "${PN}-utils" |