diff options
Diffstat (limited to 'recipes/netsurf/netsurf_2.1.bb')
-rw-r--r-- | recipes/netsurf/netsurf_2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/netsurf/netsurf_2.1.bb b/recipes/netsurf/netsurf_2.1.bb index 073f17f53b..849a8e5fcf 100644 --- a/recipes/netsurf/netsurf_2.1.bb +++ b/recipes/netsurf/netsurf_2.1.bb @@ -11,6 +11,8 @@ SRC_URI = "http://www.netsurf-browser.org/downloads/releases/netsurf-${PV}-src.t file://netsurf.desktop \ file://Makefile.config" +PR = "r1" + # Workaround for 2.1 tarball (unpacks into netsurf/, not netsurf-2.1/ ) S = "${WORKDIR}/netsurf" |